Leapcat Skills
/install leapcat
Leapcat Skills
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+.
Available Skills
leapcat-auth
Login, logout, session management, token refresh, re-authentication, and trade password operations.
leapcat-kyc
KYC identity verification including document upload, personal info submission, agreements, and status polling.
leapcat-ipo
Browse IPO projects, estimate costs, subscribe, cancel, and monitor subscription status.
leapcat-trading
Place buy/sell stock orders (limit/market), monitor order status, and cancel pending orders.
leapcat-wallet
Check balance, get deposit address, initiate withdrawals, view debt status, and fund activity history.
leapcat-portfolio
View portfolio overview and individual stock positions with unrealized P&L.
leapcat-market
Real-time stock quotes, K-line charts, market indices, stock search, exchange rates, and fee schedules. No authentication required.
Quick Start
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 \x3Cid> --otp-code \x3Ccode> --json
Then use any skill:
npx [email protected] wallet balance --json
npx [email protected] portfolio positions --json
npx [email protected] ipo projects --json
Notes
- All commands output JSON when using the
--jsonflag - Session tokens are stored locally at
~/.config/leapcat/tokens.json - Access tokens auto-refresh; re-login only needed after 30 days of inactivity
- For sensitive operations (withdrawals), run
npx [email protected] auth reauth --jsonfirst
Security & Provenance
- Source code: github.com/leapcat-ai/leapcat-skills
- npm package: npmjs.com/package/leapcat
- Version pinned: All commands use
npx [email protected](pinned, not @latest) to prevent supply-chain drift - Token storage:
~/.config/leapcat/tokens.jsonis created automatically after login; contains JWT access/refresh tokens, not user credentials - KYC documents: Only uploaded when the user explicitly provides file paths; the CLI does not scan or access local files automatically
- No env vars required: Authentication is handled via email OTP, no API keys needed
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install leapcat - 安装完成后,直接呼叫该 Skill 的名称或使用
/leapcat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Leapcat Skills 是什么?
Trade stocks, subscribe to IPOs, manage wallet, complete KYC, and access real-time market data via AI agent. 7 skills for the Leapcat platform. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Leapcat Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install leapcat」即可一键安装,无需额外配置。
Leapcat Skills 是免费的吗?
是的,Leapcat Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Leapcat Skills 支持哪些平台?
Leapcat Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Leapcat Skills?
由 raymondxu813-finance(@raymondxu813-finance)开发并维护,当前版本 v0.1.1。