Technical documentation discovery via context7 and web search. Capabilities: library/framework docs lookup, topic-specific search. Keywords: llms.txt, context7, documentation, library docs, API docs. Use when: searching library documentation, finding framework guides, looking up API references.
Version 4.0 - Simplified, LLM-first approach
See SKILL.md for complete documentation.
Quick example:
User: "How do I use date picker in shadcn?"
Claude analyzes:
- Library: shadcn/ui → shadcn-ui/ui
- Topic: date
Claude fetches:
curl "https://context7.com/shadcn-ui/ui/llms.txt?topic=date"
Claude processes results and presents documentation
If you were using the old scripts:
detect-topic.js → Claude analyzes queries naturallyfetch-docs.js → Use curl commands from SKILL.mdanalyze-llms-txt.js → Claude reasons about URL prioritiesOld scripts archived in archive/ directory for reference.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer