Install
openclaw skills install @ssidharhubble/crypto-tax-calculatorCalculate crypto capital gains and losses using FIFO cost-basis accounting from a CSV of buy/sell transactions across BTC, ETH, SOL, and any other tracked asset. Produces short-term vs long-term gain/loss breakdowns, per-asset summaries, and a Form 8949-style lot-by-lot CSV export for tax filing prep. Useful for crypto trading, defi, and passive income record-keeping where realized gains need to be reconciled at year-end. Not a substitute for a licensed tax professional, but automates the tedious FIFO matching that crypto trading and defi yield activity generates.
openclaw skills install @ssidharhubble/crypto-tax-calculatorTurns a CSV of crypto buy/sell transactions into a FIFO-matched capital gains report — the same accounting method the IRS defaults to when no other method is elected.
date,type,asset,quantity,price_usd,fee_usd (see
scripts/tax_calc.py docstring for the exact format and an example).python3 scripts/tax_calc.py transactions.csv --year 2025 --out report.csv
report.csv for the full lot-by-lot breakdown.