mx_search
SKILL.md
妙想资讯搜索 Skill (mx_search)
Overview
This skill provides a safe way to query the Meixiang financial search service for news, announcements, research reports, policy documents, trading rules, specific events, impact analyses, and any other external data needed for finance‑related queries. It ensures the results come from authoritative sources and are current.
Prerequisites
- Obtain an API key from the Meixiang Skills page.
- Set the API key in the environment variable
MX_APIKEY.export MX_APIKEY="your_api_key_here" - Ensure
curlis available on the system (default on macOS).
Usage
When the user asks a finance‑related question, follow these steps:
- Construct the query string based on the user's request.
- Execute the POST request to the Meixiang endpoint:
curl -X POST \