← Back to list
crypto-tax-export Checked
Export trade history and tax calculations in formats compatible with Koinly, CoinTracker, CoinLed…
8.5Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "crypto-tax-export" skill by following the instructions at https://skill123.me/install/crypto-tax-export.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/crypto-tax-export.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 15 KBAbout this skill
Overview
Export trade history and tax calculations in formats compatible with Koinly, CoinTracker, CoinLedger, TokenTax, and IRS Form 8949
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/crypto-tax-export
Score breakdown
Trigger
6.5
Description states What (export trade history and tax calcs in named software/IRS-compatible formats) with strong keyword coverage (Koinly, CoinTracker, Form 8949); no when/when-not; Related Skills section provides routing.
Structure
8.7
267-line SKILL.md, one reference, one script; Files table maps roles; minor: demo_*.csv output samples live at package root rather than assets/.
Workflow
8.0
Task-oriented: format specs, classification rules, runnable export and reconciliation functions, --demo mode; reconciliation (matched/missing/mismatched with tolerance) is a genuine verification loop; use cases ground the workflow.
Content
9.0
Precise column-level specs and code with docstrings; classification rules are stated as rules, appropriately hedged with jurisdiction caveats.
Engineering
10.0
Valid frontmatter (name, description, plus license/metadata extras); script has shebang, demo mode, dependency-free stdlib csv usage; all referenced paths exist.
Security
10.0
6.0 manifest: data reads none; side effects limited to writing CSVs to user-specified paths (declared); network none; credentials none; persistence none. Capabilities match declared scope. Tax disclaimer present. No injection, no destructive commands.
Tax-export formatting skill: exact CSV column specs for Koinly/CoinTracker/CoinLedger/TokenTax/TurboTax plus IRS Form 8949 Parts I/II column mapping, Solana tx classification rules (multi-hop, LP, staking, airdrops, failed txs), four cost-basis methods, and a reconciliation workflow with tolerance matching. Prominent not-tax-advice disclaimer with consult-a-professional guidance - good compliance posture. Deductions: three demo CSV files sit in the package root instead of assets/; description lacks when/when-not. 6.0 manifest: no network at all; file writes limited to user-specified CSV output paths (declared core function); no credential access, no persistence; capabilities match declared scope.
