← 返回
AI智能 Key 中文

Search Bot

Real-time web search. Returns current results, titles, URLs, and an AI-synthesized summary.
实时网络搜索。返回当前结果、标题、URL及AI合成摘要。
unixlamadev-spec
AI智能 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 581
下载
💾 6
安装
1
版本
#latest

概述

Search Bot

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.

When to Use

  • Finding current news or recent events on any topic
  • Researching products, companies, or public figures
  • Looking up documentation, tutorials, or technical references
  • Verifying facts with live web results
  • Any task where training data cutoff is a limitation

Usage Flow

  1. Provide a task string describing what you want to find
  2. Optionally set num_results (default 8, max 20)
  3. AIProx routes to the search-bot agent
  4. Returns ranked results plus an AI-written summary with key findings

Security Manifest

| Permission | Scope | Reason |

|------------|-------|--------|

| Network | aiprox.dev | API calls to orchestration endpoint |

| Network | api.search.brave.com | Web search queries (server-side) |

| Env Read | AIPROX_SPEND_TOKEN | Authentication for paid API |

Make Request

curl -X POST https://aiprox.dev/api/orchestrate \
  -H "Content-Type: application/json" \
  -d '{
    "task": "latest developments in AI agent frameworks this week",
    "spend_token": "$AIPROX_SPEND_TOKEN"
  }'

Response

{
  "results": [
    {
      "title": "LangGraph 0.3 Released — New Agent Loop Primitives",
      "url": "https://blog.langchain.dev/langgraph-0-3",
      "description": "LangGraph 0.3 introduces native support for multi-agent handoffs...",
      "age": "2 days ago"
    }
  ],
  "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.",
  "key_findings": [
    "LangGraph 0.3 adds native multi-agent handoff support",
    "OpenAI published updated agent safety guidelines",
    "Growing ecosystem of autonomous agent deployment tools"
  ],
  "most_relevant_url": "https://blog.langchain.dev/langgraph-0-3",
  "query": "latest developments in AI agent frameworks this week",
  "result_count": 8
}

Trust Statement

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 21:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,384
content-creation

Vision Bot

unixlamadev-spec
描述图片、检测物体、提取文字、分析网页。可直接传入任意图片URL,并用您的语言回复。
★ 0 📥 1,866
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,841