cli-chat

SkillAI & models

Lets your agent send chat prompts to AI models from the command line and stream or interactively continue responses.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the cli-chat skill

About this capability

Send chat completions, stream responses, and start an interactive REPL session from the CLI. Supports all OmniRoute providers, combo routing, and system prompt configuration.

What this skill tells your AI

The instructions your AI receives, as published by diegosouzapw/omniroute in skills/cli-chat/SKILL.md and read by ahel’s review.

Overview

Send chat completions, stream responses, and start an interactive REPL session from the CLI. Supports all OmniRoute providers, combo routing, and system prompt configuration.

Quick install

npm install -g omniroute   # or: npx omniroute
omniroute --version

Subcommands

chat [prompt]

Flags:

  • --file <path>
  • --stdin
  • -s, --system <prompt>
  • -m, --model <id>
  • --max-tokens <n>
  • --temperature <t>
  • --top-p <p>
  • --reasoning-effort <level>
  • --thinking-budget <tokens>
  • --combo <name>
  • --responses-api
  • --stream
  • --no-history

Example:

omniroute chat [prompt]

repl

Flags:

  • -m, --model <id>
  • --combo <name>
  • -s, --system <prompt>
  • --resume <session>

Example:

omniroute repl

stream [prompt]

Flags:

  • --file <path>
  • --stdin
  • -m, --model <id>
  • -s, --system <prompt>
  • --combo <name>
  • --max-tokens <n>
  • --responses-api
  • --raw
  • --debug
  • --save <path>

Example:

omniroute stream [prompt]

Signals

GitHub stars
64k
Forks
9k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
cli-chat
Source
github.com/diegosouzapw/omniroute