Agent Skills: Scrape Documentation

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

UncategorizedID: lobbi-docs/claude/scrape-docs

Install this agent skill to your local

pnpm dlx add-skill https://github.com/markus41/claude/tree/HEAD/.claude/skills/scrape-docs

Skill Files

Browse the full folder contents for scrape-docs.

Download Skill

Loading file tree…

.claude/skills/scrape-docs/SKILL.md

Skill Metadata

Name
scrape-docs
Description
Scrape and extract documentation from a URL using Firecrawl. Use when you need to read external documentation.

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.