openclaw/docs/tools
Vincent Koc e54f5c4068
docs(clawhub): rewrite around Steps Tabs and AccordionGroup
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.
2026-04-25 22:53:54 -07:00
..
acp-agents-setup.md fix(acpx): avoid startup agent probes by default 2026-04-26 04:40:26 +01:00
acp-agents.md docs: clarify codex runtime routing 2026-04-26 04:38:39 +01:00
agent-send.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
apply-patch.md docs(tools): add Related sections and unify See also to Related 2026-04-23 15:41:56 -07:00
brave-search.md docs(tools): convert search and web-fetch param tables to ParamField 2026-04-23 19:40:05 -07:00
browser-control.md feat(browser): add CDP role snapshot fallback 2026-04-26 04:40:26 +01:00
browser-linux-troubleshooting.md docs(browser): document local startup timeout bounds (#71672) 2026-04-25 19:59:53 +01:00
browser-login.md docs(tools): add Related sections and unify See also to Related 2026-04-23 15:41:56 -07:00
browser-wsl2-windows-remote-cdp-troubleshooting.md docs(tools): add Related sections and unify See also to Related 2026-04-23 15:41:56 -07:00
browser.md feat(browser): add CDP role snapshot fallback 2026-04-26 04:40:26 +01:00
btw.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
capability-cookbook.md docs(capability-cookbook): normalize Provider and Harness Seams heading to sentence case 2026-04-24 09:15:22 -07:00
clawhub.md docs(clawhub): rewrite around Steps Tabs and AccordionGroup 2026-04-25 22:53:54 -07:00
code-execution.md docs: unify See also/Related headings across remaining pages 2026-04-23 20:23:06 -07:00
creating-skills.md docs: standardize frontmatter field order (summary before title) 2026-04-23 13:18:17 -07:00
diffs.md docs: standardize frontmatter field order (summary before title) 2026-04-23 13:18:17 -07:00
duckduckgo-search.md docs(tools): convert search and web-fetch param tables to ParamField 2026-04-23 19:40:05 -07:00
elevated.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
exa-search.md docs(tools): convert search and web-fetch param tables to ParamField 2026-04-23 19:40:05 -07:00
exec-approvals-advanced.md fix: match bare exec allowlist commands 2026-04-25 04:18:24 +01:00
exec-approvals.md docs(exec-approvals): rewrite around ParamField, Steps, and tables 2026-04-25 22:51:59 -07:00
exec.md fix: match bare exec allowlist commands 2026-04-25 04:18:24 +01:00
firecrawl.md docs: remove duplicate H1 where frontmatter title already sets it 2026-04-23 13:11:14 -07:00
gemini-search.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
grok-search.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
image-generation.md docs(image-generation): rewrite around Steps, Tabs, and AZ providers 2026-04-25 22:23:09 -07:00
index.md fix: steer agents to safe gateway config flow 2026-04-26 05:00:17 +01:00
kimi-search.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
llm-task.md docs: clarify OpenAI GPT-5.5 auth routes 2026-04-23 23:49:17 +01:00
lobster.md docs: standardize frontmatter field order (summary before title) 2026-04-23 13:18:17 -07:00
loop-detection.md docs(tools): add Related sections and unify See also to Related 2026-04-23 15:41:56 -07:00
media-overview.md docs(media-overview): rewrite around CardGroup, sync/async split, and AZ providers 2026-04-25 22:20:35 -07:00
minimax-search.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
multi-agent-sandbox-tools.md fix(agents): fail empty explicit tool allowlists 2026-04-25 01:11:36 +01:00
music-generation.md docs(music-generation): rewrite around Steps, Tabs, and provider Accordion 2026-04-25 22:24:58 -07:00
ollama-search.md fix: update Ollama web search endpoint 2026-04-25 22:34:43 +01:00
pdf.md refactor(pdf): move document extraction to plugin 2026-04-24 17:15:05 -07:00
perplexity-search.md docs(tools): convert perplexity-search params to ParamField 2026-04-23 19:41:09 -07:00
plugin.md fix(plugins): ignore bundled load path aliases 2026-04-26 04:46:05 +01:00
reactions.md docs: remove duplicate H1 where frontmatter title already sets it 2026-04-23 13:11:14 -07:00
searxng-search.md docs: normalize frontmatter titles to sentence case 2026-04-23 13:15:17 -07:00
skills-config.md docs(tools): add Related sections and unify See also to Related 2026-04-23 15:41:56 -07:00
skills.md docs(skills): rewrite around tables, ParamField, and AccordionGroup 2026-04-25 22:45:35 -07:00
slash-commands.md feat(tts): add read-latest voice command 2026-04-26 03:44:44 +01:00
subagents.md docs(subagents): rewrite around AccordionGroup, ParamField, and Steps 2026-04-25 22:49:14 -07:00
tavily.md docs: remove duplicate H1 where frontmatter title already sets it 2026-04-23 13:11:14 -07:00
thinking.md fix: map google adaptive thinking dynamically 2026-04-25 02:04:40 +01:00
tokenjuice.md feat(plugins): add harness tool result middleware (#71021) 2026-04-24 12:39:13 -07:00
trajectory.md docs(tools): add Related sections and unify See also to Related 2026-04-23 15:41:56 -07:00
tts.md docs(tts): add sidebarTitle 'Text to speech (TTS)' for the nav 2026-04-25 22:11:31 -07:00
video-generation.md docs(video-generation): rewrite around Steps, ParamField, AZ providers 2026-04-25 22:27:56 -07:00
web-fetch.md docs(tools): convert search and web-fetch param tables to ParamField 2026-04-23 19:40:05 -07:00
web.md docs: standardize frontmatter field order (summary before title) 2026-04-23 13:18:17 -07:00