Agent skill · Media & Video

runapi-cli

Generate AI images, videos, and music/audio from agents using the RunAPI CLI.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill runapi-cli --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Declared author: runapi-ai
Path: skills/runapi-cli/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

# RunAPI CLI ## Overview The `runapi` CLI is the execution layer for RunAPI model tasks. Use it when an agent needs to generate AI images, videos, or music/audio, run a one-off model job, pass a JSON request body, wait for an async task, or script RunAPI from a terminal, server, or CI job. Source repository: [github.com/runapi-ai/cli-skill](https://github.com/runapi-ai/cli-skill) (Apache-2.0) ## When to Use This Skill - Use when the user asks to run a RunAPI model from an agent. - Use when the user needs to inspect RunAPI CLI auth or account status. - Use when the user wants to pass JSON request bodies to RunAPI services. - Use when the user wants to submit async RunAPI tasks and wait for completion. - Use when the user wants to install the RunAPI CLI on a local machine, server, or CI runner. ## Install ### macOS / Linux ```shell brew install runapi-ai/tap/runapi ``` ### Server / CI Download the installer, inspect it, then run it locally. ```shell curl -fsSL https://runapi.ai/cli/install.sh -o runapi-install.sh less runapi-install.sh sh runapi-install.sh ``` To pin a specific version: ```shell sh runapi-install.sh --version v0.1.0 ``` The installer detects OS and architecture, veri

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Install
  4. macOS / Linux
  5. Server / CI
  6. Authentication
  7. Discover Services, Commands, and Fields
  8. Run a Model
  9. Account
  10. Install the Skill Into Another Agent Runtime
  11. Limitations
  12. Security & Safety Notes
  13. References
Commands it runs
brew install runapi-ai/tap/runapi
curl -fsSL https://runapi.ai/cli/install.sh -o runapi-install.sh
less runapi-install.sh
sh runapi-install.sh
sh runapi-install.sh --version v0.1.0
runapi auth status
runapi --help
runapi suno --help
runapi suno text-to-music --help
runapi suno text-to-music --input-file request.json
More from agentic-awesome-skills
All skills →
About this skill
What does the runapi-cli skill do?

Generate AI images, videos, and music/audio from agents using the RunAPI CLI.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill runapi-cli --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