首页龙虾技能列表 › gemini video analyze — gemini工具

gemini video analyze — gemini工具

v1.0.0

[AI辅助] Send a public video URL directly to a Google Gemini model for analysis. Use when Codex must summarize a video, answer questions about video content, or extra...

0· 494·2 当前·2 累计
by @tokyo-s (Stojoc Vladimir)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
high confidence
The skill's purpose (sending a public video URL to Google Gemini) is plausible, but the package metadata and SKILL.md/code are inconsistent about required credentials and dependencies — the skill needs a Gemini/Google API key and the google-genai library even though the registry metadata declares none.
评估建议
This skill appears to do what it says (send a public video URL to Google Gemini and print the text result), but the package metadata omitted important runtime requirements. Before installing or running it: (1) be aware the script will send the video URL and your prompt to Google — do not use it with private/personal videos or sensitive content; (2) supply a GEMINI_API_KEY (or GOOGLE_API_KEY) and prefer a minimally scoped Gemini key rather than a broad GOOGLE_API_KEY; (3) you'll need the 'google-...
详细分析 ▾
用途与能力
The skill claims to analyze public video URLs with Google Gemini and the included script implements exactly that. However, the registry metadata declares no required environment variables or primary credential, while the SKILL.md and script require a GEMINI_API_KEY/GOOGLE_API_KEY — a clear mismatch between declared requirements and actual runtime needs.
指令范围
SKILL.md and the script limit actions to sending the provided public video URL and a prompt to Gemini and printing the text result. The instructions do request an API key and a publicly accessible URL only. There are no instructions to read unrelated files or exfiltrate data to endpoints other than Gemini. Minor oddity: SKILL.md references 'Codex' in the description, which is unrelated to the Gemini integration but likely harmless.
安装机制
There is no install spec (instruction-only plus a script). The script requires the third-party package 'google-genai' and advises 'pip install google-genai' when missing. This is expected for a Gemini integration but the registry should declare this dependency; no explicit package download from untrusted URLs is present.
凭证需求
At runtime the tool requires a single API key (GEMINI_API_KEY or GOOGLE_API_KEY), which is proportionate for calling Gemini. However, the registry metadata failing to declare this credential is a problem. Also note: GOOGLE_API_KEY can sometimes be a broadly scoped key — users should prefer a minimal-scope Gemini API key if available.
持久化与权限
The skill does not request persistent/always-on presence, does not modify other skills or system-wide settings, and does not request elevated privileges. Autonomous invocation remains enabled by default (normal for skills) but is not combined with broad/hidden credential requests here.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/22

Initial release of gemini-video-analyze skill. - Analyze and summarize public video URLs via Google Gemini models with no need for downloads or file uploads. - Supports task-specific prompts including summaries, Q&A, and key point extraction. - Provides a command-line script for deterministic calls and customizable model options. - Requires only a public video URL and an API key to operate.

● 无害

安装命令 点击复制

官方npx clawhub@latest install gemini-video-analyze
镜像加速npx clawhub@latest install gemini-video-analyze --registry https://cn.clawhub-mirror.com

技能文档

Use scripts/gemini_video_url_analyzer.py for deterministic Gemini calls instead of ad-hoc API snippets.

Workflow

  • 设置 API 键:
- GEMINI_API_KEY (preferred), 或 - GOOGLE_API_KEY
  • Run analyzer 带有 公开 video URL supported 由 Gemini 作为 direct URI 输入框.
  • Provide task-specific prompt (summary, timeline extraction, Q&, moderation, etc.).
  • Inspect text 输出.

Command Guide

  • Basic analysis:
- python scripts/gemini_video_url_analyzer.py --video-url "https://www.youtube.com/watch?v=..." --prompt "Summarize 在...中 5 bullets 和 列表 important timestamps."
  • Override 模型:
- python scripts/gemini_video_url_analyzer.py --video-url "" --模型 "gemini-2.5-pro" --prompt "Produce scene-由-scene 举报."

Operational Rules

  • Require publicly accessible URL.
  • Prefer concise, explicit prompts 带有 concrete 输出 constraints.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务