clawd-docs-v2
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Install
mkdir -p .claude/skills/clawd-docs-v2 && curl -L -o skill.zip "https://mcp.directory/api/skills/download/1321" && unzip -o skill.zip -d .claude/skills/clawd-docs-v2 && rm skill.zipInstalls to .claude/skills/clawd-docs-v2
About this skill
Clawd-Docs v2.0 - Smart Documentation Access
This skill provides intelligent access to ClawdBot documentation with:
- Local search index - instant keyword lookup (0 tokens)
- Cached snippets - pre-fetched common answers (~300-500 tokens)
- On-demand fetch - full page when needed (~8-12k tokens)
- Freshness tracking - TTL per page type
Quick Start
Step 1: Check Golden Snippets First
Before fetching anything, check if a Golden Snippet exists:
ls ~/clawd/data/docs-snippets/
Available snippets (check cache first!):
| Snippet | Query matches |
|---|---|
telegram-setup.md | "ako nastaviť telegram", "telegram setup" |
telegram-allowfrom.md | "allowFrom", "kto mi môže písať", "access control" |
oauth-troubleshoot.md | "token expired", "oauth error", "credentials" |
update-procedure.md | "ako updatnuť", "update clawdbot" |
restart-gateway.md | "restart", "reštart", "stop/start" |
config-basics.md | "config", "nastavenie", "konfigurácia" |
config-providers.md | "pridať provider", "discord setup", "nový kanál" |
memory-search.md | "memory", "vector search", "pamäť", "embeddings" |
Read snippet:
cat ~/clawd/data/docs-snippets/telegram-setup.md
Step 2: Search Index (if snippet doesn't exist)
Check ~/clawd/data/docs-index.json for page suggestions.
Keyword matching:
- "telegram" → channels/telegram
- "oauth" → concepts/oauth, gateway/troubleshooting
- "update" → install/updating
- "config" → gateway/configuration
Step 3: Check Full Page Cache
BEFORE fetching via brightdata, check if the page is already cached:
# Convert path: concepts/memory → concepts_memory.md
ls ~/clawd/data/docs-cache/ | grep "concepts_memory"
If exists, read locally (0 tokens!):
cat ~/clawd/data/docs-cache/concepts_memory.md
Step 4: Fetch Page (only if NOT in cache)
Use native web_fetch tool (part of Clawdbot core - FREE and fast!):
web_fetch({ url: "https://docs.clawd.bot/{path}", extractMode: "markdown" })
Example:
web_fetch({ url: "https://docs.clawd.bot/tools/skills", extractMode: "markdown" })
web_fetch advantages:
| web_fetch | brightdata | |
|---|---|---|
| Cost | $0 (free!) | ~$0.003/call |
| Speed | ~400ms | 2-5s |
| Quality | Markdown ✅ | Markdown ✅ |
Search Index Structure
Location: ~/clawd/data/docs-index.json
{
"pages": [
{
"path": "channels/telegram",
"ttl_days": 7,
"keywords": ["telegram", "tg", "bot", "allowfrom"]
}
],
"synonyms": {
"telegram": ["tg", "telegrambot"],
"configuration": ["config", "nastavenie", "settings"]
}
}
Use synonyms for fuzzy matching.
TTL Strategy (Freshness)
| Page Category | TTL | Why |
|---|---|---|
install/updating | 1 day | Always current! |
gateway/* | 7 days | Config changes |
channels/* | 7 days | Provider updates |
tools/* | 7 days | Features added |
concepts/* | 14 days | Rarely changes |
reference/* | 30 days | Stable templates |
Check snippet expiry:
head -10 ~/clawd/data/docs-snippets/telegram-setup.md | grep expires
Common Scenarios
"Ako nastaviť Telegram?"
- ✅ Read
~/clawd/data/docs-snippets/telegram-setup.md
"allowFrom nefunguje"
- ✅ Read
~/clawd/data/docs-snippets/telegram-allowfrom.md
"Token expired / oauth error"
- ✅ Read
~/clawd/data/docs-snippets/oauth-troubleshoot.md
"Ako updatnúť ClawdBot?"
- ✅ Read
~/clawd/data/docs-snippets/update-procedure.md
"Ako pridať nový skill?" (nie je snippet)
- Search index → tools/skills
- Fetch:
web_fetch({ url: "https://docs.clawd.bot/tools/skills", extractMode: "markdown" })
"Multi-agent routing"
- Search index → concepts/multi-agent
- Fetch:
web_fetch({ url: "https://docs.clawd.bot/concepts/multi-agent", extractMode: "markdown" })
Fallback: Full Index Refresh
If you can't find what you need:
web_fetch({ url: "https://docs.clawd.bot/llms.txt", extractMode: "markdown" })
Returns complete list of all documentation pages.
Token Efficiency Guide
| Method | Tokens | When to use |
|---|---|---|
| Golden Snippet | ~300-500 | ✅ Always first! |
| Search Index | 0 | Keyword lookup |
| Full Page Fetch | ~8-12k | Last resort |
| Batch Fetch | ~20-30k | Multiple related topics |
80-90% of queries should be answered from snippets!
Data Locations
~/clawd/data/
├── docs-index.json # Search index
├── docs-stats.json # Usage tracking
├── docs-snippets/ # Cached Golden Snippets
│ ├── telegram-setup.md
│ ├── telegram-allowfrom.md
│ ├── oauth-troubleshoot.md
│ ├── update-procedure.md
│ ├── restart-gateway.md
│ └── config-basics.md
└── docs-cache/ # Full page cache (future)
Version Info
| Item | Value |
|---|---|
| Skill version | 2.1.0 |
| Created | 2026-01-14 |
| Updated | 2026-01-26 |
| Authors | Claude Code + Clawd (collaborative) |
| Source | https://docs.clawd.bot/ |
| Dependencies | web_fetch (Clawdbot core tool) |
| Index pages | ~50 core pages |
| Golden snippets | 7 pre-cached |
Changelog
v2.2.0 (2026-01-26)
- Migration to web_fetch - replaced brightdata MCP with native Clawdbot tool
- Benefits: FREE ($0), faster (~400ms vs 2-5s)
- No external dependencies (mcporter no longer required)
- Collaborative work: Claude Code 🦞 implementation, Clawd 🐾 review
v2.1.3 (2026-01-25) - ClawdHub
- Documentation fix: check vs refresh clarification
v2.0.0 (2026-01-14)
- 3-layer architecture: Search Index → Snippets → On-demand Fetch
- Golden Snippets pre-cached for common queries
- TTL-based freshness tracking
- Synonym support for fuzzy matching
- 80-90% token reduction for common queries
v1.0.0 (2026-01-08)
- Initial release with brightdata fetch only
This skill provides smart documentation access - always cached snippets first, fetch only when necessary.
More by openclaw
View all →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
rust-coding-skill
UtakataKyosui
Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.