If you're building anything that needs Chinese stock market data, this pulls real-time quotes, sector info, and index data from Eastmoney's official API. You pass in text queries and get JSON back. Setup requires grabbing an API key from Eastmoney's skills hub and setting it as an environment variable. The skill has picked up 575 installs, which suggests people are actually using it for financial apps or trading dashboards. One thing to note is it sends your query text to Eastmoney's servers, so you're depending on their API availability and rate limits. The documentation is in Chinese, which makes sense given the data source, but might slow you down if you don't read it.
npx skills add https://github.com/meission/eastmoney --skill eastmoney_financial_data