📦 Gemini Tavily Search — 实时信息搜索
v0.1.0调用 Gemini 与 Tavily 组合接口,秒级抓取并总结最新新闻、赛事比分、股价、汇率等实时数据,满足用户对当下事件的追问。
0· 171·0 当前·0 累计
下载技能包
最后更新
2026/3/19
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This skill appears to be what it says: a Gemini-first web search with automatic Tavily fallback. Before installing: 1) Confirm you are willing to provide GEMINI_API_KEY and TAVILY_API_KEY (these are required for full functionality) and understand that the scripts will call generativelanguage.googleapis.com and api.tavily.com. 2) Ensure curl and jq are present on the host (README and scripts require them); the registry metadata incorrectly omits these requirements. 3) Note one of the included scr...详细分析 ▾
ℹ 用途与能力
The skill implements web search orchestration (Gemini primary, Tavily fallback) and the scripts call the expected endpoints (generativelanguage.googleapis.com and api.tavily.com). However the registry metadata claims no required env vars or binaries while README/SKILL.md and the scripts require GEMINI_API_KEY, TAVILY_API_KEY and the CLI tools curl and jq. That mismatch is an incoherence to resolve.
✓ 指令范围
SKILL.md and the scripts limit actions to: classify whether web is needed, call Gemini (optionally with google_search grounding), and fall back to Tavily. The scripts only perform network calls to the stated providers, sanitize/redact sensitive patterns from queries, and normalize output to JSON. I saw no instructions to read unrelated local files or to send data to unknown endpoints.
✓ 安装机制
This is an instruction-only skill with shell scripts (no installer). No downloads or archive extraction are used. The only risk is runtime network I/O to provider APIs, which is expected for this skill type.
ℹ 凭证需求
Requesting GEMINI_API_KEY and TAVILY_API_KEY is appropriate for a Gemini+Tavily search orchestrator. The scripts also require curl and jq. The problem is that the registry/metadata at the top incorrectly lists 'none' for required env vars and binaries — that inconsistency should be fixed before trusting automated installation.
✓ 持久化与权限
The skill does not request always:true or modify system or other skills' configs. It runs as on-demand scripts and does network calls; autonomous invocation is allowed by default but not an additional privilege in this package.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/3/19
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install gemini-tavily-search
镜像加速npx clawhub@latest install gemini-tavily-search --registry https://cn.longxiaskill.com