Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Automatically fetches comprehensive project documentation from built-in registries or URLs to assist AI agents in debugging and learning.
Automatically fetches comprehensive project documentation from built-in registries or URLs to assist AI agents in debugging and learning.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Auto-fetch project documentation and feed it to your AI agent for debugging and learning.
docs feed <project> fetch docs <URL>
Registry Lookup โ 50+ built-in projects (React, Next.js, Hono, Prisma, Anthropic, etc.) Fetch Priority: /llms-full.txt โ Full LLM-friendly docs /llms.txt โ Compact version GitHub README โ Fallback Smart Discovery โ Unknown projects try common patterns (docs.xxx.com, xxx.dev) Size Warning โ Alerts when docs exceed 500KB
# By project name (auto-lookup) node fetch-docs.js nextjs # By URL (direct fetch) node fetch-docs.js https://docs.anthropic.com # Raw content only (no metadata header) node fetch-docs.js react --raw # Save to file node fetch-docs.js prisma --save # List all supported projects node fetch-docs.js --list
50+ projects including: React, Next.js, Vue, Svelte, Astro, Hono, Express, Fastify, NestJS, Prisma, Drizzle, tRPC, Zod, Tailwind CSS, shadcn/ui, TypeScript, Vite, Bun, Deno, Playwright, Vitest, Supabase, Stripe, Clerk, Anthropic, OpenAI, LangChain, Docker, Kubernetes, Terraform, Rust, Go, Python, FastAPI, Django, and more. Edit docs-registry.json to add your own projects.
{ "myproject": { "url": "https://myproject.dev", "llms": "/llms-full.txt", "github": "org/repo", "local": "/path/to/local/docs" } }
Fetch docs, then describe your problem: โ node fetch-docs.js nextjs โ [docs loaded into context] "I'm getting a hydration mismatch error with App Router..." โ [AI gives solution based on complete documentation]
Most modern doc sites ship /llms.txt or /llms-full.txt โ a single file with the entire knowledge base formatted for LLMs. Instead of searching + reading + understanding docs manually, dump the whole thing into context and let the AI cross-reference.
Node.js (no external dependencies)
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.