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

  1. Obtain an API key from the Meixiang Skills page.
  2. Set the API key in the environment variable MX_APIKEY.
    export MX_APIKEY="your_api_key_here"
    
  3. Ensure curl is available on the system (default on macOS).

Usage

When the user asks a finance‑related question, follow these steps:

  1. Construct the query string based on the user's request.
  2. Execute the POST request to the Meixiang endpoint:
    curl -X POST \
    
Installs
42
First Seen
Apr 2, 2026