← Back to CLIs
Nardjo

argil-cli

Operate the Argil.ai video API via argil-cli: avatars, voices, videos (create/render), assets, webhooks, and subtitle export. Use for AI avatar video generation workflows.

Install

$ npx api2cli install Nardjo/argil-cli

Details

Skill type: Wrapper CLI
Auth type: api-key
Version: 0.1.0
Author: Nardjo
Views: 2

README

argil-cli

CLI for the Argil.ai video API. Made with api2cli.dev.

Generate AI avatar videos: manage avatars, voices, videos, assets, webhooks, and subtitles.

Install

npx api2cli install Nardjo/argil-cli

This clones the repo, builds the CLI, links it to your PATH, and installs the AgentSkill to your coding agents.

Install AgentSkill only

npx skills add Nardjo/argil-cli

Auth

argil-cli auth set "your-x-api-key"
argil-cli auth test

Token is stored in ~/.config/tokens/argil-cli.txt and sent as the x-api-key header to https://api.argil.ai/v1.

Quick start

# Discover IDs
argil-cli avatars list --json
argil-cli voices list --language ENGLISH --json

# Create + render a single-moment video
argil-cli videos create --name "Hello" \
  --transcript "Hi, welcome to our product." \
  --avatar-id <avatar-id> --voice-id <voice-id> --json
argil-cli videos render <video-id> --json

# Poll status / download URL
argil-cli videos get <video-id> --json

Resources

ResourceActions
avatarslist, get
voiceslist, get, sync
videoslist, get, create, render, delete
assetslist, get, create, delete
webhookslist, create, update, delete
subtitleslist, export

Run argil-cli <resource> --help for flags.

Global Flags

All commands support: --json, --format <text|json|csv|yaml>, --verbose, --no-color, --no-header

Docs

Sponsors