Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Scrape web pages and extract content via Firecrawl MCP
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 308% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 58% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -40% | 0% |
bashuv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \ --url "https://example.com" \ --format "markdown"
--url: URL to scrape--format: Output format - markdown, html, text (default: markdown)--search: (alternative) Search query instead of direct URLbash# Scrape a page uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \ --url "https://docs.python.org/3/library/asyncio.html" # Search and scrape uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \ --search "Python asyncio best practices 2024"
Requires firecrawl server in mcp_config.json with FIRECRAWL_API_KEY.
Other measured skills in the registry, with their headline benchmark lift.