altai-cli

altai-cli is a skill for Claude Code, Codex from altaidevorg/altai-app. It costs 33 tokens per session (224 once invoked), scanned A, original, Apache-2.0.

Instructions for using the ALTAI command-line tool to run agents, inspect saved workspace state, and automate coding workflows. It covers human-readable and JSONL output, where JSONL means one structured record per line.

In plain words
What is it for?
Use it when running ALTAI agents, opening a workspace, reading its journal, or automating safe terminal-based coding tasks.
Why use it?
It encourages checking state before changes, protects API keys from command history, and treats approval or terminal failures as real problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/altaidevorg/altai-app/altai-cli
Any agent
npx skills add altaidevorg/altai-app --skill altai-cli
Clone the repo
git clone --depth 1 https://github.com/altaidevorg/altai-app

Made for: Claude Code, Codex.

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 altai-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/altaidevorg/altai-app/altai-cli.svg)](https://agentmods.dev/skills/altaidevorg/altai-app/altai-cli)
Your own site
<a href="https://agentmods.dev/skills/altaidevorg/altai-app/altai-cli"><img src="https://agentmods.dev/badge/skills/altaidevorg/altai-app/altai-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 224 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00033 $0.00224
Opus 5 $0.00016 $0.00112
Sonnet 5 $0.00007 $0.00045
Haiku 4.5 $0.00003 $0.00022

Measured 6d ago against content hash c4d409486536, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

altai-cli 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 6d 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.

skills/altai-cli/SKILL.md · 30 lines

What it actually says

ALTAI CLI

The CLI is under active development. Its production contract is defined in docs/plans/2026-07-29-complete-cli.md.

Intended command families

altai-cli [PATH]
altai-cli [PATH] --prompt TEXT --output jsonl
altai-cli acp [PATH]
altai-cli open [PATH]
altai-cli journal ...

Agent usage rules

  • Prefer --output jsonl for programmatic workflows and parse stdout only.
  • Inspect state before mutations when a list, show, status, or --dry-run option exists.
  • Never pass API keys as command-line arguments.
  • Treat approval-required and non-TTY outcomes as actionable failures, not as implicit permission to bypass safeguards.
  • Use altai-cli open only when a visual-only desktop surface is needed.
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. 6d ago First seen · 30 lines · 33 tokens per session scan A c4d409486536

Subscribe to this mod's changes

altai-cli is a skill published in the GitHub repository altaidevorg/altai-app (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 33 tokens to every session and 224 once invoked, about $0.0002 per session on Opus 5. 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-31.

Related

Other skills, from other repositories

anarlog

Query Anarlog meetings, notes, summaries, transcripts, participants, action items, and recurring history. Use when a user asks about their Anarlog meeting data or needs meeting context for another task.

fastrepl/anarlog · 44 tokens

screenshot-studio

Regenerate the Pisper product screenshots under docs/shots/ against the current UI. Starts an isolated dev instance, seeds fictional demo data through the real runtime APIs, captures every referenced page at the exact 2558x1380 asset size, and replaces the files. Use only when the user asks to refresh product…

ling-kong-ran/pisper · 80 tokens

prompt-cache-optimizer

Audit and optimize Pisper system-prompt and tool-schema token overhead while preserving stable prompt-cache prefixes, permissions, and runtime behavior. Invoke only for explicit prompt or tool-context optimization work.

ling-kong-ran/pisper · 42 tokens

role-skill-boundary-audit

Audit where governance instructions belong (Role.md, skill, global policy, workflow docs, memory, or an agent-boundary change); enforce minimal verbosity in roles and skills. Diagnostic by default.

mblua/AgentsCommander · 46 tokens

agency-agents-roles

How the Root Agent offers Agency Agents role templates before creating any specialist agent: the mandatory offer, describing Agency Agents from real local data only (never invented), the bounded skip exceptions, the agency-templates CLI flow, and handling a missing template cache.

mblua/AgentsCommander · 56 tokens

rust-patterns

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

affaan-m/ECC · 28 tokens