Consumption Tax

🌐Community
by kazukinagata · vlatest · Repository

Calculates consumption taxes based on specified rates and items, streamlining VAT/GST calculations for business simulations or analysis.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add consumption-tax npx -- -y @trustedskills/consumption-tax
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "consumption-tax": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/consumption-tax"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill calculates consumption tax based on provided amounts. It can determine the price including tax, or extract the pre-tax amount from a total price. The skill is designed to handle standard consumption tax rates and provide accurate calculations.

When to use it

  • Calculating the final price of goods in an online shopping cart.
  • Determining the taxable portion of an invoice.
  • Estimating sales tax for a purchase before completing a transaction.
  • Converting a price including tax back to its original pre-tax value.

Key capabilities

  • Calculates consumption tax amounts.
  • Determines prices inclusive of consumption tax.
  • Extracts pre-tax amounts from total prices.

Example prompts

  • "What is the price including 10% consumption tax for a product costing 1000 yen?"
  • "Calculate the consumption tax on a purchase of 5000 yen."
  • "What was the original price before tax if the total amount paid was 6000 yen, with a 8% consumption tax rate?"

Tips & gotchas

The skill requires knowing the applicable consumption tax rate for accurate calculations. Ensure you provide this information or specify a default rate when using the skill.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kazukinagata
Installs
0

🌐 Community

Passed automated security scans.