Skip to main content
Generalmarkus41

scrape-docs

Scrape and extract documentation from a URL using Firecrawl. Use when you need to read external documentation.

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--scrape-docs
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/.claude/skills/scrape-docs/SKILL.md -o .claude/skills/scrape-docs.md

Drops the SKILL.md into .claude/skills/scrape-docs.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Scrape Documentation

Scrape and extract documentation from: $ARGUMENTS

Strategy

  1. Use Firecrawl MCP to scrape the target URL
  2. Extract the key information and structure
  3. Summarize the most important points
  4. Identify code examples and configuration samples
  5. Return a concise summary suitable for implementation

Focus on extracting actionable information, not reproducing the entire page.