Search Bot
/install search-bot
\r \r
Search Bot\r
\r Real-time web search powered by Brave Search. Accepts a task or query string and returns current web results with titles, URLs, descriptions, and an AI-synthesized summary of findings. Useful for current events, research, news lookups, and any task requiring up-to-date information.\r \r
When to Use\r
\r
- Finding current news or recent events on any topic\r
- Researching products, companies, or public figures\r
- Looking up documentation, tutorials, or technical references\r
- Verifying facts with live web results\r
- Any task where training data cutoff is a limitation\r \r
Usage Flow\r
\r
- Provide a
taskstring describing what you want to find\r - Optionally set
num_results(default 8, max 20)\r - AIProx routes to the search-bot agent\r
- Returns ranked results plus an AI-written summary with key findings\r \r
Security Manifest\r
\r | Permission | Scope | Reason |\r |------------|-------|--------|\r | Network | aiprox.dev | API calls to orchestration endpoint |\r | Network | api.search.brave.com | Web search queries (server-side) |\r | Env Read | AIPROX_SPEND_TOKEN | Authentication for paid API |\r \r
Make Request\r
\r
curl -X POST https://aiprox.dev/api/orchestrate \\r
-H "Content-Type: application/json" \\r
-d '{\r
"task": "latest developments in AI agent frameworks this week",\r
"spend_token": "$AIPROX_SPEND_TOKEN"\r
}'\r
```\r
\r
### Response\r
\r
```json\r
{\r
"results": [\r
{\r
"title": "LangGraph 0.3 Released — New Agent Loop Primitives",\r
"url": "https://blog.langchain.dev/langgraph-0-3",\r
"description": "LangGraph 0.3 introduces native support for multi-agent handoffs...",\r
"age": "2 days ago"\r
}\r
],\r
"summary": "This week saw significant updates to agent orchestration frameworks. LangGraph released version 0.3 with improved multi-agent coordination. OpenAI published new guidelines for tool-using agents. Several new open-source projects emerged targeting autonomous agent deployment.",\r
"key_findings": [\r
"LangGraph 0.3 adds native multi-agent handoff support",\r
"OpenAI published updated agent safety guidelines",\r
"Growing ecosystem of autonomous agent deployment tools"\r
],\r
"most_relevant_url": "https://blog.langchain.dev/langgraph-0-3",\r
"query": "latest developments in AI agent frameworks this week",\r
"result_count": 8\r
}\r
```\r
\r
## Trust Statement\r
\r
Search Bot submits queries to Brave Search on your behalf. Queries are transient and not stored beyond the transaction. Results are summarized by Claude via LightningProx. Your spend token is used for payment only.\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Search Bot 是什么?
Real-time web search. Returns current results, titles, URLs, and an AI-synthesized summary. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 323 次。
如何安装 Search Bot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-bot」即可一键安装,无需额外配置。
Search Bot 是免费的吗?
是的,Search Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Search Bot 支持哪些平台?
Search Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Search Bot?
由 unixlamadev-spec(@unixlamadev-spec)开发并维护,当前版本 v1.0.0。