From sundial-org-awesome-openclaw-skills-4
Searches the web, scrapes JS-heavy pages, crawls entire sites, and extracts structured data via the Firecrawl API. Requires FIRECRAWL_API_KEY.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:firecrawlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Web search and scraping via Firecrawl API.
Web search and scraping via Firecrawl API.
Set FIRECRAWL_API_KEY in your environment or .env file:
export FIRECRAWL_API_KEY=fc-xxxxxxxxxx
firecrawl_search "your search query" --limit 10
firecrawl_scrape "https://example.com"
firecrawl_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 websitenpx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Automates web crawling and data extraction using Firecrawl: scrape pages, crawl sites, extract structured data with AI, batch URLs, and map site structures.
Searches, scrapes, crawls, and interacts with web pages via the Firecrawl CLI, returning clean markdown for LLM context. Use for web research, content extraction, documentation downloads, and page interaction.
Searches, scrapes, and interacts with websites via the Firecrawl CLI, returning clean markdown optimized for LLM contexts. Supports search, page scraping, site crawling, and interactive page operations.