百度搜索
v1.0.2使用百度 AI 搜索 API 进行 Web 搜索。优先使用 API 模式,配额不足时自动切换到浏览器模式。支持中文搜索、新闻搜索等功能。
⭐ 0· 1.1k·8 current·9 all-time
by@yhongm
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included Python script and instructions: both target Baidu Qianfan AI web_search. Required env var BAIDU_API_KEY is the expected credential for the described API.
Instruction Scope
SKILL.md and the script stay within the stated purpose (call Baidu API, fallback to browser). Minor imprecision: SKILL.md asks users to set PYTHONIOENCODING (used in invocation examples) even though the script doesn't read that variable. Otherwise no instructions ask for unrelated files, system state, or external endpoints.
Install Mechanism
No install spec (instruction-only) and the code file is small and readable. Operational note: the Python script uses the 'requests' library but the skill does not declare that dependency; callers must ensure 'requests' is installed. No downloads or obscure URLs are present.
Credentials
Only BAIDU_API_KEY (primary credential) and PYTHONIOENCODING are required; both are proportionate to a search API client. The script only reads BAIDU_API_KEY from the environment and does not request unrelated secrets or config paths.
Persistence & Privilege
Skill is not always-enabled and uses normal autonomous invocation settings. It does not modify other skills or system-wide configuration and requests no persistent privileges beyond reading its own env var.
Assessment
This skill appears to implement exactly what it promises: calling Baidu's Qianfan web_search API with a browser fallback. Before installing, confirm you trust the skill source (source/homepage are unknown) and be prepared to supply a valid BAIDU_API_KEY. Ensure Python and the 'requests' package are available in the environment (the script will fail otherwise). Review the small search.py file yourself if you want to confirm there is no additional behavior. Also note API quota/permissions for your BAIDU_API_KEY and that the agent may call the skill autonomously when invoked (normal behavior).Like a lobster shell, security has layers — review code before you run it.
latestvk971qce78jvbj3xv27w3jmd5b983435t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍︎ Clawdis
Binspython
EnvBAIDU_API_KEY, PYTHONIOENCODING
Primary envBAIDU_API_KEY
