Trade stocks, subscribe to IPOs, manage wallet, complete KYC, and access real-time market data via AI agent. 7 skills for the Leapcat platform.
A comprehensive set of 7 AI agent skills for the Leapcat platform. All commands use npx [email protected] — no global install needed, just Node.js 18+.
Login, logout, session management, token refresh, re-authentication, and trade password operations.
KYC identity verification including document upload, personal info submission, agreements, and status polling.
Browse IPO projects, estimate costs, subscribe, cancel, and monitor subscription status.
Place buy/sell stock orders (limit/market), monitor order status, and cancel pending orders.
Check balance, get deposit address, initiate withdrawals, view debt status, and fund activity history.
View portfolio overview and individual stock positions with unrealized P&L.
Real-time stock quotes, K-line charts, market indices, stock search, exchange rates, and fee schedules. No authentication required.
Check market data (no login needed):
npx [email protected] market quote --symbol 00700.HK --json
npx [email protected] market indices --json
Login to access authenticated features:
npx [email protected] auth login --email [email protected] --send-only --json
npx [email protected] auth login --email [email protected] --otp-id <id> --otp-code <code> --json
Then use any skill:
npx [email protected] wallet balance --json
npx [email protected] portfolio positions --json
npx [email protected] ipo projects --json
--json flag~/.config/leapcat/tokens.jsonnpx [email protected] auth reauth --json firstnpx [email protected] (pinned, not @latest) to prevent supply-chain drift~/.config/leapcat/tokens.json is created automatically after login; contains JWT access/refresh tokens, not user credentials