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/conversionnpx skills add teamtinvio/jaz-ai --skill conversiongit 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/conversion)<a href="https://agentmods.dev/skills/teamtinvio/jaz-ai/conversion"><img src="https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/conversion.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.1 | $0.00111 | $0.02216 |
| Opus 5 | $0.00056 | $0.01108 |
| Sonnet 5 | $0.00022 | $0.00443 |
| Haiku 4.5 | $0.00011 | $0.00222 |
Grade A, and why
jaz-conversion 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 today.
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 — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Jaz Conversion Skill
You are performing an accounting data conversion — migrating a customer's financial data from their previous accounting software (Xero, QuickBooks, Sage, MYOB, or Excel-based systems) into Jaz.
Jaz-native, not generic. The clearing-account pattern, the CoA-bulk-upsert all-or-nothing semantics, the
currencyCode-string-silently-ignored-on-invoices gotcha, thebulk_upsert_invoicesPARTIAL_SUCCESS path — every rule in this skill is an opinion shaped by Jaz's specific API behavior, not by generic migration theory. Source-system mapping (Xero, QB, Sage) is included only as input parsing; everything downstream is Jaz-shaped.
This skill provides Jaz-contextual conversion domain knowledge. For API details (field names, endpoints, gotchas), load the jaz-api skill alongside this one.
Guided in-app data transfer
Jaz also has a guided Data Transfer flow available in Settings (Xero, QuickBooks, Sage, MYOB).
When to Use This Skill
- Analyzing customer-provided Excel/CSV files for conversion
- Mapping source Chart of Accounts, contacts, tax codes, or items to Jaz
- Creating conversion transactions (invoices, bills, journals)
- Building or reviewing TTB (Transfer Trial Balance) entries
- Verifying post-conversion Trial Balance accuracy
- Troubleshooting TB mismatches after a conversion
Three Conversion Types
All types use the same pipeline — only the scope (which entity types) differs.
Config Mode (foundation only)
- Scope: CoA, contacts, items, currencies, tax mapping — NO transactions or journal
- Creates: Foundation entities only (Phases 0-1)
- When: Setting up an org before a conversion, or populating a fresh org with the customer's chart of accounts and contacts
- Manifest field:
"conversionType": "config" - Requires: At least one of
coaortbfile (no AR/AP needed)
Quick Conversion (Option 2 — recommended starting point)
- Scope: Open AR/AP at FYE + TTB opening balances
- Creates: CoA, contacts, currencies, tax mapping, conversion invoices/bills, TTB journal, lock date
- When: Customer wants to start fresh on Jaz with correct opening balances
- Accuracy check: TB at FYE must match between source and Jaz
- See:
references/option2-quick.md
What ships with it
7 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.
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.
- today Changed df8362fd5aeb
- 2d ago Changed 1d2e031d7ccb
- 6d ago First seen · 163 lines · 111 tokens per session scan A add7e00e235e
jaz-conversion is a skill published in the GitHub repository teamtinvio/jaz-ai (7 stars, last pushed yesterday), licensed MIT. It adds 111 tokens to every session and 2,216 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
finance-expert
Expert-level financial systems, FinTech, banking, payments, and financial technology. Use when the user mentions fintech, banking, payments, trading, or accounting, or when the task involves Financial Systems, FinTech Stack, Key Challenges, or Data Handling.
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対応).
monthly-closer
勘定科目別集計・前月比異常検知付き月次レポート自動生成.