← 返回
未分类

KokoChat Search

Web search via KokoChat's hosted Brave-backed search proxy. No API key required on the user's machine — credentials live on KokoChat's server (deeply.plus)....
使用 KokoChat托管的 Brave 搜索代理进行网页搜索,用户机器无需 API 密钥,凭证存于 KokoChat 服务器 (deeply.plus)。
komako-workshop
未分类 clawhub v0.2.0 1 版本 99418.6 Key: 无需
★ 0
Stars
📥 171
下载
💾 0
安装
1
版本
#latest

概述

kokochat-search

kokochat-search is a thin local OpenClaw exec wrapper around KokoChat's

hosted search API. The user's OpenClaw does not store Brave (or any

other search) API credentials; it only runs bin/search.mjs, which POSTs

{ query, count } to the KokoChat search endpoint (default

https://deeply.plus/deeply/search, override via KOKO_SEARCH_API_BASE).

Originally written for KokoChat's Deeply mini-app, but the wrapper itself

is generic — any agent that just wants "give me web search with no

per-user key" can install and call it.

Install

openclaw skills install kokochat-search --agent <your-agent>

After install, add it to the agent's exec allowlist so the agent is allowed

to invoke bin/search.mjs. KokoChat's own installer does this

automatically; standalone users can do it via

openclaw approvals (see OpenClaw docs).

Tool command

~/.openclaw/agents/<your-agent>/workspace/skills/kokochat-search/bin/search.mjs '{"query":"EN keywords","count":5}'

(Inside KokoChat's deeply agent, the host prompt rewrites this to the

real absolute path automatically.)

Input:

  • query (string, required): concise English keywords.
  • count (number, optional): 1-10, default 5.

Output:

{
  "ok": true,
  "provider": "brave",
  "query": "...",
  "requestedCount": 5,
  "count": 5,
  "results": [
    { "title": "...", "url": "https://...", "snippet": "..." }
  ]
}

If ok is false, be honest in the visible narration and do not invent

URLs. Common failure modes: search_not_configured (server has no Brave

key configured), rate_limited (hosted endpoint is throttling).

Optional env

  • KOKO_SEARCH_API_BASE — override search endpoint, e.g.

http://127.0.0.1:8788 when running a local KokoChat Deeply server.

  • KOKO_SEARCH_TOKEN — bearer token if the hosted endpoint requires one

(default deployment is unauthenticated with per-IP rate limit).

  • Legacy aliases KOKO_DEEPLY_SEARCH_BASE / KOKO_DEEPLY_SEARCH_TOKEN

are still honoured.

Source

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-05-29 21:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Digital Oracle

komako-workshop
使用市场交易数据回答预测问题,而非个人意见。适用于用户询问关于地缘政治、经济、市场、行业等的概率问题。
★ 1 📥 873

Kokochat Pairing

komako-workshop
使用 OpenClaw 官方 `openclaw qr` 设备配对流程生成 KokoChat 连接码。当用户请求配对 KokoChat 或生成 KokoChat 连接码时使用。
★ 0 📥 296

KokoChat Deeply Research

komako-workshop
Deep-research course generator for the KokoChat Deeply mini-app. Phase A side of a two-phase pipeline: use the `kokochat
★ 0 📥 197