← 返回 Skills 市场
tokyo-s

gemini video analyze

作者 Stojoc Vladimir · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
537
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install gemini-video-analyze
功能描述
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...
使用说明 (SKILL.md)

Google Video Url Analysis

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

Workflow

  1. Set an API key:
    • GEMINI_API_KEY (preferred), or
    • GOOGLE_API_KEY
  2. Run the analyzer with a public video URL supported by Gemini as direct URI input.
  3. Provide a task-specific prompt (summary, timeline extraction, Q&A, moderation, etc.).
  4. Inspect the text output.

Command Guide

  • Basic analysis:
    • python scripts/gemini_video_url_analyzer.py --video-url "https://www.youtube.com/watch?v=..." --prompt "Summarize in 5 bullets and list important timestamps."
  • Override model:
    • python scripts/gemini_video_url_analyzer.py --video-url "\x3Curl>" --model "gemini-2.5-pro" --prompt "Produce a scene-by-scene report."

Operational Rules

  • Require a publicly accessible URL.
  • Prefer concise, explicit prompts with concrete output constraints.
安全使用建议
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-genai' Python package (pip install google-genai); (4) the registry should have declared the required env var and dependency — treat the omission as a sign of sloppy packaging and prefer to inspect or pin the dependency before use. If you need higher assurance, ask the maintainer to update metadata to list required env vars and dependencies and to provide a pinned install spec.
功能分析
Type: OpenClaw Skill Name: gemini-video-analyze Version: 1.0.0 The skill bundle is benign. It provides a Python script (`scripts/gemini_video_url_analyzer.py`) to analyze public video URLs using the Google Gemini API. The script securely handles API keys from environment variables or command-line arguments and passes user-provided video URLs and prompts to the `google-genai` library for interaction with Google's legitimate API. There is no evidence of data exfiltration beyond the necessary API key for authentication, no malicious execution (e.g., shell injection, arbitrary code execution), no persistence mechanisms, and no prompt injection attempts in the `SKILL.md` or `agents/openai.yaml` that would lead to unauthorized actions by the agent.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gemini-video-analyze
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gemini-video-analyze 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug gemini-video-analyze
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

gemini video analyze 是什么?

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 537 次。

如何安装 gemini video analyze?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gemini-video-analyze」即可一键安装,无需额外配置。

gemini video analyze 是免费的吗?

是的,gemini video analyze 完全免费(开源免费),可自由下载、安装和使用。

gemini video analyze 支持哪些平台?

gemini video analyze 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 gemini video analyze?

由 Stojoc Vladimir(@tokyo-s)开发并维护,当前版本 v1.0.0。

💬 留言讨论