Claw Search

# Claw Search 🔍

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 "Claw Search" with this command: npx skills add yuanchao193/claw-search

Claw Search 🔍

通用免费的 Web Search API 服务,专为 AI Agents 设计。

功能

  • 🔍 Web 搜索 - 类似 Brave Search 的 Web Search API
  • 🌐 通用兼容 - 兼容 OpenClaw、Claude Code 等各种 Agent
  • 🔑 无需 API Key - 使用 skillhub 后端,无需申请
  • 🚀 快速响应 - 优化的搜索体验
  • 🐳 Docker 部署 - 一键部署到任意服务器

API 使用

Web 搜索

curl -X POST https://api.claw-search.com/api/search \
  -H "Content-Type: application/json" \
  -d '{"query": "openclaw ai agent", "count": 10}'

搜索结果示例

{
  "query": "openclaw ai agent",
  "count": 5,
  "results": [
    {
      "title": "openclaw-backup",
      "url": "https://clawhub.com/skill/openclaw-backup",
      "description": "OpenClaw Backup",
      "age": ""
    }
  ]
}

API 参数

参数类型必填说明
querystring搜索关键词
countnumber返回结果数量 (默认 10, 最大 20)
offsetnumber分页偏移
countrystring国家代码 (默认 CN)
freshnessstring时间范围: pd(天), pw(周), pm(月), py(年)

部署

Docker 部署 (推荐)

# 克隆或下载项目
cd claw-search

# 启动服务
docker-compose up -d

# 测试
curl https://api.claw-search.com/health

手动部署

# 安装依赖
npm install

# 启动服务
PORT=8080 npm start

环境变量

变量说明
PORT服务端口 (默认 8080)
TAVILY_API_KEYTavily API Key (可选)
BRAVE_API_KEYBrave Search API Key (可选)

OpenClaw Skill 调用

node {baseDir}/scripts/search.mjs "搜索关键词"
node {baseDir}/scripts/search.mjs "搜索关键词" -n 10

支持的后端

  1. skillhub (默认,免费) - 搜索 ClawHub 技能
  2. tavily (需要 API Key) - AI 优化的通用搜索
  3. brave (需要 API Key) - Brave Search

上传到 ClawHub

clawhub publish

License

MIT

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.

Automation

Google Maps Reviews Api Skill

This skill is designed to help users automatically extract reviews from Google Maps via the Google Maps Reviews API. Agent should proactively apply this skil...

Registry SourceRecently Updated
1.3K2phheng
Automation

Telegram Topic Rename

Rename Telegram forum topics and change icons via Bot API. Use when user asks to name/rename a topic, change topic title, update topic icon, or says "命名这个topic", "给话题起个名", "换个图标". Requires TELEGRAM_BOT_TOKEN environment variable.

Registry SourceRecently Updated
Automation

Mission Control

macOS-native web dashboard for monitoring and controlling your OpenClaw agent. Live chat, cron management, task workshop, scout engine, cost tracking, and more.

Registry SourceRecently Updated
Automation

AI Remote Viewing

Guide an AI agent through a full blind Remote Viewing session using the Resonant Contact Protocol (AI IS-BE) and a compact Field Perception Lexicon.

Registry SourceRecently Updated