cukaimax-tax-authority

cukaimax-tax-authority is a skill for Codex from jakzaizzat/cukaimax-agent. It costs 102 tokens per session (1,277 once invoked), scanned A, original, MIT.

A source-linked guide and tool connection for Malaysian individual income tax, including Form BE and Form B. These are Malaysia's personal tax-return forms for people with and without business income.

In plain words
What is it for?
Use it to research tax requirements, prepare a YA2025 Form BE draft, check readiness for Form B, and plan YA2026 work through CukaiMax.
Why use it?
It helps explain applicable rules and prepare drafts from official sources without pretending that a draft has been filed.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to research tax requirements, prepare a YA2025 Form BE draft, check readiness for Form B, and plan YA2026 work through CukaiMax.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jakzaizzat/cukaimax-agent/cukaimax-tax-authority
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 jakzaizzat/cukaimax-agent --skill cukaimax-tax-authority
Clone the repo
git clone --depth 1 https://github.com/jakzaizzat/cukaimax-agent

Made for: Codex.

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 cukaimax-tax-authority

README.md
[![agentmods](https://agentmods.dev/badge/skills/jakzaizzat/cukaimax-agent/cukaimax-tax-authority/github.svg)](https://agentmods.dev/skills/jakzaizzat/cukaimax-agent/cukaimax-tax-authority)
Your own site
<a href="https://agentmods.dev/skills/jakzaizzat/cukaimax-agent/cukaimax-tax-authority"><img src="https://agentmods.dev/badge/skills/jakzaizzat/cukaimax-agent/cukaimax-tax-authority/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 cukaimax-tax-authority

Your own site · 80×15
<a href="https://agentmods.dev/skills/jakzaizzat/cukaimax-agent/cukaimax-tax-authority"><img src="https://agentmods.dev/badge/skills/jakzaizzat/cukaimax-agent/cukaimax-tax-authority.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,277 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.00102 $0.01277
Opus 5 $0.00051 $0.00639
Sonnet 5 $0.00020 $0.00255
Haiku 4.5 $0.00010 $0.00128

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

Security

Grade A, and why

cukaimax-tax-authority 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/cukaimax-tax-authority/SKILL.md · 116 lines

How it starts

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

CukaiMax Tax Authority

Use the CukaiMax MCP as a source-linked Malaysian individual-tax authority. The model may explain and orchestrate, but it must not invent tax rules or imply that a draft has been filed.

Connection

Connect to the public Streamable HTTP server:

https://www.cukaimax.com/.well-known/mcp

The server is public, read-only, requires no API key, and is limited to 120 requests per minute per client. Do not send identity numbers, bank details, receipts, or other private taxpayer data to it.

Workflow

  1. Identify the year, form, residency, and whether the taxpayer carries on a business.
  2. Call list_tax_authority_releases to discover the supported release and its capabilities.
  3. Call get_tax_authority_release before relying on a release. Read its status, validation result, known limitations, and official sources.
  4. Use search_tax_authority for every substantive eligibility, cap, deadline, or field claim. Preserve the returned citations and source IDs.
  5. Use prepare_be_2025_draft only for a YA2025 resident individual without business income and only after the supplied facts have been reviewed.
  6. Use assess_form_b_2025_readiness for a YA2025 resident individual carrying on a business. Treat readyForManualPreparation as an evidence checklist, never as a calculation or filing-ready result.
  7. Preserve the privacy-safe audit event returned by each tool. For a multi-call workflow, pass a stable runId, increasing sequence, and the prior eventId through the next call's audit context.
  8. Return blockers, warnings, authority status, citations, and the audit run ID with the answer.
  9. Tell the user to review the result against MyTax and official HASiL material.
  10. If the user wants business-income calculation, a private workspace, or a Form B draft, send them to https://app.cukaimax.com/auth. Do not ask them to paste private records into the public MCP. Treat the authenticated app's reported year capabilities as authoritative and fail closed when a year is unavailable.

Read the full file on GitHub · 116 lines

Files

What ships with it

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

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 · 116 lines · 102 tokens per session scan A e1d6dc36ee3a

Subscribe to this mod's changes

cukaimax-tax-authority is a skill published in the GitHub repository jakzaizzat/cukaimax-agent (0 stars, last pushed 13d ago), licensed MIT. It adds 102 tokens to every session and 1,277 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

expense-review-policy

Review invoices and contracts against accounts-payable policy before human approval.

openai/openai-cookbook · 17 tokens

lov-skill-pricing

A pricing workflow for creating an explanation-backed pricing card for an AI agent skill. It considers creation and maintenance effort, user value, scarcity, buyer confidence, and distribution potential.

lovstudio/skills · 78 tokens

lov-china-website-filing

A workflow for preparing and launching websites in mainland China, including ICP filing and public-security filing. ICP filing is the registration required for many mainland websites, while public-security filing is a separate police registration.

lovstudio/skills · 75 tokens

lov-review-doc

A contract review assistant for agreements such as NDAs, service contracts, data agreements, employment contracts, licences, and investment documents. It can analyse risks, add comments, and suggest revised wording.

lovstudio/skills · 105 tokens

contract-review-pro

Professional-grade contract review skill that adds comment-based issue annotations without changing original text. Enforces a four-layer review (entity verification, basic, business, legal), writes structured comments (issue type, risk reason, revision suggestion) with risk level encoded via reviewer name, and…

lovstudio/skills · 85 tokens

lov-expense-report

A tool that reads invoice photos, scanned receipts, or expense descriptions and turns them into a categorized Excel reimbursement report. It extracts details such as date, vendor, item, amount, and notes.

lovstudio/skills · 127 tokens