Agent skill
commerce-tax
Calculate taxes and manage tax rates. Use when running `stateset-tax`, calculating cart tax, or validating tax settings.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-tax
SKILL.md
Commerce Tax
Calculate taxes and manage tax jurisdiction settings.
How It Works
- Identify jurisdiction from shipping address.
- Calculate tax for items or carts.
- Apply exemptions when valid.
- Report tax breakdown and totals.
Usage
- CLI:
stateset-tax ...orstateset "calculate tax for cart ..." - MCP tools:
calculate_tax,calculate_cart_tax,get_tax_rate,list_tax_rates,create_tax_exemption.
Output
{"tax_total":7.25,"jurisdiction":"US-CA"}
Present Results to User
- Tax rates used and jurisdiction.
- Exemptions applied, if any.
- Final tax totals and rounding.
Troubleshooting
- Missing address fields: collect postal code and region.
- Invalid exemption: verify certificate and expiry.
References
- references/tax-commands.md
- /home/dom/stateset-icommerce/cli/.claude/agents/tax.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?