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)