{
  "name": "leapcat-skills",
  "version": "0.1.0",
  "description": "AI agent skills for Leapcat — stock trading, IPO, wallet, KYC, and market data via CLI",
  "skills": [
    {
      "id": "leapcat-auth",
      "name": "Leapcat Authentication",
      "description": "Login, logout, token management, and trade password for the Leapcat platform",
      "path": "skills/leapcat-auth/SKILL.md"
    },
    {
      "id": "leapcat-kyc",
      "name": "Leapcat KYC Verification",
      "description": "Complete KYC identity verification including document upload and personal info submission",
      "path": "skills/leapcat-kyc/SKILL.md"
    },
    {
      "id": "leapcat-ipo",
      "name": "Leapcat IPO Subscription",
      "description": "Browse IPO projects, estimate costs, subscribe, and manage subscriptions",
      "path": "skills/leapcat-ipo/SKILL.md"
    },
    {
      "id": "leapcat-trading",
      "name": "Leapcat Stock Trading",
      "description": "Place, cancel, and monitor stock trading orders",
      "path": "skills/leapcat-trading/SKILL.md"
    },
    {
      "id": "leapcat-wallet",
      "name": "Leapcat Wallet",
      "description": "Check balance, deposit, withdraw, and view fund activities",
      "path": "skills/leapcat-wallet/SKILL.md"
    },
    {
      "id": "leapcat-portfolio",
      "name": "Leapcat Portfolio",
      "description": "View portfolio overview and stock positions",
      "path": "skills/leapcat-portfolio/SKILL.md"
    },
    {
      "id": "leapcat-market",
      "name": "Leapcat Market Data",
      "description": "Real-time quotes, K-line charts, stock search, indices, and platform config",
      "path": "skills/leapcat-market/SKILL.md"
    }
  ]
}
