aivo_guide

aivo_guide is a command for Claude Code from yuanchuan/aivo. It costs 0 tokens per session (5,668 once invoked), scanned A, original, MIT.

A command-line tool for using different coding agents and AI models, with encrypted local storage for API keys.

In plain words
What is it for?
Use it to launch agents such as Claude, Codex, or Gemini, run its built-in agent, choose models, and manage accounts, keys, and aliases.
Why use it?
It gives one interface for launching coding agents and managing provider credentials instead of configuring each tool separately.

Command for Claude Code

Written for Claude Code: PreToolUse hook event. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is aivo code skills install -p <source> # into the repo ./.agents/skills (project scope).

Good fit Use it to launch agents such as Claude, Codex, or Gemini, run its built-in agent, choose models, and manage accounts, keys, and aliases.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/yuanchuan/aivo
agentmods
npx agentmods add commands/yuanchuan/aivo/aivo_guide

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aivo_guide

README.md
[![agentmods](https://agentmods.dev/badge/commands/yuanchuan/aivo/aivo_guide.svg)](https://agentmods.dev/commands/yuanchuan/aivo/aivo_guide)
Your own site
<a href="https://agentmods.dev/commands/yuanchuan/aivo/aivo_guide"><img src="https://agentmods.dev/badge/commands/yuanchuan/aivo/aivo_guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,668 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.05668
Opus 5 $0.00000 $0.02834
Sonnet 5 $0.00000 $0.01134
Haiku 4.5 $0.00000 $0.00567

Measured 3d ago against content hash 470131643af0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

aivo_guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/commands/aivo_guide.md · 432 lines

How it starts

The opening of the file, as written. The whole thing — 432 lines — stays where its author put it; the contents beside it link to each section on GitHub.

aivo — complete usage guide

aivo is a CLI that connects your existing coding agents (and its own built-in agent) to whatever model you want, with local encrypted API-key management. It ships free aivo/starter models, so you can use it with no key. Config lives in ~/.config/aivo/ — API keys are AES-256-GCM encrypted in config.json.

Machine-readable command structure: aivo --help-json. Per-command help: aivo <command> --help.

Global usage

aivo <command> [options]

Global options: -h/--help, --help-json (full command tree as JSON), -v/--version.

Get started:

aivo code                     # built-in agent
aivo claude                   # launch Claude Code (same for codex/gemini/…)
aivo run                      # pick a tool

Shortcuts (bare forms that expand to a subcommand):

Shortcut Expands to Notes
aivo <tool> aivo run <tool> claude, codex, gemini, opencode, pi, grok, …
aivo <prompt> aivo code -p <prompt> quoted text with a space, or piped stdin; a single lowercase word is a command (aivo helloaivo -p hello / aivo code). TUI: aivo code "<prompt>"
aivo hf:… / aivo https://… aivo code <ref> open code on a local HuggingFace GGUF
aivo use aivo keys use switch active key
aivo ping aivo keys ping health-check keys
aivo share aivo logs share share a session

Providers & keys — aivo keys

A key is a saved provider credential (id, name, base URL, secret). The active key is what commands use by default. Any OpenAI-compatible base URL works; native Anthropic/Gemini, GitHub Copilot, and Ollama are also supported (the sentinel base URLs copilot and ollama select those provider types). aivo/starter is the bundled first-party provider — no key required.

aivo keys                       # list all keys (active marked) — same as `aivo keys list`
aivo keys use <id|name>         # activate a key
aivo keys add [name]            # add a key (interactive picker for provider type)
aivo keys cat <id|name>         # show a key's details
aivo keys edit <id|name>        # edit a key
aivo keys rm <id|name>          # remove a key
aivo keys reauth <id|name>      # OAuth re-login or rotate an API key
aivo keys ping [id|name]        # health-check keys (also `aivo ping`)
aivo keys reset-route <id|name> # clear cached provider routing for a key

Read the full file on GitHub · 432 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed · +2 lines 470131643af0
  2. 8d ago First seen · 430 lines · 0 tokens per session scan A 455348bf7d64

Subscribe to this mod's changes

aivo_guide is a command published in the GitHub repository yuanchuan/aivo (192 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,668 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.