Skills

A skill is a SKILL.md playbook that orchestrates tools — a reusable procedure the agent follows. Skills are ClawHub / Anthropic-Agent-Skills compatible, and a plain skill (just a SKILL.md, no executable tools) is the simplest kind of extension.

Use in the UI

Open Skills under Settings (/skills).

  • Browse the skill library; enable/disable skills.
  • Author or import skills (ClawHub-compatible).

Use with AI

  • skills_* — list, get, create, update, set status/scope
  • Enabled skills are available for the agent to follow as playbooks; the tools a skill calls come from the action registry and from extensions.

The agent reaches for a skill when its description matches the task at hand, then executes the tools the playbook prescribes.

Use the API

curl https://<host>/api/invoke/skills.list \
  -H "Authorization: Bearer $NIHMBUS_API_KEY"

Reference

Skills · for executable capabilities, Extensions.