← Back to Skills Marketplace
tokyo-s

gemini video analyze

by Stojoc Vladimir · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
537
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install gemini-video-analyze
Description
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...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gemini-video-analyze
  3. After installation, invoke the skill by name or use /gemini-video-analyze
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug gemini-video-analyze
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 537 downloads so far.

How do I install gemini video analyze?

Run "/install gemini-video-analyze" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is gemini video analyze free?

Yes, gemini video analyze is completely free (open-source). You can download, install and use it at no cost.

Which platforms does gemini video analyze support?

gemini video analyze is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created gemini video analyze?

It is built and maintained by Stojoc Vladimir (@tokyo-s); the current version is v1.0.0.

💬 Comments