Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
MAJOR: Migrated from brightdata to native web_fetch tool - zero cost documentation access! Removed mcporter dependency. Added curl-based refresh script.
What This Skill Does
Provides access to ClawdBot documentation through a 3-layer system: pre-cached golden snippets, a local search index, and on-demand page fetching. Common queries are answered from local files to minimize token usage. TTL-based freshness tracking determines when cached content should be refreshed.
Serving 80-90% of queries from pre-cached local snippets costs 0 tokens, compared to 8-12k tokens per full page fetch.
When to use it
- Looking up Telegram channel setup steps
- Troubleshooting OAuth token expiry errors
- Checking how to update ClawdBot
- Configuring a new messaging provider
- Finding memory and vector search documentation
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: How do I set up Telegram?
- 1Check ~/clawd/data/docs-snippets/ for a telegram-setup.md snippet
- 2Read the cached snippet from disk (0 tokens consumed)
- 3Return setup instructions from the cached content
Telegram setup instructions served from local cache without any web fetch