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.
Quickstart
ClawHub is a registry for OpenClaw skills and plugins. Use OpenClaw when you are installing things into OpenClaw. Use theclawhub CLI
when you are signing in, publishing, managing your own listings, or using
registry-specific workflows.
Find and install a skill
Search from OpenClaw:Find and install a plugin
Search from OpenClaw:clawhub: prefix when you want OpenClaw to resolve the package through
ClawHub rather than npm or another source.
Sign in for publishing
Install the ClawHub CLI:Publish a skill
A skill is a folder with a requiredSKILL.md file and optional supporting
files.
SKILL.md. Declare required
environment variables, tools, and permissions so users can understand what the
skill needs before they install it. See Skill format.
Publish a plugin
Publish a plugin from a local folder, a GitHub repo, a GitHub ref, or an existing archive:--dry-run first to preview the resolved package metadata, compatibility
fields, source attribution, and upload plan without publishing.
Code plugins must include OpenClaw compatibility metadata in package.json,
including openclaw.compat.pluginApi and openclaw.build.openclawVersion.
Sync skills you maintain
sync scans skill folders and publishes new or changed skills that are not
already synchronized.
sync may also send a minimal install snapshot for
aggregate install counts. See Telemetry for what is reported
and how to opt out.