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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install search-bot - After installation, invoke the skill by name or use
/search-bot - Provide required inputs per the skill's parameter spec and get structured output
What is Search Bot?
Real-time web search. Returns current results, titles, URLs, and an AI-synthesized summary. It is an AI Agent Skill for Claude Code / OpenClaw, with 323 downloads so far.
How do I install Search Bot?
Run "/install search-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Search Bot free?
Yes, Search Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Search Bot support?
Search Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Search Bot?
It is built and maintained by unixlamadev-spec (@unixlamadev-spec); the current version is v1.0.0.