firecrawl
1
总安装量
1
周安装量
#78328
全站排名
安装命令
npx skills add https://github.com/ypyt1/all-skills --skill firecrawl
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Firecrawl
Web search and scraping via Firecrawl API.
Prerequisites
Set FIRECRAWL_API_KEY in your environment or .env file:
export FIRECRAWL_API_KEY=fc-xxxxxxxxxx
Quick Start
Search the web
firecrawl_search "your search query" --limit 10
Scrape a single page
firecrawl_scrape "https://example.com"
Crawl an entire site
firecrawl_crawl "https://example.com" --max-pages 50
API Reference
See references/api.md for detailed API documentation and advanced options.
Scripts
scripts/search.py– Search the web with Firecrawlscripts/scrape.py– Scrape a single URLscripts/crawl.py– Crawl an entire website