mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:40:44 +00:00
The clawhub doc was 358 lines mixing two install-command bullet blocks, a 'beginner-friendly' prose walkthrough, six sequential flat CLI command sections (Auth, Search, Install, Update, List, Publish skills, Publish plugins, Delete, Sync), and a workflow section that repeated the same commands a third time. Restructure for scan-first reading without losing reference detail: - Wrap Quick start in a 4-step Steps component (search -> install -> use -> publish optional CLI install). - Convert the duplicate native-OpenClaw skills/plugins blocks into a single Tabs component with one tab per surface, keeping the validation/safety notes inline. - Convert the service-features bullet list to a 7-row table. - Move reporting and moderation rules into a 2-panel AccordionGroup. - Convert the eight CLI command sections into one AccordionGroup (Auth / Search / Install update list / Publish skills / Publish plugins / Delete undelete / Sync) so the flat command catalog collapses. - Convert the global-options bullet list into ParamField definitions. - Consolidate the duplicate workflows section into a single Tabs component (Search / Install / Update all / Publish single / Sync many / Publish plugin from GitHub). - Move versioning, lockfile, sync fallback, storage, and telemetry notes into a dedicated AccordionGroup. - Convert the env vars bullet list into a 5-row table. - Drop the duplicate 'How it works / What you can do / Quick start (non-technical)' prose; the same content lives in the new Quick start Steps and 'What ClawHub is' summary. - Sentence-case the Related list and add a missing 'Plugins' link. - Add sidebarTitle for explicit nav. CLI flags, command parameters, registry semantics, lockfile path, moderation thresholds (1-week account age, 20-report cap, 3-report auto-hide), telemetry env var, and required plugin package.json metadata are unchanged. Pure restructure plus Mintlify upgrades.