What problem does it solve?
This Skill helps you manage a simulated A-share trading account by turning natural-language requests into authenticated API calls for positions, funds, orders, executions, and buy/sell/cancel actions.
Core Features & Use Cases
- Simulated portfolio operations: Query current holdings, available cash/total assets, and order history; execute buy/sell (limit or market) and cancel orders.
- Intent-based execution: Detect whether your request is for holdings, funds, orders, trading, or cancellation, then call the correct backend endpoint and save raw JSON results.
- Safety guardrails: Emphasizes simulation-only usage, requires MX_APIKEY/MX_API_URL, validates key input constraints like A-share 6-digit stock codes and 100-share lot sizes, and prevents malformed requests.
Quick Start
Ask the assistant: “Use mx-moni to query my simulated account’s available funds and total assets.”