📦 Tianshu Baidu Search — 百度AI搜索
v1.0.0调用百度AI搜索引擎(BDSE),实时抓取网页信息,用于资料查询、文档检索与研究分析。
0· 212·0 当前·0 累计
下载技能包
最后更新
2026/3/19
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears coherent and implements a straightforward Baidu web search. Before installing: ensure your agent environment has Node.js available (the metadata doesn't declare it); only provide a Baidu API key you trust for search use (avoid sharing high-privilege keys); be aware that queries and results are sent to Baidu's API (do not send sensitive secrets in queries); review the script if you need to change how results are filtered or logged; rotate/revoke the API key if you stop using th...详细分析 ▾
✓ 用途与能力
Name and description state a Baidu AI web search; the only required credential is BAIDU_API_KEY and the code posts queries to Baidu's qianfan.baidubce.com endpoint. Requested capabilities map to the stated purpose.
✓ 指令范围
SKILL.md instructs running the included Node.js script with a JSON argument. The script sends search requests only to the Baidu AI Search endpoint, removes snippet text from returned references, and prints the references. It does not read unrelated files or exfiltrate data to other endpoints.
ℹ 安装机制
No install spec (instruction-only) and package.json has no dependencies, which is low risk. Minor inconsistency: the skill is a Node.js script and SKILL.md shows Node usage, but the registry metadata does not declare Node or any required binary; the runtime will need Node present for the script to run.
✓ 凭证需求
Only BAIDU_API_KEY is required and used to authorize requests to Baidu. That single credential is proportional and declared as the primaryEnv; the code does not access other environment variables or secrets.
✓ 持久化与权限
No elevated persistence requested (always:false). The skill is user-invocable and may be invoked autonomously (platform default) but it does not request system-wide configuration changes or cross-skill modifications.
⚠ scripts/search.js:8
Environment variable access combined with network send.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/19
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install tianshu-baidu-search
镜像加速npx clawhub@latest install tianshu-baidu-search --registry https://cn.longxiaskill.com镜像同步中