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.
How ClawHub Works
ClawHub is the registry layer for OpenClaw skills and plugins. It gives users a place to discover packages, gives publishers a place to release versions, and gives OpenClaw enough metadata to install and update those packages safely.Registry records
Each public listing is a registry record with:- an owner and slug or package name
- one or more published versions
- metadata, summary, files, and source attribution
- changelog and tag information such as
latest - download, install, star, and comment signals
- security scan and moderation status
Skills
A skill is a versioned text bundle centered onSKILL.md. It can include
supporting files, examples, templates, and scripts.
ClawHub reads the SKILL.md frontmatter to understand the skill name,
description, requirements, environment variables, and metadata. Accurate
metadata matters because it helps users decide whether to install the skill and
helps automated scans detect mismatches between declared and observed behavior.
See Skill format.
Plugins
Plugins are packaged OpenClaw extensions. ClawHub stores package metadata, compatibility information, source links, artifacts, and version records. When OpenClaw installs a plugin from ClawHub, it checks advertised compatibility metadata before installing. Package records can include API compatibility, minimum gateway version, host targets, environment requirements, and artifact digests. Use an explicit ClawHub install source when you want the registry to be the source of truth:Publishing
Publishing creates a new immutable version record. Publishers use theclawhub
CLI for authenticated registry workflows: