302ai-cli

Installation
SKILL.md

302.AI CLI Skill

Guide the agent to use the 302ai CLI for AI-powered media generation. The CLI supports image, video, TTS, STT, SFX, 3D generation, song/music generation, web search, model management, and billing queries.

Prerequisites

Before running any 302ai command, verify the environment:

  1. Installation: pip install cli_302ai==1.0.5
    • Upgrading from an older version: Run pip install cli_302ai==1.0.5 --upgrade. The skill and the pip package must be at the same version — updating the skill alone won't enable new modules (3D, search).
  2. API Key: Set AI302_KEY env var, or pass --api_key to each command. Not strictly required if the user has already configured it.
  3. PATH (Windows only): If 302ai is not found after pip install, the Scripts directory is not in PATH. Run pip show cli_302ai to find the Location, then add the sibling Scripts folder to PATH.

Check setup with:

302ai model list t2i

If this returns JSON with "status":"completed", the CLI is working.

Installs
4
GitHub Stars
9
First Seen
Jun 11, 2026
302ai-cli — 302ai/302ai-cli-skill