clawhub/docs
Momo 5b63d5df60
Some checks failed
CI / static (push) Has been cancelled
CI / unit (push) Has been cancelled
CI / packages (push) Has been cancelled
CI / types-build (push) Has been cancelled
CI / e2e-http (push) Has been cancelled
CI / playwright-smoke (push) Has been cancelled
OpenClaw Docs Sync Dispatch / dispatch-openclaw-docs-sync (push) Has been cancelled
Security Gate: Secret Scanning / Scan for Verified Secrets (push) Has been cancelled
fix: harden skill owner migration
Harden skill owner migration across UI, CLI, API, stats, backups, and docs.

Co-authored-by: momothemage <niuzhengnan@163.com>
2026-05-08 12:23:05 -04:00
..
screenshots/markdown-html-passthrough fix(markdown): render raw HTML + GFM in MarkdownPreview, add shiki highlighting 2026-04-22 20:33:54 -07:00
acceptable-usage.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
api.md fix(packages): finish delete flow cleanup 2026-05-06 06:38:36 +01:00
auth.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
clawhub.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
cli.md fix: harden skill owner migration 2026-05-08 12:23:05 -04:00
how-it-works.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
http-api.md fix: harden skill owner migration 2026-05-08 12:23:05 -04:00
publishing.md fix: harden skill owner migration 2026-05-08 12:23:05 -04:00
quickstart.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
README.md Fix plugin publish ownership visibility (#2073) 2026-05-07 19:03:40 -07:00
security.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
skill-format.md docs: clarify optional skill environment variables (#1859) 2026-04-30 00:22:17 -07:00
soul-format.md docs: update repository guidelines and improve formatting across multiple files 2026-03-18 21:56:01 -05:00
telemetry.md docs: update repository guidelines and improve formatting across multiple files 2026-03-18 21:56:01 -05:00
troubleshooting.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00

summary read_when
Public ClawHub docs index and reading order.
Looking for the right public ClawHub doc
Deciding whether content belongs in public docs or specs

Docs

docs/ is the publishable source for user-facing ClawHub pages that can be mirrored into the ClawHub tab on docs.openclaw.ai.

Keep product, CLI, publisher, API, policy, security, and troubleshooting docs here. These pages should explain how people use ClawHub: discover, install, publish, inspect, report, moderate, and integrate with the registry.

Use specs/ for repository setup, production deploy runbooks, implementation plans, design rationale, regression notes, maintainer validation records, and internal subsystem intent. If a page tells someone how to run or deploy the ClawHub project itself, it belongs in specs/, not in the public OpenClaw docs tab.

Reading order:

  1. docs/clawhub.md: public overview for discovery, install, publish, and trust.
  2. docs/quickstart.md: product quickstart for users and publishers.
  3. docs/how-it-works.md: listings, versions, installs, publishing, scans, and API access.
  4. docs/publishing.md: owner-scoped skill/plugin publishing flow.
  5. docs/cli.md: ClawHub CLI reference.
  6. docs/skill-format.md: skill bundle metadata and package shape.
  7. docs/soul-format.md: SOUL.md bundle format.
  8. docs/auth.md: GitHub OAuth, API tokens, and CLI login.
  9. docs/telemetry.md: what clawhub sync reports and how to opt out.
  10. docs/troubleshooting.md: user-facing CLI, install, publish, sync, update, and API fixes.

Policy, API, and trust docs:

  • docs/acceptable-usage.md: marketplace policy and enforcement boundaries.
  • docs/api.md: public REST API overview.
  • docs/http-api.md: detailed HTTP API reference.
  • docs/security.md: moderation, reporting, bans, upload gating, and scan outcomes.

Maintainer records:

  • specs/README.md: index for specs, plans, deployment runbooks, webhook notes, regression notes, and design records.

Publish flow:

  • Changes under docs/ dispatch the OpenClaw docs sync workflow, which mirrors this directory into the ClawHub tab on docs.openclaw.ai.
  • specs/ is intentionally not mirrored.