← 返回
数据分析 Key

Mx Search

Retrieve timely, authoritative financial news, announcements, research reports, policies, and other finance‑related information using the Meixiang (妙想) searc...
Retrieve timely, authoritative financial news, announcements, research reports, policies, and other finance‑related information using the Meixiang (妙想) searc...
xpmars
数据分析 clawhub v1.0.0 1 版本 99723 Key: 需要
★ 0
Stars
📥 1,800
下载
💾 65
安装
1
版本
#latest

概述

妙想资讯搜索 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.

```bash

export MX_APIKEY="your_api_key_here"

```

  1. 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:

```bash

curl -X POST \

--location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search' \

--header 'Content-Type: application/json' \

--header "apikey:${MX_APIKEY}" \

--data '{"query":""}'

```

  1. Parse the JSON response. Important fields include:
    • title: concise headline of the information.
    • secuList: list of related securities (code, name, type).
    • trunk: main text or structured data block.
  2. Present the information to the user in a readable format, optionally highlighting the securities involved.

Example

User query: "立讯精密的资讯"

Command executed:

curl -X POST --location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search' \
  --header 'Content-Type: application/json' \
  --header 'apikey:${MX_APIKEY}' \
  --data '{"query":"立讯精密的资讯"}'

Sample response excerpt:

{
  "title": "立讯精密最新研报",
  "secuList": [{"secuCode":"002475","secuName":"立讯精密","secuType":"股票"}],
  "trunk": "...report content..."
}

Formatted reply to user:

  • 标题: 立讯精密最新研报
  • 关联证券: 002475 立讯精密 (股票)
  • 内容摘要: ... (provide concise summary from trunk)

Saving Results (optional)

If the user wants to keep the result, you can save the raw JSON to a file in the current work directory:

curl ... > mx_search_result.json

Then inform the user of the file path.

When Not to Use

Do not use this skill for non‑financial queries, or when the user explicitly asks for opinion‑based answers without needing source data.

References

  • Meixiang API documentation (internal).
  • Example queries table (see above).

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-18 20:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,917
ai-intelligence

Mx Data

xpmars
基于东方财富权威数据库及实时行情数据的金融数据查询 Skill,支持行情、财务、关系与经营类信息的自然语言查询,避免模型使用过时或不准确的金融数据。
★ 3 📥 2,201
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,745