Skip to main content
NanoClaw ships two kinds of skills:
  • Host-side workspace skills (.claude/skills/) — invoked from your coding harness in your NanoClaw checkout. They install channels, providers, and tools, or operate and maintain your install. 48 skills total: 17 channel installs, 3 provider installs, 11 tool installs, and 17 operational skills.
  • Container skills (container/skills/) — 6 skills mounted into every agent container at /app/skills. The agent loads them at runtime; you don’t invoke them yourself.
The /name form used throughout this page is Claude Code’s. Codex invokes the same skills as $name and does not accept /name; OpenCode loads them through its own skill tool, with no typed form. The skill files are the same ones in every case. A few skills still phrase their steps in Claude Code’s tool vocabulary, which other harnesses follow best-effort.
For how skills work and how to write your own, see Extending NanoClaw.

Channel installs

Each skill wires up one messaging channel. See Channels for the full setup guides.

Provider installs

Each skill swaps the agent runtime for a different provider. See Providers.

Tool installs

Each skill adds a capability or MCP tool to your agents. See Tools.

Operational skills

Setup, maintenance, migration, and day-to-day administration of your install.

Container skills

Mounted into every agent container at /app/skills. The agent picks them up automatically based on context — channel, task, or trigger. Channel-specific formatting skills (slack-formatting, whatsapp-formatting) are not part of the base image — they live on the channels branch and install alongside their channel via /add-slack and /add-whatsapp.
Last modified on July 17, 2026