Use when the user says "fetch investments", "fetch ibkr", "fetch interactive brokers", "pull portfolio", "fetch brokerage", "snapshot ibkr", or any portfolio-snapshot equivalent — and as the best-effort IBKR step inside daily-run. The connector authenticates only in interactive sessions, so unattended runs typically skip it with a warning. Ingests the IBKR connector's trade history into the trades ledger on a user-mapped account (so it stops needing trade screenshots), plus a positions snapshot used for reconciliation + new-user bootstrap. Skips gracefully — best-effort, like a failed bank source — when the connector isn't connected.
$npx -y skills add ya5huk/findash --skill fetch-investmentsInstalls into the current project.
Run `npx skills use "https://github.com/ya5huk/findash" --skill "ya5huk/findash/fetch-investments"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ya5huk/findash" that are relevant to the current task. Run `npx skills add "https://github.com/ya5huk/findash"` and select the relevant skills, then follow their instructions.