🔍 SerpAPI Search — 谷歌搜索
v1.0.0通过 SerpAPI 调用 Google 搜索、Google 新闻与 Google 本地服务,快速获取网页、新闻或商家信息,可按国家/语言精准定位区域化结果。
3· 3.1k·18 当前·20 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do exactly what it claims: query SerpAPI and format results. Before installing, ensure you trust the SerpAPI service and protect your SERPAPI_API_KEY (avoid storing it in shared directories or world-readable files). Note the scripts will look for the key in SERPAPI_API_KEY, baseDir/.env (SERPAPI_API_KEY=...), or ~/.config/serpapi/api_key; place the key where you control access. As always, review the included scripts if you want to confirm there are no local modifications be...详细分析 ▾
✓ 用途与能力
Name/description (SerpAPI Google search) matches the actual behavior: scripts call https://serpapi.com/search.json and require curl, python3, and a SERPAPI_API_KEY. No unrelated services, binaries, or credentials are requested.
✓ 指令范围
SKILL.md and the included scripts only perform search queries via SerpAPI, format results, and instruct how to store the API key. The runtime reads baseDir/.env and ~/.config/serpapi/api_key as fallback locations for the key but does not access other system files, credentials, or external endpoints beyond serpapi.com.
✓ 安装机制
No install spec or external downloads. This is an instruction-only skill with bundled scripts, so nothing is fetched or installed at runtime beyond using existing curl/python3 binaries.
✓ 凭证需求
Only SERPAPI_API_KEY is required (declared as primaryEnv). The scripts also read $HOME for ~/.config/serpapi/api_key and baseDir/.env as documented—these are reasonable and proportional to the stated purpose.
✓ 持久化与权限
Skill does not request persistent or elevated privileges, does not set always:true, and does not modify other skills or system-wide settings. It creates only a temporary file for the API response and cleans it up.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/1/28
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install serpapi-search
镜像加速npx clawhub@latest install serpapi-search --registry https://cn.longxiaskill.com