runapi-cli
Generate AI images, videos, and music/audio from agents using the RunAPI CLI.
npx skills add sickn33/agentic-awesome-skills --skill runapi-cli --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- When to Use This Skill
- Install
- macOS / Linux
- Server / CI
- Authentication
- Discover Services, Commands, and Fields
- Run a Model
- Account
- Install the Skill Into Another Agent Runtime
- Limitations
- Security & Safety Notes
- References
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
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.