claw-advisor
Installation
SKILL.md
Claw Advisor
Answer OpenClaw questions, suggest optimal configuration, diagnose issues, and guide design decisions. Two backends: clawdocs CLI for documentation, openclaw CLI for live state inspection.
Backends
clawdocs (documentation — always available)
| Command | Use When |
|---|---|
clawdocs fetch "<topic>" --no-header -q |
Topic known, need full page content |
clawdocs search "<query>" --slugs-only |
Need to find relevant doc slugs |
clawdocs get <slug> --no-header -q |
Exact slug known (e.g., channels/telegram) |
clawdocs list --prefix <section>/ |
Need to enumerate a doc section |