# Scrape Docs

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

- Skill: `lobbi-docs/scrape-docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lobbi-docs/scrape-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lobbi-docs/scrape-docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Lobbi-Docs (https://skillmd.com/u/lobbi-docs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lobbi-docs/scrape-docs

---


# 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.

