llms.txt Content
# ClawHub
> ClawHub is the public registry for OpenClaw skills and plugins.
Use OpenClaw to search, install, and update registry content. Use the ClawHub CLI for registry authentication, publishing, and listing management. Follow the canonical documentation below for current commands and workflows.
This generated file is a machine-readable map, not an access-control policy or a substitute for reviewing an artifact before installation.
## Primary
- [ClawHub](https://clawhub.ai): Browse the public registry for skills, plugins, and creators.
- [ClawHub documentation](https://docs.openclaw.ai/clawhub/): Canonical user, publisher, API, trust, and operations documentation.
- [OpenClaw docs llms.txt](https://docs.openclaw.ai/llms.txt): Machine-readable map for the full OpenClaw documentation set.
- [OpenAPI v1](https://clawhub.ai/api/v1/openapi.json): Machine-readable schema for the current ClawHub HTTP API.
## Public Registry Surfaces
- [Skills](https://clawhub.ai/skills): Browse and search skill bundles centered on SKILL.md.
- [Plugins and packages](https://clawhub.ai/plugins): Browse and search OpenClaw plugin package records.
- [Official](https://clawhub.ai/official): Browse official organizations publishing on ClawHub.
- [Search](https://clawhub.ai/search): Search the public ClawHub catalog.
- [Security audits](https://clawhub.ai/audits): Browse public artifact security audit results.
- [Publish a skill](https://clawhub.ai/skills/publish): Publish a new skill or update an existing skill.
- [Publish a plugin](https://clawhub.ai/plugins/publish): Publish an OpenClaw plugin package.
## Documentation
- [ClawHub](https://docs.openclaw.ai/clawhub/): Public ClawHub overview for discovery, install, publish, security, and the clawhub CLI.
- [API v1](https://docs.openclaw.ai/clawhub/api): Public REST API (v1) overview and conventions.
- [Acceptable Usage](https://docs.openclaw.ai/clawhub/acceptable-usage): Marketplace policy: what ClawHub allows and what it will not ho
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "ClawHub API",
"version": "1.0.0",
"description": "Public REST API for ClawHub skills and package catalog endpoints. Rate limits: read 3000/min per IP + 12000/min per key; write 300/min per IP + 3000/min per key; download 1200/min per IP + 6000/min per key. Responses include RateLimit-* and legacy X-RateLimit-* headers; 429 responses include Retry-After."
},
"servers": [
{
"url": "https://clawhub.ai"
}
],
"components"