/install docs-feeder
Docs Feeder
Auto-fetch project documentation and feed it to your AI agent for debugging and learning.
Triggers
docs feed \x3Cproject>fetch docs \x3CURL>
How It Works
- 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
Usage
# 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
Built-in Registry
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.
Registry Format
{
"myproject": {
"url": "https://myproject.dev",
"llms": "/llms-full.txt",
"github": "org/repo",
"local": "/path/to/local/docs"
}
}
Workflow
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]
Why This Works
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.
Requirements
- Node.js (no external dependencies)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install docs-feeder - 安装完成后,直接呼叫该 Skill 的名称或使用
/docs-feeder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Docs Feeder 是什么?
Automatically fetches comprehensive project documentation from built-in registries or URLs to assist AI agents in debugging and learning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 708 次。
如何安装 Docs Feeder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install docs-feeder」即可一键安装,无需额外配置。
Docs Feeder 是免费的吗?
是的,Docs Feeder 完全免费(开源免费),可自由下载、安装和使用。
Docs Feeder 支持哪些平台?
Docs Feeder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Docs Feeder?
由 zerone0x(@zerone0x)开发并维护,当前版本 v1.0.0。