Install this agent skill, inspect Gemini Omni fields, then create voice, character, and video resources through the RunAPI CLI.
Model Reference · CLI · SDK
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.
- Audio: create reusable voice resources with
runapi gemini-omni create-audio. - Character: create reusable character resources with
runapi gemini-omni create-character. - Video: create text-to-video tasks with
runapi gemini-omni text-to-video.
npx skills add runapi-ai/gemini-omni -gOr 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.
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- Model page: https://runapi.ai/models/gemini-omni
- Product docs: https://runapi.ai/docs#gemini-omni
- SDK docs: https://runapi.ai/docs#sdk-gemini-omni
- SDK repository: https://github.com/runapi-ai/gemini-omni-sdk
- Pricing and rate limits: https://runapi.ai/models/gemini-omni
- Provider comparison: https://runapi.ai/providers/google
- Browse all RunAPI models and skills: https://runapi.ai/models
Licensed under the Apache License, Version 2.0.