mx-zixuan

Manages and queries WeChat self-select stock holdings via natural language Miyao API requests.

1|1|Updated May 5, 2026
One-click install
npx skills add https://github.com/Ewan-yu/skill-repo --skill mx-zixuan-ewan-yu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mx-zixuan
Source: https://github.com/Ewan-yu/skill-repo/tree/main/skills/mx-zixuan
Command: npx skills add https://github.com/Ewan-yu/skill-repo --skill mx-zixuan-ewan-yu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

它解决了在东方财富妙想/东方财富通行证体系下,手动查询、添加和删除自选股信息效率低、过程繁琐的问题。

Core Features & Use Cases

  • Natural-language query:用自然语言查询“我的自选股列表”,并把结果以表格形式展示,同时导出 CSV 与原始 JSON 以便二次分析。
  • Add/remove in one step:通过指令将股票名称或 6 位代码加入或从自选股列表移除,适合日常自选维护。
  • API-based wallet operations:基于妙想官方接口完成“查询/管理”两类请求,并在无数据或错误场景下给出可读提示。

适用场景示例:你想快速查看“我最近关注的持仓/自选清单”,并把“贵州茅台”加入自选,再把不想要的“万科A”从自选中删除,同时保留可审计的 CSV/JSON 输出。

Quick Start

Ask your AI to query and export your自选股 list, using the skill’s instruction: “查询我的自选股列表”,并确保已在环境变量中设置 MX_APIKEY。

Frequently Asked Questions about mx-zixuan

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

FAQPage Schema
How do I query my 东方财富 self-select stock watchlist using natural language?

To query your 东方财富 self-select stock watchlist, you can issue a natural language instruction like "查询我的自选股列表". The skill processes this via the 妙想 API, returning your current watchlist in a table format alongside CSV and raw JSON file exports.

Can I add or remove specific stocks from my 东方财富 watchlist via API?

Yes, you can add or remove stocks from your 东方财富 watchlist by providing their stock names or 6-digit codes. The skill executes these add or delete actions through the 妙想 manage endpoints, allowing for efficient daily watchlist maintenance.

Do I need an API key to manage my 东方财富 finance data with this skill?

Yes, you need to set the MX_APIKEY environment variable to manage your 东方财富 finance data. This API key is required for authenticating the POST requests sent to the 妙想 self-select API endpoints to retrieve or modify your watchlist.

What output formats are supported when retrieving finance data from my self-select list?

When retrieving finance data from your self-select list, the skill outputs both CSV and raw JSON artifacts to your configured workspace directory. The CSV format enables spreadsheet analysis, while the raw JSON artifact supports secondary programmatic data processing.

What happens when a watchlist API request returns no data or an error?

When a watchlist API request returns no data or encounters an error, the skill provides human-readable error prompts. This ensures you receive clear feedback regarding the state of your 东方财富 self-select stock management operations instead of silent failures.

How do I export my stock watchlist to CSV for secondary analysis?

You can export your stock watchlist to CSV by asking your AI to query your self-select list. The skill automatically generates a CSV file containing your finance data, saving it to your workspace directory alongside a raw JSON file for auditing and secondary analysis.