Skip to content

runapi-ai/omnihuman

Repository files navigation

OmniHuman API Skill for RunAPI

Install this agent skill, inspect OmniHuman fields, then create audio-driven video and helper tasks through the RunAPI CLI.

Model Reference · CLI · SDK

skills.sh ClawHub License


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.

Variants

  • 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.

Install

npx skills add runapi-ai/omnihuman -g

Or 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.

Quick example

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

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 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_KEY or RunAPI CLI config; never commit secrets.
  • Prefer create, get, and run JSON 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.

License

Licensed under the Apache License, Version 2.0.

About

RunAPI OmniHuman skill for Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors