Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Web search and scraping via Firecrawl API. Use when you need to search the web, scrape websites (including JS-heavy pages), crawl entire sites, or extract structured data from web pages. Requires FIRECRAWL_API_KEY environment variable.
.claude/skills/sundial-org-firecrawl/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-21 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -81% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -75% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -54% | 0% |
Web search and scraping via Firecrawl API.
Set FIRECRAWL_API_KEY in your environment or .env file:
bashexport FIRECRAWL_API_KEY=fc-xxxxxxxxxx
bashfirecrawl_search "your search query" --limit 10
bashfirecrawl_scrape "https://example.com"
bashfirecrawl_crawl "https://example.com" --max-pages 50
See references/api.md for detailed API documentation and advanced options.
scripts/search.py - Search the web with Firecrawlscripts/scrape.py - Scrape a single URLscripts/crawl.py - Crawl an entire websiteOther measured skills in the registry, with their headline benchmark lift.