firecrawl-local-search

抓取网站数据的本地 Firecrawl 服务。使用本地 API (http://192.168.1.2:3002/) 进行网页抓取、数据提取和站内搜索。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "firecrawl-local-search" with this command: npx skills add bobowg163/firecrawl-local-search

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" \
  -d '{"url": "https://example.com", "formats": ["markdown"]}'

2. 网站地图 (Map)

curl -X POST "http://192.168.1.2:3002/v1/map" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'

3. 内容搜索 (Search)

python3 scripts/firecrawl_search.py "关键词" --site https://example.com

使用脚本

  • scripts/firecrawl_scrape.py - 网页抓取(无需外部依赖)
  • scripts/firecrawl_map.py - 网站地图
  • scripts/firecrawl_search.py - 内容搜索

依赖说明

无需安装任何依赖 - 使用 Python 标准库 urllib.request

注意事项

  1. 本地服务: API 运行在本地网络,确保网络连接正常
  2. 超时设置: 默认 30 秒超时
  3. 速率限制: 根据服务器配置调整请求频率
  4. 网络要求: 需要访问 http://192.168.1.2:3002/

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Firecrawl Scrape Cn

从任意 URL 提取干净的 Markdown 内容,包括 JS 渲染的 SPA。当用户提供 URL 并想要其内容、说"抓取"、"抓网页"、"获取页面"、"从 URL 提取"或"读取网页"时使用此 Skill。支持 JS 渲染页面、多个并发 URL,返回 LLM 优化的 Markdown。

Registry Source
8510Profile unavailable
General

Solana Funding Arb Cn

Solana 资金费率套利 | Solana Funding Rate Arbitrage. 永续合约资金费率套利 | Perpetual funding rate arbitrage. 监控资金费率、发现套利机会 | Monitor funding rates, find arb opportunities....

Registry SourceRecently Updated
6570Profile unavailable
General

Chinese LLM Router

Route OpenClaw chats to top Chinese LLMs with smart model selection, auto-fallback, cost tracking, and unified OpenAI-compatible API access.

Registry SourceRecently Updated
9630Profile unavailable
General

Openclaw Cn Installer

OpenClaw 中文安装配置助手。一键检测环境、配置国产 AI 模型(DeepSeek/智谱/阿里通义)。适合中国用户快速上手 OpenClaw。

Registry SourceRecently Updated
2240Profile unavailable