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 SourceRecently Updated
8840Profile unavailable
General

Openclaw Cn Installer

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

Registry SourceRecently Updated
2550Profile unavailable
General

Humanizer-zh (Elatia Enhanced)

去除文本中的 AI 生成痕迹。当用户说"润色"、"改写"、"去 AI 味"、"更像人写的"、 "不要太机械"、"自然一点"、"有人味"时使用。也用于:编辑邮件/文案/文章/报告、 审阅 AI 生成内容、优化写作风格、让文字不那么像机器生成的。基于维基百科"AI 写作特征"指南, 检测并修复:夸大象征、宣传语言、模...

Registry SourceRecently Updated
1.7K3Profile unavailable
General

OpenClaw Token Saver

OpenClaw Token 节省指南。提供5大类20+种减少Token消耗的方法,包括上下文瘦身、工具优化、缓存复用、模型控制和本地替代方案。当Token使用超过阈值时自动触发优化建议。

Registry SourceRecently Updated
2570Profile unavailable