clawhub/specs
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
..
plans docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
regression-notes docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
superpowers docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
ci.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
deploy.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
diffing.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
github-import.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
manual-testing.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
mintlify.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
openclaw-docs-extraction.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
orgs.md fix: harden skill owner migration 2026-05-08 12:23:05 -04:00
README.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
security-moderation.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
slug-routing.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
spec.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00
webhook.md docs: split ClawHub public docs from specs (#2095) 2026-05-07 18:54:47 -07:00

Specs

specs/ holds maintainer-only or non-navigated records that should not publish to the public ClawHub docs tab by default.

Use this folder for:

  • Product and implementation specs.
  • Forward-looking plans and migration notes.
  • Regression notes and design history.
  • Maintainer validation or CI policy records.
  • Cross-repo extraction notes that reviewers need but users do not.

Public/user/operator docs belong in docs/. If a spec graduates into something users should read on docs.openclaw.ai, move or summarize the public material into docs/ and leave only the design record here.

Index

  • spec.md: product + implementation spec for the original registry model.
  • orgs.md: org, publisher membership, and scoped identity plan.
  • github-import.md: GitHub import feature spec.
  • diffing.md: skill version diffing UI/API design.
  • slug-routing.md: internal web route precedence and plugin alias contract.
  • ci.md: PR check and production deploy audit-tag policy.
  • manual-testing.md: maintainer CLI smoke checklist.
  • mintlify.md: docs publishing setup notes.
  • openclaw-docs-extraction.md: CLAW-89 extraction classification.
  • deploy.md: maintainer deploy checklist for the ClawHub project.
  • security-moderation.md: detailed moderation implementation and scanner behavior notes.
  • webhook.md: Discord webhook environment and payload notes.
  • plans/plugins.md: long-term OpenClaw plugin hosting plan.
  • regression-notes/: regression guard notes.
  • superpowers/: install-surface design history.