โ† All skills
Tencent SkillHub ยท Productivity

Docs Feeder

Automatically fetches comprehensive project documentation from built-in registries or URLs to assist AI agents in debugging and learning.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automatically fetches comprehensive project documentation from built-in registries or URLs to assist AI agents in debugging and learning.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, docs-registry.json, fetch-docs.js, fetch-docs.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Docs Feeder

Auto-fetch project documentation and feed it to your AI agent for debugging and learning.

Triggers

docs feed <project> fetch docs <URL>

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)

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • fetch-docs.js Scripts
  • fetch-docs.sh Scripts
  • docs-registry.json Config