doc-fetcher

Installation
SKILL.md

Doc Fetcher

Fetch and convert external documentation to local markdown files for use as context (RAG, reference, etc.).

Prerequisites

CF Browser MCP server must be configured in .mcp.json (see quick start).

Workflow

Step 1: Discover Pages

browser_links(base_url) → list of all linked pages
  • Filter to same-domain URLs only
  • Filter by documentation patterns (e.g., /docs/, /guide/, /api/, /reference/)
  • Cap at max_pages (default 20)
Installs
1
GitHub Stars
6
First Seen
Jul 9, 2026
doc-fetcher — claude-world/cf-browser