tax-sort-receipts

tax-sort-receipts is a skill for Claude Code from kiwizznz/au-tax-return. It costs 162 tokens per session (1,115 once invoked), scanned A, original, MIT.

A filing guide for Australian tax receipts and invoice attachments. It uses deduction records and rental schedules to place each downloaded file in the right Australian Taxation Office deduction folder.

In plain words
What is it for?
Finding the relevant tax-return folder, reading the supporting CSV files, matching receipts, renaming them clearly, and moving them into the existing receipt folders.
Why use it?
Loose receipt files are difficult to match and organize during a tax return. This guide helps connect each attachment to the correct expense category and property records.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the au-tax-return plugin — 2 skills shipped together

Good fit Finding the relevant tax-return folder, reading the supporting CSV files, matching receipts, renaming them clearly, and moving them into the existing receipt folders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kiwizznz/au-tax-return/tax-sort-receipts
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 kiwizznz/au-tax-return --skill tax-sort-receipts
Clone the repo
git clone --depth 1 https://github.com/kiwizznz/au-tax-return

Made for: Claude Code.

Or install au-tax-return, the plugin that ships this one along with the rest of its 2 skills.

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 tax-sort-receipts

README.md
[![agentmods](https://agentmods.dev/badge/skills/kiwizznz/au-tax-return/tax-sort-receipts/github.svg)](https://agentmods.dev/skills/kiwizznz/au-tax-return/tax-sort-receipts)
Your own site
<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.

agentmods 80×15 button for tax-sort-receipts

Your own site · 80×15
<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>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,115 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.
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.00162 $0.01115
Opus 5 $0.00081 $0.00558
Sonnet 5 $0.00032 $0.00223
Haiku 4.5 $0.00016 $0.00112

Measured 12d ago against content hash 9fa39f6b40f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/tax-sort-receipts/SKILL.md · 77 lines

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

  1. 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.

  2. Find all receipts-to-sort/ folders — there may be one at the top level (for work deductions) and one under rental/ (for rental property). Check all of them.

  3. Find all receipts/ folders and their existing subfolder structure. Don't assume specific folder names — the skill creates category folders like D5-work-related/, plant-equipment/, expenses/, etc. depending on the type of deduction. Work with whatever exists.

Process

For each receipts-to-sort/ folder found:

  1. Read the relevant CSV(s) to understand what items have been identified and which categories they belong to.

  2. List all files in the receipts-to-sort/ folder.

  3. 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
  4. 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}

  5. 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.

Read the full file on GitHub · 77 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. 12d ago First seen · 77 lines · 162 tokens per session scan A 9fa39f6b40f9

Subscribe to this mod's changes

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.