mx_selfselect

Manage Eastmoney self-selected stock lists via API commands.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill mx-selfselect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mx_selfselect
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/mx_selfselect
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill mx-selfselect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a simple interface to manage a user's Eastmoney (东方财富) self-selected stocks so users can quickly query, add, or remove securities without visiting the web portal.

Core Features & Use Cases

  • Query Watchlist: Retrieve the full list of self-selected stocks with latest prices and change percentages.
  • Add / Remove Stocks: Send natural-language or CLI commands to add or remove symbols from the Eastmoney self-select list via API.
  • Use Case: An investor asks for their current watchlist, adds a target like 贵州茅台, or removes a holding and receives a formatted summary of results.

Quick Start

Ask the assistant to query your Eastmoney watchlist by saying 查询我的自选股列表.

Frequently Asked Questions about mx_selfselect

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

FAQPage Schema
How do I manage my Eastmoney self-selected stocks without logging into the web portal?

You can manage Eastmoney self-selected stocks by sending CLI or natural-language commands to query, add, or remove securities from your watchlist via API-backed scripts, bypassing the web portal.

How do I add or remove stocks from my Eastmoney watchlist using CLI?

To add or remove stocks from your Eastmoney watchlist, issue a command specifying the target symbol like 贵州茅台. The script sends a POST request to the mkapi2.dfcfs.com endpoint to update your list.

Do I need an API key to query my Eastmoney watchlist?

Yes, querying your Eastmoney watchlist requires an MX_APIKEY environment variable. This key authenticates the POST requests sent to the mkapi2.dfcfs.com endpoints for get and manage operations.

What information is included when I query my Eastmoney watchlist?

Querying your Eastmoney watchlist retrieves the full list of self-selected stocks along with their latest prices and change percentages, returning a formatted summary of your current holdings.

Can I use natural language to update my Eastmoney self-select list?

Yes, you can send natural-language commands to add or remove symbols from your Eastmoney self-select list. The assistant processes these commands and executes the API-backed manage operations.

What happens if the MX_APIKEY environment variable is not set for watchlist management?

Without the MX_APIKEY environment variable, the scripts cannot authenticate POST requests to the mkapi2.dfcfs.com endpoints, causing watchlist query, add, and remove operations to fail.