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