Felo API PlatformFelo API Platform

Harness 設定

Felo Skills for AI Agents

Install every Felo AI Skill into Codex, Claude Code, OpenClaw, or Hermes Agent.

Install the official felo-ai package to give an AI Agent the complete Felo Skill set. The package can change over time, so do not maintain a fixed list of Skills: discover every immediate package directory that contains SKILL.md and install all of them.

Every tool page links here because the complete package includes the Skill for that tool alongside the rest of the available Felo capabilities.

Before you start

You need Node.js 18 or newer, npm, the target Agent CLI, and a Felo API key. Install or update the official package first:

npm install -g felo-ai@latest
felo config set FELO_API_KEY YOUR_API_KEY

Resolve the package directory with npm root -g. Enumerate every immediate child directory that contains SKILL.md; each one is a Felo Skill to install. Never replace an existing real target directory or a link that points outside the installed felo-ai package. Report those conflicts instead.

Codex

Install every discovered package Skill at ~/.codex/skills/<skill>. On Unix-like systems, create safe symbolic links; on Windows, use directory junctions or guarded copies. Start a new Codex session afterward so it discovers the complete set.

Claude Code

Install every discovered package Skill at ~/.claude/skills/<skill>. Merge FELO_API_KEY into the env object in ~/.claude/settings.json without removing unrelated settings. Start a new Claude Code session after installation.

OpenClaw

Install every discovered package Skill at ~/.agents/skills/<skill>, OpenClaw's personal Skills directory. In ~/.openclaw/openclaw.json, merge FELO_API_KEY into skills.entries.<skill>.env for every discovered Felo Skill. Run openclaw skills list; when the Gateway is running, restart it safely and verify openclaw gateway status.

Hermes Agent

Install every discovered package Skill at ~/.hermes/skills/<skill>. Store the key with hermes config set FELO_API_KEY YOUR_API_KEY, then run hermes skills list to verify the discovered Skills. Restart an active Hermes Gateway or begin a new CLI session.

Verify the installation

Run the following checks without printing your API key:

felo --version
felo config path
felo search "test query"

If a Skill does not appear, compare the package directories containing SKILL.md with the target Agent Skill directory. Leave conflicting user-owned directories untouched and resolve them manually.