# New Openclaw Docs

> Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answering OpenClaw setup/config/troubleshooting questions, checking docs updates, or extracting concrete configuration examples from docs.

- Skill: `knownasnaffy/new-openclaw-docs-4` (Agent Skill, multi-file: 16 files)
- Install (CLI): `npx skillmds@latest add knownasnaffy/new-openclaw-docs-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/knownasnaffy/new-openclaw-docs-4/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: knownasnaffy (https://skillmd.com/u/knownasnaffy)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/knownasnaffy/new-openclaw-docs-4

---





### Cleanup Review

`python scripts/_purge_cache.py` is an optional cleanup helper for the `OpenClaw Docs` skill. It may recursively remove ~/.cache/skill_tmp, ~/.skill_state. Show the exact paths first, explain whether they are skill-private temporary paths or user state, and run the cleanup only after the user confirms.

# 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

```bash
# 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
```

