mx-search

Retrieve time-sensitive finance news via the 东方财富妙想 search API.

Updated May 19, 2026
One-click install
npx skills add https://github.com/swf2020/hello-agents --skill mx-search-swf2020
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mx-search
Source: https://github.com/swf2020/hello-agents/tree/main/Co-creation-projects/lcyting-StockSage-agent/skills/%E8%B5%84%E8%AE%AF%E6%90%9C%E7%B4%A2/mx-search
Command: npx skills add https://github.com/swf2020/hello-agents --skill mx-search-swf2020

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

Helps you quickly find relevant, time-sensitive finance information for a given question, while reducing reliance on non-authoritative or outdated sources.

Core Features & Use Cases

  • Finance news & event search: Retrieves items such as news, announcements, research reports, policies, trading rules, specific events, and impact analyses.
  • Query-to-readable results: Produces readable text summaries plus structured JSON for downstream processing.
  • API-key secured access: Uses an environment-variable API key (MX_APIKEY) to access the official 东方财富妙想 search endpoint.
  • Use Case: Ask about “贵州茅台最新研报” to obtain the latest related research report content and associated metadata.

Quick Start

Set your MX_APIKEY environment variable, then run the search with the query you care about (for example: run python ./mx_search.py "贵州茅台最新研报").

Frequently Asked Questions about mx-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve time-sensitive finance news for a specific company?

To retrieve time-sensitive finance news for a specific company, use this Skill to call the 东方财富妙想 search API with a natural-language query. It returns readable text summaries and structured JSON payloads for events and research reports.

How do I set up the MX_APIKEY to access the finance news search endpoint?

You must set the MX_APIKEY environment variable to authenticate requests to the official 东方财富妙想 search endpoint. This API key secures access to retrieve finance information, policies, and trading rules.

What types of finance information can I search for besides general news?

Beyond general finance news, you can search for market announcements, company-specific events, policy interpretations, research reports, and trading rules. The API retrieves relevant time-sensitive finance information for these various scenarios.

Do I need any specific Python packages to run the finance news search script?

Yes, you need the Python requests package installed to execute the search script. The Skill uses this dependency to call the external API and format the retrieved finance information for human reading.