🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Realtime Web Search

by @wangziiiiii

Realtime web search and fact-checking via enhanced Baidu routes with fallback and traceable outputs. Use when users ask 查一下/搜一下/最新消息/实时信息 or need cross-sourc...

Versionv1.0.1
Installs1
💡 Examples

py -3.11 scripts/search.py ''

示例:

# 1) 自动路由
py -3.11 scripts/search.py '{"query":"今天 AI 领域重要发布"}'

2) 搜索优先(推荐)

py -3.11 scripts/search.py '{"query":"OpenClaw 最新版本","mode":"search"}'

3) 摘要优先

py -3.11 scripts/search.py '{"query":"总结本周新能源车新闻","mode":"summary"}'

4) 限定站点 + 最近一周

py -3.11 scripts/search.py '{ "query":"VIN 解析 API", "mode":"search", "search_recency_filter":"week", "search_filter":{"match":{"site":["jisuapi.com","jisuepc.com"]}} }'

📋 Tips & Best Practices

  • 报错 BAIDU_API_KEY must be set:未配置密钥
  • authorization error:密钥无效/权限不足
  • 某一路由超时:建议改 mode=search 或降低过滤复杂度
  • 返回为空:缩短 query、减少过滤条件、放宽时间范围
  • View on ClawHub
    TERMINAL
    clawhub install realtime-web-search

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →