mx-zixuan

Manage Oriental Fortune self-select stock lists via natural-language queries and add/delete actions.

Updated May 19, 2026
One-click install
npx skills add https://github.com/swf2020/hello-agents --skill mx-zixuan-swf2020
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mx-zixuan
Source: https://github.com/swf2020/hello-agents/tree/main/Co-creation-projects/lcyting-StockSage-agent/skills/%E8%87%AA%E9%80%89%E8%82%A1%E7%AE%A1%E7%90%86/mx-zixuan
Command: npx skills add https://github.com/swf2020/hello-agents --skill mx-zixuan-swf2020

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

该 Skill 解决了用户在东方财富通行证中手动查询、自选股增删操作耗时且容易出错的问题。

Core Features & Use Cases

  • 自然语言查询自选股:通过自然语言获取你账户下的自选股列表,并输出可读表格与结构化文件。
  • 自选股添加与删除:将指定股票名称或代码添加到自选,或从自选中删除。
  • 数据可追溯输出:将查询结果保存为 CSV(便于表格分析)以及原始 JSON(便于二次开发与排查)。

Use Case:当你想每天检查自选股变动、快速把新关注股票加入自选并清理不再关注的标的时,可直接用自然语言完成查询、添加、删除,并自动生成对账文件。

Quick Start

使用该 skill 让它“查询我的自选股列表”,即可返回自选股结果并自动保存 CSV 与原始 JSON。

Frequently Asked Questions about mx-zixuan

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

FAQPage Schema
How do I manage my Oriental Fortune self-select stocks using natural language?

You can manage Oriental Fortune self-select stocks by issuing natural language queries to add, delete, or list holdings. The Skill processes these commands via an API integration and returns human-readable tables alongside persisted CSV and JSON files.

Can I add or remove stocks from my portfolio by name or code?

Yes, you can add or remove stocks from your portfolio by specifying either the stock name or ticker code. The Skill translates your natural language input into API calls to securely update your Oriental Fortune self-select list.

Do I need an API key to query my self-select stock list?

Yes, you need an MX_APIKEY to authenticate the API integration. This key securely authorizes the requests to query your Oriental Fortune self-select endpoints and manage your portfolio.

What output formats are generated when checking my self-select stock holdings?

Querying your self-select stock holdings generates both CSV and JSON outputs. The CSV file enables spreadsheet-based analysis and reconciliation, while the raw JSON file facilitates secondary development and troubleshooting.

How does natural language query improve portfolio maintenance workflows?

Natural language query streamlines portfolio maintenance by replacing manual interface clicks with conversational commands for listing, adding, and deleting stocks. This reduces manual operation time and minimizes errors during daily portfolio reviews.

Are there limitations when using requests for Oriental Fortune API integration?

The Skill relies on the requests library for Oriental Fortune API integration, meaning functionality is constrained by the API's endpoint capabilities and the validity of your MX_APIKEY for secure self-select stock management.