Muapi Cli banner
SamurAIGPT SamurAIGPT

Muapi Cli

AI community

Description

Official CLI for muapi.ai — generate images, videos & audio from the terminal. MCP server, 14 AI models, npm + pip installable.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

muapi CLI

Official command-line interface for [muapi.ai](https://muapi.ai) — generate images, videos, and audio directly from your terminal.

**Agent-first design** — every command works for both humans (colored output, tables) and AI agents (`--output-json`, `--jq` filtering, semantic exit codes, MCP server mode).

Install

# npm (recommended — no Python required)
npm install -g muapi-cli

# pip
pip install muapi-cli

# or run without installing
npx muapi-cli --help

Quick Start

# New user? Create an account
muapi auth register --email you@example.com --password "..."
muapi auth verify --email you@example.com --otp 123456
muapi auth login --email you@example.com --password "..."

# Or paste an existing API key
muapi auth configure --api-key "YOUR_KEY"

# Generate
muapi image generate "a cyberpunk city at night" --model flux-dev
muapi video generate "a dog running on a beach" --model kling-master
muapi audio create "upbeat lo-fi hip hop for studying"

# Check balance
muapi account balance

# Wait for an existing job
muapi predict wait 

Commands

`muapi auth`

Command Description
muapi auth register --email x --password y Create a new account (sends OTP)
muapi auth verify --email x --otp 123456 Verify email after registration
muapi auth login --email x --password y Log in and save API key automatically
muapi auth forgot-password --email x Send password reset OTP
muapi auth reset-password --email x --otp y --password z Reset password
muapi auth configure Manually save an API key
muapi auth whoami Show current API key (masked)
muapi auth logout Remove stored API key

`muapi account`

Command Description
muapi account balance Show current credit balance
muapi account topup --amount 20 Add credits via Stripe checkout

`muapi keys`

Command Description