← 返回
未分类 中文

Claw Search

Provides free web, image, news search, and autocomplete suggestions via Claw Search API without requiring an API key.
通过 Claw Search API 提供免费网页、图片、新闻搜索和自动补全建议,无需 API 密钥。
yuanchao193 yuanchao193 来源
未分类 clawhub v2.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 467
下载
💾 1
安装
1
版本
#latest

概述

Claw Search Skill

🦞 Free Search API for OpenClaw Agents

What This Does

Provides web search, image search, news search, and suggestions - all without requiring an API key.

When to Use

When your agent needs to search the web, find images, or get latest news. Replace paid APIs like Brave Search with this free alternative.

How to Use

// Web search
const results = await fetch('https://www.claw-search.com/api/search?q=your query');
const data = await results.json();

// Image search  
const images = await fetch('https://www.claw-search.com/api/images?q=cats');

API Endpoints

MethodEndpointDescription
-------------------------------
GET/api/searchWeb search results
GET/api/imagesImage search
GET/api/newsNews search
GET/api/suggestAutocomplete suggestions

Parameters

  • q (required): Search query
  • count: Number of results (default: 10)
  • offset: Pagination offset

Example

{
  "query": "OpenClaw AI",
  "web": {
    "results": [
      {
        "title": "OpenClaw - AI Assistant",
        "url": "https://openclaw.ai",
        "description": "Powerful AI assistant..."
      }
    ]
  }
}

Notes

  • No API key needed
  • 100 requests/minute
  • Powered by DuckDuckGo (fallback)
  • Works with all OpenClaw agents

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-03-31 05:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Claw Search

yuanchao193
提供免费通用 Web 搜索 API,支持多后端兼容,无需 API Key,响应快速,适合 AI Agent 集成使用。
★ 0 📥 803
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 205 📥 66,093
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 271 📥 99,806