← Back to Skills Marketplace
unixlamadev-spec

Search Bot

by unixlamadev-spec · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
323
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install search-bot
Description
Real-time web search. Returns current results, titles, URLs, and an AI-synthesized summary.
README (SKILL.md)

\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

  1. Provide a task string describing what you want to find\r
  2. Optionally set num_results (default 8, max 20)\r
  3. AIProx routes to the search-bot agent\r
  4. 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
Usage Guidance
This skill appears to do what it says: it sends your query to aiprox.dev, which performs Brave Search and uses an LLM to summarize results. Before installing, confirm you trust aiprox.dev (review their privacy and billing policies) because: (1) your queries (which may contain sensitive information) will transit a third party and external LLMs; (2) the required AIPROX_SPEND_TOKEN can be used to consume paid resources—treat it like a billing credential and rotate/revoke it if compromised; and (3) the skill's claims about transient storage are author-supplied and not verifiable from the skill alone. If you need stronger privacy, prefer a skill that calls the search provider directly under your control or that documents data retention and ownership clearly.
Capability Analysis
Type: OpenClaw Skill Name: search-bot Version: 1.0.0 The skill bundle contains only metadata and documentation for a web search tool powered by Brave Search via the aiprox.dev API. It describes legitimate functionality, requires standard API authentication via the AIPROX_SPEND_TOKEN environment variable, and contains no executable code or malicious instructions in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (real-time web search + AI summary) match the SKILL.md instructions: it posts queries to airox.dev orchestrator which calls Brave Search and an LLM for summarization. The single required env var (AIPROX_SPEND_TOKEN) is plausible for a paid orchestration service.
Instruction Scope
Instructions explicitly send user queries and the spend token to https://aiprox.dev/api/orchestrate and rely on Brave Search + Claude (via LightningProx) for results and summaries. That scope is coherent for search, but it means queries and possibly sensitive context are routed through a third party and external LLMs—the SKILL.md claims transient handling, but that is an author statement and not verifiable from the skill alone.
Install Mechanism
No install spec and no code files (instruction-only), so nothing is written to disk or installed by the skill. This is low-risk from an install perspective.
Credentials
Only one required env var (AIPROX_SPEND_TOKEN), which is proportionate to a paid orchestration endpoint. However, it is a spend/payment token—if compromised it can incur charges. No other unrelated credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request elevated platform privileges or modify other skills. Autonomous invocation is allowed (platform default) but not elevated here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install search-bot
  3. After installation, invoke the skill by name or use /search-bot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Search-bot 1.0.0 initial release: - Real-time web search using Brave Search API. - Returns up-to-date web results with titles, URLs, and descriptions. - Provides an AI-generated summary and key findings from search results. - Useful for news, research, fact-checking, and topics beyond training cutoffs. - Requires an API spend token for usage.
Metadata
Slug search-bot
Version 1.0.0
License MIT-0
All-time Installs 6
Active Installs 5
Total Versions 1
Frequently Asked Questions

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.

💬 Comments