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

Podcast Automation

播客自动化全流程技能——支持播客抓取、Whisper转录、Sonos播放、飞书Wiki归档。Use when you need to scrape podcast episodes, transcribe audio, play on Sonos speakers, or archive to Feishu Wiki.

Registry SourceRecently Updated
Automation

Canonry Setup

Agent-first AEO operating platform.

Registry SourceRecently Updated
1.1K1arberx
Automation

Stock Alert Workflow

Automated stock earnings surprise alert workflow. Scans recent earnings for EPS beats >10%, fetches 30-day analyst ratings, and pushes formatted alerts via W...

Registry SourceRecently Updated
Automation

Session Log Analyzer

Analyze agent session logs and generate PDF reports with optional Notion sync

Registry SourceRecently Updated