xtb-wealthfolio-export

Installation
SKILL.md

XTB Wealthfolio Export

Use this skill to create and validate Wealthfolio CSV files from XTB Cash Operations data from a copied skill folder. The skill bundles the required Python tools in scripts/, so it can run without the original repository as long as Python dependencies are installed.

Workflow

  1. Identify the target workbook. If omitted and exactly one non-lock .xlsx exists in the current working directory, the exporter can auto-detect it.
  2. Ensure dependencies are available: <skill-folder>/scripts/setup-env.sh
  3. Validate the bundled tools: <skill-folder>/scripts/validate-export.sh
  4. Create the Wealthfolio CSV from the directory where outputs should be written: <skill-folder>/scripts/export-wealthfolio.sh <report.xlsx>
  5. If the user needs a custom path, run: <skill-folder>/scripts/export-wealthfolio.sh <report.xlsx> -o <output.csv>
  6. Inspect the generated CSV header and a sample of rows before saying it is import-ready.
  7. If row classification looks suspicious, read references/wealthfolio-csv.md and compare activity mappings.

Bundled Tools

Installs
4
First Seen
Today
xtb-wealthfolio-export — farcasclaudiu/xtb-investment-tools