cli-batches
SkillDev toolsAn AI gateway with enhanced compliance for China
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the cli-batches skill
What this skill tells your AI
The instructions your AI receives, as published by jaccen/airoute in skills/cli-batches/SKILL.md and read by ahel’s review.
Overview
Submit and monitor batch inference jobs from the CLI. Upload and manage files for batch processing, retrieve results, and integrate batch pipelines with CI/CD workflows.
Quick install
npm install -g AIRoute # or: npx AIRoute
AIRoute --version
Subcommands
batches
Example:
AIRoute batches
batches list
Flags:
--status <s>--limit <n>
Example:
AIRoute batches list
batches get <batchId>
Example:
AIRoute batches get <batchId>
batches create
Flags:
--endpoint <e>--completion-window <w>--metadata <kv>
Example:
AIRoute batches create
batches submit
Flags:
--endpoint <e>--wait
Example:
AIRoute batches submit
batches cancel <batchId>
Flags:
--yes
Example:
AIRoute batches cancel <batchId>
batches wait <batchId>
Flags:
--timeout <ms>
Example:
AIRoute batches wait <batchId>
batches output <batchId>
Flags:
--out <path>
Example:
AIRoute batches output <batchId>
batches errors <batchId>
Flags:
--out <path>
Example:
AIRoute batches errors <batchId>
files
Example:
AIRoute files
files list
Flags:
--purpose <p>--limit <n>
Example:
AIRoute files list
files get <fileId>
Example:
AIRoute files get <fileId>
files upload <path>
Example:
AIRoute files upload <path>
files content <fileId>
Flags:
--out <path>
Example:
AIRoute files content <fileId>
files delete <fileId>
Flags:
--yes
Example:
AIRoute files delete <fileId>
Signals
- GitHub stars
- 32
- Forks
- 8
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cli-batches-jaccen- Source
- github.com/jaccen/airoute