Documents

OpenClaw Docs

Try it

Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answe...

What it does

Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answe...

The skill document

OpenClaw Docs

Use this skill to answer OpenClaw documentation questions with reproducible script-assisted evidence.

Quick workflow

  1. Route by intent (setup, config, troubleshooting, automation, platform).
  2. Search or fetch docs via scripts.
  3. Pull exact config patterns from snippets/docs.
  4. Cite source URL/path in the final answer.

Use bundled resources

  • Intent routing and category map: references/routing.md
  • Script usage and operational notes: references/operations.md
  • Config patterns: snippets/common-configs.md
  • Script preflight checks: scripts/check_env.sh

Rules

  • Prefer search.sh and fetch-doc.sh before freeform guessing.
  • Keep answers anchored to specific doc paths.
  • For uncertain or stale cache cases, refresh or state cache limitations.
  • Provide concrete configuration examples when available.

Commands

# Validate local script requirements
bash workspace/skills/new-openclaw-docs/scripts/check_env.sh

# Discover likely paths
bash workspace/skills/new-openclaw-docs/scripts/sitemap.sh
bash workspace/skills/new-openclaw-docs/scripts/search.sh discord mention

# Fetch a document
bash workspace/skills/new-openclaw-docs/scripts/fetch-doc.sh providers/discord

# Cache and update checks
bash workspace/skills/new-openclaw-docs/scripts/cache.sh status
bash workspace/skills/new-openclaw-docs/scripts/recent.sh 7
bash workspace/skills/new-openclaw-docs/scripts/track-changes.sh since 2026-02-01

Related skills

Route OpenClaw CLI requests to the right command family and profile, then verify the outcome.

335 installs6 stars

Deploy, harden, and operate OpenClaw across local and hosted environments (Fly.io, Render, Railway, Hetzner, GCP) with secure defaults, channel setup guidanc...

27 installs

Install and configure the security-related plugins required by OpenClaw, including the `claw-sentry` plugins. Use this skill when you want to complete instal...

28 installs

Build, bootstrap, and maintain a stable OpenClaw default agent identity by interviewing the user, updating IDENTITY.md, and seeding core context files (AGENT...

28 installs

Thin OpenClaw and ClawHub wrapper for the published clawfetch npm CLI, used to fetch web pages, GitHub READMEs, and Reddit threads as markdown.

31 installs