← 返回
未分类 Key

Kaiwu Search

Search the web in Chinese (Traditional + Simplified) and English using the Kaiwu API. Use when the agent needs to search the web for Chinese content, find in...
使用 Kaiwu API 在中文(繁体+简体)和英文中进行网页搜索。当代理需要搜索中文内容、查找信息时使用。
daaab
未分类 clawhub v1.0.1 2 版本 100000 Key: 需要
★ 0
Stars
📥 401
下载
💾 0
安装
2
版本
#ai#api#chinese#latest#mcp#search#taiwan#traditional-chinese#uncensored

概述

Kaiwu Search — 開物搜尋

Search the web via Kaiwu API (kaiwu.dev). Optimized for Chinese content (Traditional + Simplified), uncensored, with multi-engine aggregation (Google, DuckDuckGo, Brave).

Setup

Requires KAIWU_API_KEY secret. If not set:

  1. Check if agent has a wallet (base-wallet skill or existing wallet).
  2. If wallet exists: auto-register via POST https://kaiwu.dev/api/auth/agent-register with SIWE signature to get a key.
  3. If no wallet: instruct user to visit https://kaiwu.dev to get a free API key (1,000 searches/month free).

Store the key: KAIWU_API_KEY=kw_...

Search

curl -X POST https://kaiwu.dev/v1/search \
  -H "Authorization: Bearer $KAIWU_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "台灣 AI 基本法",
    "lang": "zh-TW",
    "max_results": 5
  }'

Parameters

ParamTypeDefaultDescription
-----------------------------------
querystringrequiredSearch query
langstringzh-TWzh-TW, zh-CN, en, auto
max_resultsnumber51–20
time_rangestringallday, week, month, year, all

Response

{
  "query": "台灣 AI 基本法",
  "results": [
    {
      "title": "立法院三讀通過《人工智慧基本法》",
      "url": "https://moda.gov.tw/...",
      "snippet": "立法院114年12月23日三讀通過...",
      "engine": "google",
      "published": "2025-12-23"
    }
  ],
  "credits_used": 1,
  "credits_remaining": 999
}

Check Credits

curl https://kaiwu.dev/v1/credits \
  -H "Authorization: Bearer $KAIWU_API_KEY"

Usage Guidelines

  • 1 credit per search call. Free tier: 1,000/month.
  • Prefer lang: "zh-TW" for Taiwan topics, "zh-CN" for China topics, "auto" when unsure.
  • For broad Chinese queries, Kaiwu auto-expands Traditional ↔ Simplified (e.g., "人工智慧" also searches "人工智能").
  • Use time_range: "week" or "month" for recent news.
  • Results come from Google, DuckDuckGo, and Brave — no Baidu, no censorship filtering.

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-21 23:31 安全 安全
  • v1.0.0
    2026-05-07 14:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

HeyGen AI Avatar Video (Lite)

daaab
使用 HeyGen API 创建 AI 数字人视频,免费入门指南。
★ 6 📥 3,983
communication-collaboration

Base Wallet

daaab
🔐 Base 钱包 — AI 代理的加密身份。创建钱包、签名(SIWE)消息、程序化发送交易。无需浏览器插件,无需人工干预。
★ 3 📥 2,965
ai-intelligence

Walletconnect Agent

daaab
WalletConnect 代理 - AI 访问任意 Web3 dApp。通过 WalletConnect v2 连接并自动签署交易,可进行代币兑换、铸造 NFT、在 DAO 中投票……
★ 1 📥 3,080