gemini-omni-flash-api

gemini-omni-flash-api is a skill for Claude Code from google-gemini/gemini-skills. It costs 107 tokens per session (6,158 once invoked), scanned A, original, Apache-2.0.

A guide for using Google's Gemini Omni 1.1 Flash model through the official Google client library to create and edit video. It covers text-to-video, image-based video, transitions, extensions, and refinements.

In plain words
What is it for?
Use it to generate videos from text or images, transition between starting and ending images, extend existing videos, and edit or refine video content with Gemini Omni 1.1 Flash.
Why use it?
It provides the specific request patterns and limitations needed for video workflows, including regional restrictions on uploading videos for edits or extensions. This helps explain empty results or unavailable operations.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin.

Part of the gemini-skills plugin — 3 skills shipped together

Good fit Use it to generate videos from text or images, transition between starting and ending images, extend existing videos, and edit or refine video content with Gemini Omni 1.1 Flash.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/google-gemini/gemini-skills/gemini-omni-flash-api
About the project

google-gemini/gemini-skills is a collection of reusable skills that give coding agents context for the Gemini API, SDK, and model interactions. Developers use it when building applications powered by Gemini, and the catalogue entries are skills for those development workflows.

google-gemini/gemini-skills · 4,096 stars · on GitHub · ai.google.dev

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add google-gemini/gemini-skills --skill gemini-omni-flash-api
Clone the repo
git clone --depth 1 https://github.com/google-gemini/gemini-skills

Made for: Claude Code.

Or install gemini-skills, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gemini-omni-flash-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/google-gemini/gemini-skills/gemini-omni-flash-api/github.svg)](https://agentmods.dev/skills/google-gemini/gemini-skills/gemini-omni-flash-api)
Your own site
<a href="https://agentmods.dev/skills/google-gemini/gemini-skills/gemini-omni-flash-api"><img src="https://agentmods.dev/badge/skills/google-gemini/gemini-skills/gemini-omni-flash-api/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gemini-omni-flash-api

Your own site · 80×15
<a href="https://agentmods.dev/skills/google-gemini/gemini-skills/gemini-omni-flash-api"><img src="https://agentmods.dev/badge/skills/google-gemini/gemini-skills/gemini-omni-flash-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 3 Sept 2026
  • Snyk pass 3 Sept 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 36
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.06158
Opus 5 $0.00053 $0.03079
Sonnet 5 $0.00021 $0.01232
Haiku 4.5 $0.00011 $0.00616

Measured 7d ago against content hash 5ec057f58398, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

gemini-omni-flash-api scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/upload_file.py, scripts/video/generate_video.py, scripts/video/inspect_video.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/gemini-omni-flash-api/SKILL.md · 451 lines

How it starts

The opening of the file, as written. The whole thing — 451 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Gemini Omni Flash Skill

This skill uses the Gemini Omni 1.1 Flash model (gemini-omni-1.1-flash) to perform text to video generation, image to video generation (first frame and last frame transitions), video extensions (up to 40s), and video editing.

[!WARNING] Important Regional Restrictions: Uploading videos to use for video edits or extensions is NOT available in the EEA, Switzerland, the United Kingdom, and some US states. If a video-to-video edit completes quickly with empty outputs (total_output_tokens: 0 or no video content), it is likely due to this restriction.

Core capabilities

  1. Text to video: Generating videos from a text prompt.
  2. First frame to video: Generating videos from a starting image (--first-frame).
  3. First and last frame transition: Generating videos interpolating between a starting image and a final image (--first-frame and --last-frame; note: --last-frame must be used with --first-frame).
  4. Video extensions: Extending existing videos by up to 10 seconds per turn, up to a total length of 40 seconds (--extend or --previous-interaction-id).
  5. Video editing and refinement: Editing existing videos (maximum duration 10 seconds), applying stylistic changes, or performing inpainting/outpainting.
  6. Image and video referenced generation: Using style, character, or object references from images or videos to guide video generation.

Workflow

  1. Analyze request: Determine the target task (e.g., first-frame-to-video, first-and-last-frame transition, video extension, reference-guided editing) and identify any input media assets.

  2. Run SDK scripts:

    • Directly run the appropriate utility (scripts/video/generate_video.py or scripts/upload_file.py).
    • Configure settings like --aspect-ratio (e.g. 16:9, 9:16), --resolution (360p, 720p, 1080p, 4k; default: 720p), and --duration (any integer between 3 and 10 seconds, e.g. 3, 5, 10). Note: 4k requests take longer to generate.

Read the full file on GitHub · 451 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago Changed 5ec057f58398
  2. 10d ago Changed a7b7d023637d
  3. 12d ago First seen · 451 lines · 107 tokens per session scan A 99d56255c081

Subscribe to this mod's changes

gemini-omni-flash-api is a skill published in the GitHub repository google-gemini/gemini-skills (4,096 stars, last pushed yesterday), licensed Apache-2.0. It adds 107 tokens to every session and 6,158 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.