Skip to Content
MCP serverAgent skills

Agent skills

Remoet ships as an agentskills.io  skill: a single SKILL.md that teaches your agent how to use Remoet, plus the setup steps to wire up the server. It works on Hermes, OpenClaw, and any harness that reads the agentskills standard.

Under the hood it is the same MCP server. The skill just packages the instructions and the per-harness wiring so your agent knows what each tool is for and when to use it.

Source of truth: remoet-labs/agent-skills .

Install on Hermes

Hermes Agent  installs skills by tapping a GitHub repo:

hermes skills tap add remoet-labs/agent-skills hermes skills install remoet-labs/agent-skills/skills/remoet

Set your key, then add the server to your Hermes config under mcp_servers:

export REMOET_API_KEY=<your key>
mcp_servers: remoet: url: "https://api.remoet.dev/mcp" headers: Authorization: "Bearer ${REMOET_API_KEY}"

Reload with /reload-mcp, then confirm with a get_profile call.

Install on OpenClaw

The same skill is published to ClawHub:

openclaw skills install remoet

Ask your agent to set up Remoet and it walks you through the API key and the openclaw mcp set wiring. The raw config lives on the MCP server page.

Other harnesses

Any MCP-capable client (Claude Code, Cursor, Windsurf, VS Code) can use the skill, or connect the server directly without it. See the MCP server page for per-client config and the OAuth route for Claude Web and Desktop.

Where it is listed

RegistryInstall or link
ClawHub (OpenClaw)openclaw skills install remoet
Hermes tapremoet-labs/agent-skills
skills.shskills.sh/remoet-labs/agent-skills/skills/remoet 
SkillDockremoet/remoet

Get a key

You need a free Remoet API key. Generate one at www.remoet.dev/api-keys , or grab one automatically on the onboarding page . The same key works for the skill, the MCP server, and the REST API. See Tiers for the per-plan quotas.

Last updated on