Agent skill · Backend & API

gemini-omni-flash-api

Use this skill for generative video editing, text-to-video, image-referenced video generation, and first-frame-to-video transition animations using the official google-genai SDK. Includes workflows for pre-processing/optimizing high-resolution or long source videos with ffmpeg,...

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill gemini-omni-flash-api --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 16 KB
Bundled scripts: yes
Path: skills/gemini-omni-flash-api/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gemini Omni Flash Skill ## When to Use Use this skill when you need use this skill for generative video editing, text-to-video, image-referenced video generation, and first-frame-to-video transition animations using the official google-genai SDK. Includes workflows for pre-processing/optimizing high-resolution or long source videos with ffmpeg,... This skill uses the Gemini Omni Flash model (`gemini-omni-flash-preview`) to perform text to video generation, image to video generation and video editing. > [!WARNING] > **Important Regional Restrictions**: Uploading videos to use for video edits 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. **Video editing and refinement**: Editing existing videos (maximum duration 10 seconds), applying stylistic changes, or performing inpainting/outpainting. 2. **Text to video**: Generating videos from a text prompt. 3. **First-frame to video**: Generating videos from a single input image. 4. **Image-referenced generation**: Using style, char

What's inside
Steps it walks through
  1. When to Use
  2. Core capabilities
  3. Workflow
  4. Reference Documentation
  5. Dependencies and Prerequisites
  6. Available scripts
  7. Using tags in prompts to set image roles
  8. 1. Simple tags (recommended)
  9. 2. Explicitly declare sources and references
  10. Audio handling in video editing
  11. Prompting Gemini Omni Flash
  12. Single scene
  13. Removing unwanted elements
  14. Prompts for editing
Ships with 4 files
  • scripts/upload_file.py
  • scripts/video/generate_video.py
  • scripts/video/inspect_video.py
  • scripts/video/prep_video.py
Commands it runs
pip install -U google-genai
More from agentic-awesome-skills
All skills →
About this skill
What does the gemini-omni-flash-api skill do?

Use this skill for generative video editing, text-to-video, image-referenced video generation, and first-frame-to-video transition animations using the official google-genai SDK. Includes workflows for pre-processing/optimizing high-resolution or long source videos with ffmpeg,...

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill gemini-omni-flash-api --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going