Firecrawl — сбор данных с веб-страниц

integration

firecrawl-scrape is a Claude Code skill that scrapes web pages and extracts structured content via the Firecrawl MCP, returning results in markdown, html, or text format. It runs through `uv run python -m runtime.harness` and accepts either a `--url` parameter for direct page scraping or a `--search` parameter to retrieve content by search query. The skill requires a configured `firecrawl` MCP server entry in `mcp_config.json` along with a valid `FIRECRAWL_API_KEY`. It suits developers and analysts who need to automate web data collection, parse documentation, or pull web content into Claude Code workflows without leaving the terminal.