mx_select_stock
Installation
SKILL.md
妙想智能选股 Skill (mx_select_stock)
Overview
This skill enables safe, up‑to‑date stock screening using the Meixiang (妙想) stock‑screening service. It supports custom filters on market, financial indicators, and sector/category constraints, returning a full data table (CSV) with Chinese column headers and a supplemental description file.
Prerequisites
- Obtain an API key from the Meixiang Skills page.
- Export the key to the environment variable
MX_APIKEY:export MX_APIKEY="your_api_key_here" - Ensure
curlis installed (standard on macOS).