{
  "schemaVersion": "1.0",
  "item": {
    "slug": "docs-feeder",
    "name": "Docs Feeder",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/zerone0x/docs-feeder",
    "canonicalUrl": "https://clawhub.ai/zerone0x/docs-feeder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/docs-feeder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=docs-feeder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "docs-registry.json",
      "fetch-docs.js",
      "fetch-docs.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/docs-feeder"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/docs-feeder",
    "agentPageUrl": "https://openagent3.xyz/skills/docs-feeder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/docs-feeder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/docs-feeder/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Docs Feeder",
        "body": "Auto-fetch project documentation and feed it to your AI agent for debugging and learning."
      },
      {
        "title": "Triggers",
        "body": "docs feed <project>\nfetch docs <URL>"
      },
      {
        "title": "How It Works",
        "body": "Registry Lookup — 50+ built-in projects (React, Next.js, Hono, Prisma, Anthropic, etc.)\nFetch Priority:\n\n/llms-full.txt → Full LLM-friendly docs\n/llms.txt → Compact version\nGitHub README → Fallback\n\n\nSmart Discovery — Unknown projects try common patterns (docs.xxx.com, xxx.dev)\nSize Warning — Alerts when docs exceed 500KB"
      },
      {
        "title": "Usage",
        "body": "# By project name (auto-lookup)\nnode fetch-docs.js nextjs\n\n# By URL (direct fetch)\nnode fetch-docs.js https://docs.anthropic.com\n\n# Raw content only (no metadata header)\nnode fetch-docs.js react --raw\n\n# Save to file\nnode fetch-docs.js prisma --save\n\n# List all supported projects\nnode fetch-docs.js --list"
      },
      {
        "title": "Built-in Registry",
        "body": "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.\n\nEdit docs-registry.json to add your own projects."
      },
      {
        "title": "Registry Format",
        "body": "{\n  \"myproject\": {\n    \"url\": \"https://myproject.dev\",\n    \"llms\": \"/llms-full.txt\",\n    \"github\": \"org/repo\",\n    \"local\": \"/path/to/local/docs\"\n  }\n}"
      },
      {
        "title": "Workflow",
        "body": "Fetch docs, then describe your problem:\n\n→ node fetch-docs.js nextjs\n→ [docs loaded into context]\n\n\"I'm getting a hydration mismatch error with App Router...\"\n→ [AI gives solution based on complete documentation]"
      },
      {
        "title": "Why This Works",
        "body": "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."
      },
      {
        "title": "Requirements",
        "body": "Node.js (no external dependencies)"
      }
    ],
    "body": "Docs Feeder\n\nAuto-fetch project documentation and feed it to your AI agent for debugging and learning.\n\nTriggers\ndocs feed <project>\nfetch docs <URL>\nHow It Works\nRegistry Lookup — 50+ built-in projects (React, Next.js, Hono, Prisma, Anthropic, etc.)\nFetch Priority:\n/llms-full.txt → Full LLM-friendly docs\n/llms.txt → Compact version\nGitHub README → Fallback\nSmart Discovery — Unknown projects try common patterns (docs.xxx.com, xxx.dev)\nSize Warning — Alerts when docs exceed 500KB\nUsage\n# By project name (auto-lookup)\nnode fetch-docs.js nextjs\n\n# By URL (direct fetch)\nnode fetch-docs.js https://docs.anthropic.com\n\n# Raw content only (no metadata header)\nnode fetch-docs.js react --raw\n\n# Save to file\nnode fetch-docs.js prisma --save\n\n# List all supported projects\nnode fetch-docs.js --list\n\nBuilt-in Registry\n\n50+ 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.\n\nEdit docs-registry.json to add your own projects.\n\nRegistry Format\n{\n  \"myproject\": {\n    \"url\": \"https://myproject.dev\",\n    \"llms\": \"/llms-full.txt\",\n    \"github\": \"org/repo\",\n    \"local\": \"/path/to/local/docs\"\n  }\n}\n\nWorkflow\n\nFetch docs, then describe your problem:\n\n→ node fetch-docs.js nextjs\n→ [docs loaded into context]\n\n\"I'm getting a hydration mismatch error with App Router...\"\n→ [AI gives solution based on complete documentation]\n\nWhy This Works\n\nMost 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.\n\nRequirements\nNode.js (no external dependencies)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zerone0x/docs-feeder",
    "publisherUrl": "https://clawhub.ai/zerone0x/docs-feeder",
    "owner": "zerone0x",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/docs-feeder",
    "downloadUrl": "https://openagent3.xyz/downloads/docs-feeder",
    "agentUrl": "https://openagent3.xyz/skills/docs-feeder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/docs-feeder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/docs-feeder/agent.md"
  }
}