firecrawl-local-search
SKILL.md
Firecrawl 本地搜索技能
快速开始
使用本地 Firecrawl 服务抓取网站数据。
API 配置
- 基础 URL:
http://192.168.1.2:3002/ - 协议: HTTP (本地服务)
- 超时: 30 秒
主要功能
1. 网页抓取 (Scrape)
curl -X POST "http://192.168.1.2:3002/v1/scrape" \
-H "Content-Type: application/json" \