🔍︎ Baidu Search V2 — 百度实时搜索
v1.0.0调用百度 AI 搜索引擎(BDSE),实时获取网页信息、文档资料或研究主题,支持中文与全球内容检索。
0· 230·2 当前·2 累计
下载技能包
最后更新
2026/3/21
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This skill appears to do what it claims: send search queries to Baidu using BAIDU_API_KEY. Before installing, verify the BAIDU_API_KEY you provide is scoped appropriately and replaceable if compromised. Note the package has no install script and assumes the Python 'requests' library is present — you may need to install it. Also consider the provenance: source/homepage are missing and _meta.json metadata (owner/version/timestamp) differs from the registry metadata, so if you need high assurance a...详细分析 ▾
✓ 用途与能力
Name/description match the code and declared requirement. The script calls a Baidu web-search API and requires BAIDU_API_KEY and python3, which are appropriate for a web-search skill.
✓ 指令范围
SKILL.md instructs running scripts/search.py with a JSON payload; the script only reads the provided JSON and the BAIDU_API_KEY env var, constructs a search request, and returns results. It does not read other files, other env vars, or transmit data to unexpected endpoints beyond the Baidu endpoint (qianfan.baidubce.com).
ℹ 安装机制
No install spec (instruction-only) which minimizes installation risk. The script uses the Python 'requests' package but no dependency installation is declared — this is a usability/packaging omission rather than malicious behavior.
✓ 凭证需求
Only BAIDU_API_KEY is required and is used as a Bearer token to call the Baidu API. The requested environment access is proportional to the skill's stated function.
✓ 持久化与权限
Skill is not 'always' enabled and does not request system-wide configuration changes or access to other skills' credentials. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/21
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install baidu-search-v2
镜像加速npx clawhub@latest install baidu-search-v2 --registry https://cn.longxiaskill.com