skills/skills.volces.com/mx_select_stock

mx_select_stock

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

  1. Obtain an API key from the Meixiang Skills page.
  2. Export the key to the environment variable MX_APIKEY:
    export MX_APIKEY="your_api_key_here"
    
  3. Ensure curl is installed (standard on macOS).

Usage Steps

  1. Formulate the query – translate the user’s natural‑language request into a JSON payload containing at least:
    • keyword – the screening condition (e.g., "今日涨幅2%的股票")
    • pageNo – page number (default 1)
    • pageSize – number of rows per page (max 100, adjust as needed)
  2. Execute the POST request:
Installs
35
First Seen
Apr 2, 2026