← 返回 Skills 市场
wangziiiiii

Realtime Web Search

作者 wangziiiiii · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
246
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install realtime-web-search
功能描述
Realtime web search and fact-checking via enhanced Baidu routes with fallback and traceable outputs. Use when users ask 查一下/搜一下/最新消息/实时信息 or need cross-sourc...
安全使用建议
This skill is coherent with its stated purpose: it calls Baidu search endpoints and requires a Baidu API key. Before installing, verify you are comfortable providing your BAIDU_API_KEY (the script will send it as a Bearer token to the configured endpoint). Note the skill lets callers override endpoint env vars — only set those to trusted, official Baidu endpoints. The package expects the Python 'requests' library but doesn't declare it; ensure your runtime has requests installed. SKILL.md mentions additional env var names (BAIDU_BCE_BEARER_TOKEN, BAIDU_SECRET_KEY) that the script doesn't actually read — treat those as documentation noise. If you plan to use this skill in a shared environment, consider using a scoped/limited key, rotate it if exposed, and monitor network requests to ensure the endpoints are legitimate.
功能分析
Type: OpenClaw Skill Name: realtime-web-search Version: 1.0.1 The skill is a legitimate wrapper for Baidu's Qianfan web search and summarization APIs. The code in `scripts/search.py` correctly handles authentication via environment variables and communicates only with official Baidu endpoints (qianfan.baidubce.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (realtime Baidu search) matches the requested credential (BAIDU_API_KEY), the runtime (Python), and the included script which calls Baidu endpoints. Requiring a Baidu API key is proportionate to the described purpose.
Instruction Scope
SKILL.md and scripts limit actions to constructing and POSTing search requests to Baidu endpoints and returning normalized results. Minor discrepancies: SKILL.md documents alternative auth env names (BAIDU_BCE_BEARER_TOKEN, BAIDU_SECRET_KEY) that the script does not read, and examples mention optional endpoint overrides (BAIDU_*_ENDPOINT) which the code honors. The skill does not read unrelated system files or secrets.
Install Mechanism
Instruction-only with an included Python script and no install spec — nothing is downloaded or written by an installer. This is the lowest-risk install model for skills that only run local scripts.
Credentials
Only BAIDU_API_KEY is required/declared and used by the script, which is appropriate. Caveat: optional env vars let callers override the actual endpoints (BAIDU_WEB_SEARCH_ENDPOINT, BAIDU_CHAT_SEARCH_ENDPOINT, BAIDU_SUMMARY_ENDPOINT); if those are pointed to an attacker-controlled URL, the BAIDU_API_KEY would be sent there. SKILL.md mentions other auth env names not used by the code (possible doc drift).
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modify other skills or system configuration. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install realtime-web-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /realtime-web-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Sync latest local fixes and docs
v1.0.0
Launch public skill with clearer landing copy
元数据
Slug realtime-web-search
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Realtime Web Search 是什么?

Realtime web search and fact-checking via enhanced Baidu routes with fallback and traceable outputs. Use when users ask 查一下/搜一下/最新消息/实时信息 or need cross-sourc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。

如何安装 Realtime Web Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install realtime-web-search」即可一键安装,无需额外配置。

Realtime Web Search 是免费的吗?

是的,Realtime Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Realtime Web Search 支持哪些平台?

Realtime Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Realtime Web Search?

由 wangziiiiii(@wangziiiiii)开发并维护,当前版本 v1.0.1。

💬 留言讨论