--- name: portfolio-tracker description: "An investment portfolio tracker that runs entirely locally. All data stays in ~/.portfolio-tracker/." --- # Portfolio Tracker Skill An investment portfolio tracker that runs entirely locally. All data stays in `~/.portfolio-tracker/`. ## Architecture - **Data**: `~/.portfolio-tracker/data.json` (portfolios, assets, prices) - **Config**: `~/.portfolio-tracker/config.json` (API keys, wallet addresses, user profile) - **Scripts**: TypeScript CLI tools in `/scripts/`, run via `npx tsx` ## First-Time Setup Before running any script, ensure dependencies are installed: ```bash npm install --prefix /scripts ``` Replace `` with the actual installed path of this skill. ## How Scripts Work Each script is a standalone CLI tool. Run them with: ```bash npx tsx /scripts/