agentsclimarketplace

Calculators

Skill nijanthan-dev/taxmate-australia/runtime/skills/calculators

Prep-only Australian individual tax return plugin and portable skills for Codex, Claude Code, Cowork, and OpenAgentSkill: official ATO source links, GST/BAS and CGT review flags, evidence gaps, and manual myTax/paper/accountant handoff.

Install
npx -y skills add nijanthan-dev/taxmate-australia --skill calculators

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when full-runtime TaxMate Australia estimate scaffolds are needed for PAYG, BAS, CGT, FBT, super, or stamp-duty source routing.

SKILL.md

2.4 KB, as published. Nobody here has run it

TaxMate Australia Calculators

Runtime requirements:

  • Bash
  • Python 3.9+

Use this full-runtime skill for bounded tax-prep calculations. It is not professional advice, payroll advice, lodgment support, or confirmation of entitlement. Keep outputs labelled as estimates or scaffolds where applicable.

Hard Safety Boundary

  • Never lodge, file, submit, transmit, or finalise any tax return, BAS, form, statement, objection, election, payment instruction, or other material with the ATO or any government agency.
  • Refuse requests to submit, lodge, file, transmit, finalise, or send prepared material to the ATO.
  • Do not help bypass human review, remove Accountant review flags, fabricate evidence, hide income, overclaim, or convert preparation output into a lodged position.

Quick Reference

SituationAction
Estimate scaffold is requestedRun the relevant ./scripts/taxmate calc command.
Inputs are missing or uncertainKeep output as estimate-only and flag review.
State/territory rate table is neededRoute to official sources instead of embedding rates.
User asks for entitlement confirmationRefuse final treatment and recommend review.

Common Mistakes

  • Presenting estimates as payroll, lodgment, or entitlement advice.
  • Running CGT math without cost base, proceeds, date, and loss facts.
  • Treating BAS arithmetic as BAS lodgment support.
  • Removing review flags from calculated output.

Run:

export TAXMATE_AUSTRALIA_ROOT="${TAXMATE_AUSTRALIA_ROOT:-$(pwd)}"
"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" calc bas [flags]

Rules

  • PAYG is estimate-only; use official ATO withholding tables for payroll.
  • BAS arithmetic is not lodgment advice; GST labels need accountant review.
  • CGT output depends on user-supplied cost base, proceeds, dates, losses, and eligibility.
  • FBT output assumes taxable value is already known.
  • Super guarantee uses ordinary time earnings and the SG rate for the payment date.
  • Stamp duty routes to official state/territory sources; no embedded rate tables.
  • Keep all review flags in the final answer.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.