Install this agent skill, inspect OmniHuman fields, then create audio-driven video and helper tasks through the RunAPI CLI.
Model Reference · CLI · SDK
Create OmniHuman audio-to-video tasks and helper tasks for human identification and subject-mask detection through RunAPI. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents use OmniHuman through RunAPI.
The canonical agent file is skills/omnihuman/SKILL.md.
- Audio to video: generate talking-head video from a source image and driving audio with
runapi omnihuman audio-to-video. - Human identification: identify human regions in a source image with
runapi omnihuman human-identification. - Subject detection: detect subject masks in a source image with
runapi omnihuman subject-detection.
npx skills add runapi-ai/omnihuman -gOr paste this prompt to your AI agent:
Install the omnihuman skill for me:
1. Clone https://github.com/runapi-ai/omnihuman
2. Copy the skills/omnihuman/ directory into your
user-level skills directory.
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
runapi omnihuman human-identification --async --input-file identify-human.json
runapi omnihuman subject-detection --async --input-file detect-subject.json
runapi omnihuman audio-to-video --async --input-file audio-to-video.json
runapi wait <task-id> --service omnihuman --action audio-to-video- Model page: https://runapi.ai/models/omnihuman
- Product docs: https://runapi.ai/docs#omnihuman
- SDK docs: https://runapi.ai/docs#sdk-omnihuman
- SDK repository: https://github.com/runapi-ai/omnihuman-sdk
- Audio-to-video pricing and rate limits: https://runapi.ai/models/omnihuman/1.5
- Human-identification pricing and rate limits: https://runapi.ai/models/omnihuman/1.5-human-identification
- Subject-detection pricing and rate limits: https://runapi.ai/models/omnihuman/1.5-subject-detection
- Provider comparison: https://runapi.ai/providers/bytedance
- Browse all RunAPI models and skills: https://runapi.ai/models
- 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 videos, masks, or other files in your own durable storage within 7 days; do not treat returned URLs as long-term assets.
- Keep API keys in
RUNAPI_API_KEYor RunAPI CLI config; never commit secrets. - Prefer
create,get, andrunJSON passthrough patterns instead of inventing flags for every model parameter. - For pricing, rate-limit, and commercial-usage answers, link to the variant page rather than the repository README.
Licensed under the Apache License, Version 2.0.