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.
npx agentmods add skills/teamtinvio/jaz-ai/apinpx skills add teamtinvio/jaz-ai --skill apigit clone --depth 1 https://github.com/teamtinvio/jaz-aiWrote 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.
[](https://agentmods.dev/skills/teamtinvio/jaz-ai/api)<a href="https://agentmods.dev/skills/teamtinvio/jaz-ai/api"><img src="https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/api.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00121 | $0.28162 |
| Opus 5 | $0.00060 | $0.14081 |
| Sonnet 5 | $0.00024 | $0.05632 |
| Haiku 4.5 | $0.00012 | $0.02816 |
Grade A, and why
jaz-api 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.
How it starts
The opening of the file, as written. The whole thing — 553 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Jaz API Skill
You are working with the Jaz REST API — the accounting platform backend. Also fully compatible with Juan Accounting (same API, same endpoints).
Pick the right invocation path first
Before touching this skill's HTTP details, check what's actually available:
- Running inside an MCP host (Claude Desktop, Cowork): use the MCP tools (
execute_toolwithcreate_invoice,list_bills, etc.). Do not write direct HTTP. The MCP server handles auth, retries, and field shape for you. - Running Claude Code with the
jaz-clioCLI: use the CLI commands (clio invoices list --json, etc.). Same code path, structured output. - No agent surface, raw integration: write HTTP calls per the endpoints catalog below.
The rest of this skill — field names, gotchas, error catalog, dependency order, search filter syntax — applies regardless of invocation path. Read it for context, not for HTTP-call construction unless you're in the third bucket.
Reading Order
Core fundamentals (read first, every integration): Identifiers & Dates 1–3; Names & Fields 9–13; Transaction Creation 14–16; Chart of Accounts 17–22; Payments / Cross-Currency 4–8; Journals & Cash 23–26; Credit Notes & Refunds 27–28; Reports 36–37; Tax Profile Scoping 100; Transaction References 104; Draft Finalization Pipeline 81–88; Jaz Magic / PDF-JPG 57–63; Currency Rates 39, 49, 105; Withholding Tax 45, 98.
Integration depth (API clients, pipelines, batch jobs, MCP/CLI): Bulk Upsert (Items/Contacts/Rates); Background Jobs (filter resourceId not jobId); Export Records; Pagination (38); Search & Filter (50–56); Response Shape Gotchas (66–73); Cash Entry Response Shape (74–77); Entity Resolution (78–80); Bank Rules (89–90c); Fixed Assets (91–92c); Subscriptions & Scheduled (93–94); niche endpoints (95–102); Journals balance (103); Quick Fix (107, 111); TTB (108); Dynamic Strings (109–110); Sub-Resource Shapes (112); Nano-Classifier (113); Scheduler Asymmetry (114); Payment Record CRUD (115–117); Bulk Upserts transactions (118–122); Reconciliation write-side (123–127); Drafts lifecycle (128–135); Orders — Sale Quotes / Sale Orders / Purchase Requests / Purchase Orders (references/orders.md); Claims — records / lifecycle / bulk + conversion + payouts + Employees + Claim Settings (references/claims.md).
What ships with it
12 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.
- references/bank-rule-column-mapping.md 4.1 KB
- references/claims.md 16 KB
- references/dependencies.md 7.2 KB
- references/endpoints.md 85 KB
- references/errors.md 48 KB
- references/feature-glossary.md 24 KB
- references/field-map.md 41 KB
- references/full-api-surface.md 40 KB
- references/orders.md 10 KB
- references/search-enums.md 22 KB
- references/search-reference.md 32 KB
- references/search-syntax.md 21 KB
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.
- 3d ago First seen · 553 lines · 121 tokens per session scan A 1045e1ea1562
jaz-api is a skill published in the GitHub repository teamtinvio/jaz-ai (7 stars, last pushed 6d ago), licensed MIT. It adds 121 tokens to every session and 28,162 once invoked, about $0.0006 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.
Other skills, from other repositories
aade-api-monitor
Real-time monitoring of Greek AADE tax authority systems — tracks deadlines, rate changes, and compliance updates. File-based, OpenClaw-native.
correction-memory
税理士の修正を永久記憶し同じ間違いを二度としない学習エンジン.
nightly-batch
Batch-process all client companies overnight. Fetches unprocessed transactions from freee API, runs the full classification pipeline, and generates a summary for morning review.
tax-classifier
取引を勘定科目に3段階パイプラインで自動分類(除外→記憶+キーワード→AI).
csv-importer
会計ソフトのCSVを自動判別して取り込み・全件分類(freee/弥生/MF/TKC対応).
finance-expert
Expert-level financial systems, FinTech, banking, payments, and financial technology.