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 skills add kiwizznz/au-tax-return --skill tax-sort-receiptsgit clone --depth 1 https://github.com/kiwizznz/au-tax-returnWrote 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/kiwizznz/au-tax-return/tax-sort-receipts)<a href="https://agentmods.dev/skills/kiwizznz/au-tax-return/tax-sort-receipts"><img src="https://agentmods.dev/badge/skills/kiwizznz/au-tax-return/tax-sort-receipts/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.
<a href="https://agentmods.dev/skills/kiwizznz/au-tax-return/tax-sort-receipts"><img src="https://agentmods.dev/badge/skills/kiwizznz/au-tax-return/tax-sort-receipts.svg" alt="Reviewed on agentmods" width="80" 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.00162 | $0.01115 |
| Opus 5 | $0.00081 | $0.00558 |
| Sonnet 5 | $0.00032 | $0.00223 |
| Haiku 4.5 | $0.00016 | $0.00112 |
Grade A, and why
tax-sort-receipts 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 12d 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sort Tax Receipts
The user has downloaded receipt attachments from their email and dropped them into a receipts-to-sort/ folder inside their tax return folder. Your job is to read each file, match it to the correct category, rename it clearly, and move it to the right place.
Find the tax return folder
If the user named a specific tax return folder, use it.
Otherwise, look for the most recent tax-return-FY* folder in the current working directory.
If no tax return folder exists, there's nothing to sort yet — tell the user to prepare their tax return first (they just ask, e.g. "do my 2024-25 tax", which runs the au-tax-return skill).
Discover the structure
-
Find all CSV files in the tax return folder (including subfolders like
rental/). These are your sources of truth —deductions.csv,rental-schedule.csv, or any other CSV the skill created. -
Find all
receipts-to-sort/folders — there may be one at the top level (for work deductions) and one underrental/(for rental property). Check all of them. -
Find all
receipts/folders and their existing subfolder structure. Don't assume specific folder names — the skill creates category folders likeD5-work-related/,plant-equipment/,expenses/, etc. depending on the type of deduction. Work with whatever exists.
Process
For each receipts-to-sort/ folder found:
-
Read the relevant CSV(s) to understand what items have been identified and which categories they belong to.
-
List all files in the
receipts-to-sort/folder. -
For each file, read/examine it to determine:
- What vendor it's from
- What item or service it's for
- The dollar amount
- The date
-
Match it to an item in a CSV by comparing vendor, amount, and date. If there's a clear match, move the file to the correct
receipts/{category}/subfolder with a clear name:{vendor}-{brief-description}-{YYYYMMDD}.{ext} -
If the receipt contradicts the CSV (e.g., the CSV says "laptop" but the PDF is actually a router, or the amount is different), flag it to the user: "The CSV has this listed as 'Scorptec laptop — $XXX' but the receipt says 'TP-Link Deco XE75 (mesh router) — $XXX'. Should I update the CSV to match the receipt?" Always trust the actual receipt over the CSV entry.
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.
- 12d ago First seen · 77 lines · 162 tokens per session scan A 9fa39f6b40f9
tax-sort-receipts is a skill published in the GitHub repository kiwizznz/au-tax-return (9 stars, last pushed 3mo ago), licensed MIT. It adds 162 tokens to every session and 1,115 once invoked, about $0.0008 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
taxmate-australia-individual-return
Use when the user wants a TaxMate Australia individual return prep pack, broad individual tax checklist, or full-runtime HTML handoff setup.
taxmate-australia
Use when the user asks for TaxMate Australia, Australian tax prep linked to ATO sources, or an unclear Australian tax topic.
research
Use when full-runtime TaxMate Australia ATO refresh or source-backed treatment review is needed.
taxmate-australia-private-health-medicare
Use when the user needs TaxMate Australia guidance for private health and Medicare levy questions.
taxmate-australia-abn-business
Use when the user needs TaxMate Australia guidance for ABN and business income or expenses.
taxmate-australia-capital-gains-tax
Use when the user needs TaxMate Australia guidance for general CGT concepts and records.