Integrations

Kaiwu Search

Try it

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...

What it does

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

The skill document

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_...

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.

Related skills

Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.

by nssa.io1.0k installs47 stars

Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.

by Iván555 installs18 stars

Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.

by johnpatternai21 installs8 stars

Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.

by fly0pants4.3k installs296 stars

Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.

by Iván854 installs69 stars

More from daaab

Browse all skills

Give your AI agent a verifiable email address tied to its Base Chain wallet.

by daaab99 installs1 stars

NadMail - Email for AI Agents on Monad. Register yourname@nadmail.ai, send emails that micro-invest in meme coins, boost with emo-buy. SIWE auth, no CAPTCHA,...

by daaab83 installs3 stars

🔗 WalletConnect Agent - dApp Access for AI. Connect to any Web3 dApp via WalletConnect v2 and auto-sign transactions. Swap tokens, mint NFTs, vote in DAOs,...

by daaab119 installs1 stars

🔐 Base Wallet - Crypto Identity for AI Agents. Create wallets, sign messages (SIWE), send transactions programmatically. No browser extensions, no human int...

by daaab116 installs3 stars

🏷️ Basename Agent - Onchain Identity + Æmail for AI. Register yourname.base.eth and get yourname@basemail.ai — via Donate Buy (recommended), free auto-regis...

by daaab100 installs