jaz-jobs

jaz-jobs is a skill for Claude Code from teamtinvio/jaz-ai. It costs 88 tokens per session (3,428 once invoked), scanned A, original, MIT.

A set of step-by-step instructions for completing recurring accounting work in Jaz, an accounting platform for small and medium-sized businesses.

In plain words
What is it for?
It helps with period-end closing, bank reconciliation, tax filing, payment runs, supplier checks, audit preparation, and other listed accounting jobs.
Why use it?
It organizes complicated bookkeeping processes into complete workflows tied to Jaz's specific tools, so important steps are less likely to be missed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents).

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

Good fit It helps with period-end closing, bank reconciliation, tax filing, payment runs, supplier checks, audit preparation, and other listed accounting jobs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/teamtinvio/jaz-ai/jobs
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.

Any agent
npx skills add teamtinvio/jaz-ai --skill jobs
Clone the repo
git clone --depth 1 https://github.com/teamtinvio/jaz-ai

Made for: Claude Code.

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-jobs

README.md
[![agentmods](https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/jobs/github.svg)](https://agentmods.dev/skills/teamtinvio/jaz-ai/jobs)
Your own site
<a href="https://agentmods.dev/skills/teamtinvio/jaz-ai/jobs"><img src="https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/jobs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jaz-jobs

Your own site · 80×15
<a href="https://agentmods.dev/skills/teamtinvio/jaz-ai/jobs"><img src="https://agentmods.dev/badge/skills/teamtinvio/jaz-ai/jobs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,428 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00088 $0.03428
Opus 5 $0.00044 $0.01714
Sonnet 5 $0.00018 $0.00686
Haiku 4.5 $0.00009 $0.00343

Measured today against content hash a43b59b45ead, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jaz-jobs 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.

.agents/skills/jobs/SKILL.md · 186 lines

How it starts

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

Jobs Skill

You are helping an SMB accountant or bookkeeper complete recurring accounting tasks in Jaz — period-end closes, bank reconciliation, tax filing, payment processing, and operational reviews. These are the real jobs that keep the books accurate and the business compliant.

Jaz-native, not generic. Every job in this skill names specific Jaz tools (search_invoices, quick_reconcile, bulk_finalize_drafts, reconcile_with_payments, report tools like generate_trial_balance, download_export), Jaz reconciliation modes, and Jaz capsule patterns. It is NOT an interchangeable accounting workflow reference; it is the operating manual for running these processes through the Jaz platform tools. When the playbook says "match bank entries", it means call the 5-phase cascade matcher (clio jobs bank-recon match for a local CLI run, or follow the cascade logic in references/bank-match.md and drive the reconcile_* tools directly), not "use any matching algorithm".

Jobs combine recipes, calculators, and platform tools into complete business processes. If recipes are ingredients, jobs are the meal. Each per-job reference is the canonical end-to-end orchestration: it lists the phases, and for each step names the exact report tool, recipe, or API call to run.

How to run a job

You orchestrate the real platform tools directly, following the phase sequence in the per-job reference:

  • Hosted / MCP agent (no shell): the per-job reference is your checklist. Walk its phases in order and call the named platform tools — plan_recipe / execute_recipe, search_invoices / search_bills / search_bank_records, the generate-reports/* report tools (generate_trial_balance, generate_aged_ar, generate_vat_ledger, …), reconcile_*, create_journal, bulk_finalize_drafts, update_account lockDate, and so on. There is no separate "blueprint tool" to call — the reference IS the plan.
  • Local CLI convenience: if you're running clio in a terminal (e.g. Claude Code), clio jobs <type> --json prints the same phased checklist for the period so a human or script can follow it. This is a convenience, not the main path for a hosted agent — the platform tools above are the path that actually does the work.

Read the full file on GitHub · 186 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. today Changed a43b59b45ead
  2. yesterday Changed 6d966392ba6c
  3. 3d ago Changed 5495fefddb02
  4. 5d ago Changed 22a8519663eb
  5. 6d ago Changed 6de2a5f81d94
  6. 7d ago Changed b693d9818724
  7. 11d ago First seen · 186 lines · 88 tokens per session scan A 84806e17a629

Subscribe to this mod's changes

jaz-jobs is a skill published in the GitHub repository teamtinvio/jaz-ai (7 stars, last pushed yesterday), licensed MIT. It adds 88 tokens to every session and 3,428 once invoked, about $0.0004 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.