Communityv2.1.0

baidu web search

Use Baidu Qianfan web search API for real-time web retrieval. Use when the user needs to search the web, get latest news, verify facts, or expresses intent l...

6.2kdownloads2stars82active installsHean Liu
View on ClawHubBack to Skills

Skill Details

Slug
baidu-web-search
Latest Version
2.1.0
Author
Hean Liu
Published
Feb 24, 2026
Updated
May 11, 2026
Total Versions
6

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for baidu web search.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v2.1.0

**Summary:** 重大安全架构调整,新增 Node.js 纯 JS 实现,支持更多平台,严控密钥访问与输出。 - 新增 Node.js 入口 `scripts/search.js`,从原 MJS 迁移为 JS 实现,提升兼容性 - 增加 `config.example.json` 示例与 `package.json`,方便本地配置和依赖管理 - 删除 `scripts/search.mjs`,全面切换至 JS 版本 - 按优先级支持环境变量 `BAIDU_API_KEY` 和 `config.json` 两种配置方式 - 极大强化安全规则,严禁任何调用方读取/输出 API Key,每次搜索均通过专用脚本入口完成 - 文档全面更新,明确适配本地、自托管与主流平台,细化安全与配置指引