mirror of
https://github.com/farcasclaudiu/xtb-investment-tools.git
synced 2026-06-22 05:01:57 +03:00
Add example prompts to SKILL.md for portfolio review and wealthfolio export skills
This commit is contained in:
@@ -7,6 +7,12 @@ description: Use when analyzing XTB brokerage .xlsx exports, creating investment
|
||||
|
||||
Use this skill to run and assess XTB portfolio reviews 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.
|
||||
|
||||
## Example Prompts
|
||||
|
||||
- Use the XTB portfolio review skill to analyze `report.xlsx`, generate the HTML report, and validate cash reconciliation.
|
||||
- Review my XTB brokerage export and summarize holdings, dividends, performance, income, and risk caveats.
|
||||
- Generate the portfolio review with CSV exports and tell me whether the broker cash total reconciles.
|
||||
|
||||
## Workflow
|
||||
|
||||
1. Identify the target workbook. If the user does not name one and exactly one non-lock `.xlsx` exists in the current working directory, use it.
|
||||
|
||||
@@ -7,6 +7,12 @@ description: Use when converting XTB brokerage .xlsx exports to Wealthfolio-comp
|
||||
|
||||
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.
|
||||
|
||||
## Example Prompts
|
||||
|
||||
- Use the XTB Wealthfolio export skill to convert `report.xlsx` into a Wealthfolio-compatible CSV.
|
||||
- Validate the generated Wealthfolio CSV and check trade, dividend, tax, deposit, and withdrawal mappings.
|
||||
- Export my XTB brokerage history to Wealthfolio CSV and write the output to `results/import.csv`.
|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user