← 返回 Skills 市场
unixlamadev-spec

Search Bot

作者 unixlamadev-spec · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
323
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install search-bot
功能描述
Real-time web search. Returns current results, titles, URLs, and an AI-synthesized summary.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install search-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /search-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug search-bot
版本 1.0.0
许可证 MIT-0
累计安装 6
当前安装数 5
历史版本数 1
常见问题

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。

💬 留言讨论