runapi-cli

Installation
SKILL.md

RunAPI CLI

The runapi CLI is the universal execution layer for every RunAPI model that ships a CLI service. Use it whenever an agent needs to run a one-off model task, pass a JSON request body, wait for an async task, or script RunAPI from a terminal, server, or CI job.

Install

Target Command
macOS / Linux (interactive) brew install runapi-ai/tap/runapi
Server / CI (headless) curl -fsSL https://runapi.ai/cli/install.sh | sh
Pin a specific version curl -fsSL https://runapi.ai/cli/install.sh | sh -s -- --version v0.1.0

The installer detects OS and architecture (Linux and macOS, amd64 and arm64), verifies a SHA-256 checksum from https://runapi.ai/cli/latest.json, and refuses to write the binary if verification fails.

Authentication

Installs
4
GitHub Stars
1
First Seen
May 22, 2026
runapi-cli — runapi-ai/cli-skill