jaz-cli

jaz-cli is a skill for Claude Code, Codex from teamtinvio/jaz-ai. It costs 103 tokens per session (5,524 once invoked), scanned A, original, MIT.

A command-line guide for Clio, the terminal tool for Jaz accounting, and Juan Accounting, which uses the same API. It covers commands, structured output, authentication, and multi-step workflows.

In plain words
What is it for?
It helps run accounting commands, build shell or CI scripts, debug login problems, process JSON output, retrieve large result sets, and chain tasks such as creating, finalizing, paying, and checking transactions.
Why use it?
It helps developers and automation scripts use the accounting system consistently without guessing command formats, account settings, or pagination rules.

Skill for Claude CodeCodex

Part of the jaz-ai plugin — 7 skills, 22 commands shipped together

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/teamtinvio/jaz-ai/cli
Any agent
npx skills add teamtinvio/jaz-ai --skill cli
Clone the repo
git clone --depth 1 https://github.com/teamtinvio/jaz-ai

Made for: Claude Code, Codex.

Or install jaz-ai, the plugin that ships this one along with the rest of its 7 skills, 22 commands.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/cli.svg)](https://agentmods.dev/skills/teamtinvio/jaz-ai/cli)
Your own site
<a href="https://agentmods.dev/skills/teamtinvio/jaz-ai/cli"><img src="https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,524 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 $0.00103 $0.05524
Opus 5 $0.00051 $0.02762
Sonnet 5 $0.00021 $0.01105
Haiku 4.5 $0.00010 $0.00552

Measured 4d ago against content hash 212e3bf191cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

jaz-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 4d 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.

.agents/skills/cli/SKILL.md · 388 lines

How it starts

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

Clio CLI Skill

Audience note: for power users and CI/automation. Load this skill only when you're scripting from a terminal, building shell pipelines, or debugging from clio --json output. For day-to-day accounting inside Claude Desktop / Cowork, the MCP tools cover the common flows without dropping to the CLI.

You are working with Clio (jaz-clio) — the CLI for the Jaz accounting platform. 66 command groups, 13 calculators, 12 job blueprints, 358 tools. Also fully compatible with Juan Accounting (same API, same endpoints).

When to Use This Skill

  • Running or composing clio commands from the terminal
  • Building shell scripts or CI pipelines that automate Jaz workflows
  • Debugging authentication issues (wrong org, missing key, env var conflicts)
  • Understanding --json output structure for piping into jq or downstream tools
  • Paginating large result sets (--all, --limit, --offset, --max-rows)
  • Chaining multi-step accounting workflows (create -> finalize -> pay -> verify)
  • Answering "what commands are available?" or "how do I do X from the CLI?"

Skill Relationships

Need Skill
CLI command syntax, flags, output jaz-cli (this skill)
API field names, error codes, 158 API rules jaz-api
IFRS transaction recipes (depreciation, leases, loans) jaz-recipes
Month-end close, bank recon, GST filing workflows jaz-jobs
Migration from Xero/QuickBooks/Sage jaz-conversion

Use jaz-cli when running commands. Use jaz-api when debugging API errors or understanding field mappings.

Auth Precedence

Resolution stops at the first match. Higher priority wins silently.

Priority Source How to set
1 --api-key <key> Per-command flag
2 JAZ_API_KEY env export JAZ_API_KEY=jk-...
3 --org <label> flag Per-command profile lookup
4 JAZ_ORG env export JAZ_ORG=acme-sg (pinned session)
5 Active profile clio auth switch <label> (stored in ~/.config/jaz-clio/credentials.json)

Read the full file on GitHub · 388 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 388 lines · 103 tokens per session scan A 212e3bf191cf

Subscribe to this mod's changes

jaz-cli is a skill published in the GitHub repository teamtinvio/jaz-ai (7 stars, last pushed 6d ago), licensed MIT. It adds 103 tokens to every session and 5,524 once invoked, about $0.0005 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.