Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 3.07 KB

File metadata and controls

78 lines (56 loc) · 3.07 KB

Gemini Omni API Skill for RunAPI

Install this agent skill, inspect Gemini Omni fields, then create voice, character, and video resources through the RunAPI CLI.

Model Reference · CLI · SDK

skills.sh ClawHub License


Create Gemini Omni voice resources, character resources, and text-to-video tasks through RunAPI. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents use Gemini Omni through RunAPI.

The canonical agent file is skills/gemini-omni/SKILL.md.

Variants

  • Audio: create reusable voice resources with runapi gemini-omni create-audio.
  • Character: create reusable character resources with runapi gemini-omni create-character.
  • Video: use gemini-omni-flash-preview for prompt-only 720p generation, or gemini-omni-text-to-video for the existing multimodal workflow.

Install

npx skills add runapi-ai/gemini-omni -g

Or paste this prompt to your AI agent:

Install the gemini-omni skill for me:

1. Clone https://github.com/runapi-ai/gemini-omni
2. Copy the skills/gemini-omni/ directory into your
   user-level skills directory.
3. Verify that SKILL.md is present.
4. Confirm the install path when done.

Quick example

runapi gemini-omni create-audio --input-file request.json
runapi gemini-omni create-character --input-file request.json
runapi gemini-omni text-to-video --async --input-file request.json
runapi wait <task-id> --service gemini-omni --action text-to-video

Routing

Agent rules

  • Integration work uses the target language SDK; one-off generation, manual smoke tests, debugging, or user-requested CLI runs use the RunAPI CLI skill: https://github.com/runapi-ai/cli-skill
  • RunAPI-generated file URLs are temporary. Download and store generated images, videos, audio, or other files in your own durable storage within 7 days; do not treat returned URLs as long-term assets.

License

Licensed under the Apache License, Version 2.0.