Agent Plugins Marketplace
All plugins

crypto-tax-calculator

v1.0.0

Calculate crypto taxes with FIFO/LIFO methods and generate tax reports

Claude Code1 Skill

By Intent Solutions IOLicense: MIT1.8k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install crypto-tax-calculator for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install crypto-tax-calculator-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Dicklesworthstone/pi_agent_rust

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tests/ext_conformance/artifacts/plugins-community/plugins/crypto/crypto-tax-calculator/.

Plugin files

tests/ext_conformance/artifacts/plugins-community/plugins/crypto/crypto-tax-calculator/
├── .claude-plugin/plugin.json
└── skills/calculating-crypto-taxes/SKILL.md

Included Skills1

calculating-crypto-taxesskills/calculating-crypto-taxes/SKILL.md

Calculate cryptocurrency tax obligations with cost basis tracking, capital gains computation, and Form 8949 generation. Use when calculating crypto taxes, generating tax reports, comparing cost basis methods, or identifying taxable events. Trigger with phrases like "calculate crypto taxes", "generate tax report", "cost basis FIFO", "capital gains", "Form 8949", or "crypto taxable events".

Plugin manifests1

tests/ext_conformance/artifacts/plugins-community/plugins/crypto/crypto-tax-calculator/.claude-plugin/plugin.json
{
  "name": "crypto-tax-calculator",
  "version": "1.0.0",
  "description": "Calculate crypto taxes with FIFO/LIFO methods and generate tax reports",
  "author": {
    "name": "Intent Solutions IO",
    "email": "[email protected]",
    "url": "https://intentsolutions.ai"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "crypto",
    "tax",
    "calculator",
    "fifo",
    "lifo",
    "capital gains"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[crypto-tax-calculator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/crypto-tax-calculator-3)