tax-tracker

Import cryptocurrency trades and calculate capital gains using FIFO, LIFO, or HIFO methods.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kayzaa/k.i.t.-bot --skill tax-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tax-tracker
Source: https://github.com/kayzaa/k.i.t.-bot/tree/main/skills/tax-tracker
Command: npx skills add https://github.com/kayzaa/k.i.t.-bot --skill tax-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccxt, pandas, openpyxl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of tracking cryptocurrency trades for tax purposes, ensuring compliance and potentially reducing tax liability.

Core Features & Use Cases

  • Automatic Trade Import: Connects to exchanges to import all trade history.
  • Capital Gains Calculation: Supports FIFO, LIFO, HIFO methods and calculates gains/losses.
  • Tax Optimization: Identifies opportunities for Tax-Loss Harvesting.
  • Report Generation: Creates tax reports in various formats (PDF, CSV) for specific jurisdictions (DE, AT, CH).
  • Use Case: Automatically track all your crypto trades throughout the year, calculate your capital gains, and generate a report for your tax advisor, ensuring you don't miss any deductions or pay more tax than necessary.

Quick Start

Use the tax-tracker skill to automatically import all trades from connected exchanges and calculate capital gains using the FIFO method.

Frequently Asked Questions about tax-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate crypto capital gains using FIFO and LIFO methods?

Crypto capital gains are calculated using FIFO, LIFO, or HIFO methods by importing trades from exchanges and matching buy and sell pairs. This automated calculation determines your gains or losses for tax reporting.

How do I import trades from crypto exchanges for tax reporting?

Import trades from crypto exchanges for tax reporting by connecting to exchange APIs. The process uses the ccxt library to automatically pull your complete trade history into pandas for capital gains processing.

Does this crypto tax tracker support tax-loss harvesting?

This crypto tax tracker supports tax-loss harvesting by identifying opportunities within your imported trade history. It analyzes your portfolio to help reduce your overall tax liability automatically.

Can I generate crypto tax reports for Germany, Austria, and Switzerland?

You can generate crypto tax reports for Germany, Austria, and Switzerland. The tracker applies jurisdiction-specific rules to calculate capital gains and outputs reports in formats like PDF and CSV.

Do I need Python and pandas to track cryptocurrency taxes?

You need Python 3 with pandas, ccxt, and openpyxl libraries to track cryptocurrency taxes. These dependencies handle exchange integration, data processing, and report generation.

What is the best way to automate crypto tax tracking across multiple exchanges?

The best way to automate crypto tax tracking across multiple exchanges is using a script that connects via APIs, imports trade history, and calculates capital gains. This ensures compliance and reduces manual errors.