Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
openclaw skills
Inspect local skills and install/update skills from ClawHub.
Related:
- Skills system: Skills
- Skills config: Skills config
- ClawHub installs: ClawHub
Commands
search/install/update use ClawHub directly and install into the active
workspace skills/ directory. list/info/check still inspect the local
skills visible to the current workspace and config. Workspace-backed commands
resolve the target workspace from --agent <id>, then the current working
directory when it is inside a configured agent workspace, then the default
agent.
This CLI install command downloads skill folders from ClawHub. Gateway-backed
skill dependency installs triggered from onboarding or Skills settings use the
separate skills.install request path instead.
Notes:
search [query...]accepts an optional query; omit it to browse the default ClawHub search feed.search --limit <n>caps returned results.install --forceoverwrites an existing workspace skill folder for the same slug.--agent <id>targets one configured agent workspace and overrides current working directory inference.update --allonly updates tracked ClawHub installs in the active workspace.listis the default action when no subcommand is provided.list,info, andcheckwrite their rendered output to stdout. With--json, that means the machine-readable payload stays on stdout for pipes and scripts.