leapcat-portfolio
Original:🇺🇸 English
Translated
View portfolio overview and stock positions on Leapcat via the leapcat CLI.
14installs
Added on
NPX Install
npx skill4agent add leapcat-ai/leapcat-skills leapcat-portfolioTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →LeapCat Portfolio Skill
View portfolio overview and stock positions using the leapcat. These are read-only commands for checking the user's current holdings and performance.
Prerequisites
- Node.js 18+ is required (commands use which auto-downloads the CLI)
npx leapcat@latest - User must be authenticated — run first
npx leapcat@latest auth login --email <email>
Commands
portfolio overview
Get a high-level summary of the user's portfolio including total value, profit/loss, and asset allocation.
bash
npx leapcat@latest portfolio overview --jsonportfolio positions
List all current stock positions with details such as symbol, quantity, average cost, current price, and unrealized P&L.
bash
npx leapcat@latest portfolio positions --jsonWorkflow
- Check portfolio overview — Run to get a summary of total portfolio value and performance.
portfolio overview --json - View positions — Run to see individual stock holdings and their current status.
portfolio positions --json - Cross-reference with market data — Use to get real-time prices for specific positions.
market quote --symbol <symbol> --exchange <exchange> --json
Error Handling
| Error | Cause | Resolution |
|---|---|---|
| Session expired | Re-authenticate with |
| Auth token has expired | Run |