🔍︎ Baidu Search Pro — 技能工具
v1.0.1Compatibility entry for our in-house Baidu realtime search chain. Use for live information, documentation, or research topics.
1· 186·1 当前·1 累计
安全扫描
OpenClaw
安全
medium confidenceThis is a thin compatibility alias that delegates to a separate realtime-web-search script and only requires a Baidu API key; function and required secrets align with its stated purpose, but it executes code outside its own directory which is a supply-chain consideration.
评估建议
This skill is a lightweight compatibility alias that simply runs the realtime-web-search script from a shared custom-skills directory. The BAIDU_API_KEY requirement is expected. Before installing, verify that the canonical script (custom-skills/realtime-web-search/scripts/search.py) is trustworthy and owned by a known maintainer, because this alias will execute that external script at runtime (supply-chain risk). Also note the _meta.json ownerId differs slightly from the registry ownerId — this ...详细分析 ▾
✓ 用途与能力
Name/description match required artifacts: the skill is an alias for a Baidu realtime search chain and declares BAIDU_API_KEY and Python as required. Requesting a Baidu API key is appropriate for a Baidu search integration.
ℹ 指令范围
SKILL.md instructions are narrowly scoped and match the alias behavior. However the included script uses runpy.run_path to execute a canonical script located at ../../..../custom-skills/realtime-web-search/scripts/search.py (outside the skill directory). That means this package simply forwards execution to code elsewhere on disk — review the target script before trusting the alias.
✓ 安装机制
No install spec — instruction-only plus a tiny wrapper file. Nothing is downloaded or written by an installer.
✓ 凭证需求
Only BAIDU_API_KEY is required (with optional endpoint overrides). The environment access requested is proportional to a web-search integration.
✓ 持久化与权限
always:false and normal invocation settings. The skill does not request elevated persistence or alter other skills' configuration.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/17
Sync latest local fixes and docs
● 可疑
安装命令 点击复制
官方npx clawhub@latest install baidu-search-pro
镜像加速npx clawhub@latest install baidu-search-pro --registry https://cn.clawhub-mirror.com
技能文档
Cross-platform Python: on Windows preferpy -3.11; on Linux/macOS preferpython3; if plainpythonalready points to Python 3, it also works.
This skill is a backward-compatible alias for realtime-web-search.
Use it only when an existing workflow still calls skills/baidu-search; new installs should prefer realtime-web-search directly.
What this alias keeps working
Both commands run the same canonical Baidu-based search chain:
py -3.11 skills/baidu-search/scripts/search.py ''
py -3.11 skills/realtime-web-search/scripts/search.py ''
Recommended modes
mode=auto(default):web_search -> chat -> web_summarymode=search:web_search -> chatmode=summary:web_summaryonly
Prefer mode=search for speed and stability.
Minimal request example
py -3.11 skills/baidu-search/scripts/search.py '{"query":"人工智能","mode":"search"}'
Required environment variable
BAIDU_API_KEY
Optional endpoint overrides
BAIDU_WEB_SEARCH_ENDPOINTBAIDU_CHAT_SEARCH_ENDPOINTBAIDU_SUMMARY_ENDPOINT
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制