mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
* Revert "fix: serve docs subdomain root (#2630)" This reverts commit9ef33726b8. * Revert "feat: move docs to canonical subdomain" This reverts commit6afb91b772. * Revert "docs: serve ClawHub docs with shared OpenClaw renderer (#2609)" This reverts commit71156751ff. * fix: restore ClawHub email docs host * test: preserve non-docs validation fixes * test: remove stale docs proxy test * docs: keep ClawHub contributor references current * fix: keep docs auth callback outside docs routes
2.3 KiB
2.3 KiB
OpenClaw Docs Extraction Notes
Context: CLAW-89 moves canonical ClawHub-owned documentation into the ClawHub
repo so OpenClaw's /tools/clawhub page is no longer the source of truth.
Source audited for this slice:
- OpenClaw
docs/tools/clawhub.mdin the sibling read-only worktree. - OpenClaw docs-wide
ClawHub/clawhubmentions for classification patterns.
Moved into ClawHub docs
Canonical product and registry material now lives in docs/clawhub.md:
- What ClawHub is: public registry for OpenClaw skills and plugins.
- Native OpenClaw search/install/update examples for skills and plugins.
- ClawHub CLI purpose and common authenticated workflows.
- Skill and plugin publishing commands.
- Security scan summaries, reporting, appeals, and moderation overview.
- Versioning, lockfile, telemetry, and environment override guidance.
Summarize or link from OpenClaw docs
These OpenClaw docs should eventually point to the ClawHub docs tab rather than restate the whole registry guide:
docs/tools/clawhub.md: keep as a concise bridge to ClawHub docs plus OpenClaw-native install examples.docs/tools/skills.md: keep OpenClaw skill-loading behavior inline; link to ClawHub for registry, publishing, security, and CLI details.docs/tools/plugin.mdanddocs/plugins/community.md: keep OpenClaw install/runtime behavior inline; link to ClawHub for registry/package publishing and moderation.docs/plugins/building-plugins.md: keep plugin authoring/runtime contract inline; link to ClawHub for publish command details.
Leave in OpenClaw docs
These mentions are OpenClaw-owned integration/runtime material and should remain in OpenClaw unless the owner explicitly asks for a separate extraction:
- OpenClaw CLI command behavior:
openclaw skills ...,openclaw plugins ...,/plugin install .... - Plugin dependency resolution, package acceptance, Docker/E2E fixtures, release workflows, and testing references.
- Threat model references where ClawHub is one platform component inside a broader OpenClaw security model.
- Showcase or FAQ links that merely point users to live ClawHub pages.
Reviewer check
For this slice, the ClawHub repo owns the new canonical source file. The OpenClaw worktree was read-only, so replacing OpenClaw sections with short links is left to the OpenClaw-side worker.