stock

Analyzes individual stocks using quote, technical indicator, fundamental, and news MCP tools.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/meimeitou/xshare --skill stock-meimeitou
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stock
Source: https://github.com/meimeitou/xshare/tree/main/workspace/skills/stock
Command: npx skills add https://github.com/meimeitou/xshare --skill stock-meimeitou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Answering questions about a specific stock requires resolving the ticker, pulling quotes, computing technical indicators, checking fundamentals, and reading related news across multiple tools. This Skill orchestrates that entire workflow so users get a structured, comprehensive stock analysis from a single natural-language request. ## Core Features & Use Cases - Entity Resolution: Converts stock names or codes into confirmed tickers via the stock_resolve tool before any analysis. - Multi-Dimensional Analysis: Combines real-time quotes, technical indicators (MA, MACD, RSI, KDJ, BOLL, OBV, DMI), fundamentals (PE, PB, ROE, PEG, historical valuation percentile), and stock-specific news. - Structured Output: Delivers key metrics, volume-price analysis, technical interpretation, fundamental review, and a final composite assessment with a mandatory investment disclaimer. - Use Case: A user asks "分析一下比亚迪" and receives current price and valuation data, trend and support/resistance analysis, profitability trends, and recent news in one consolidated report. ## Quick Start Ask the assistant to analyze a specific stock, for example: give me a full analysis of stock 002594 including technicals and fundamentals.

Frequently Asked Questions about stock

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

FAQPage Schema
How do I analyze a stock using natural language?▼

Simply ask to analyze a stock by name or code, such as "analyze 002594". The skill resolves the ticker with stock_resolve, then calls quote, indicator, and fundamental tools to produce a structured report covering price, trend, valuation, and news.

What technical indicators are available for stock analysis?▼

Available indicators include MA, MACD, RSI, KDJ, BOLL, ATR, VOL_MA, OBV, VWAP, DMI, TREND, and NINE_TURN. Short-term analysis typically uses MA, MACD, RSI, and KDJ, while mid-term analysis adds BOLL, DMI, and OBV.

Can I get stock news through this skill?▼

Yes, stock-related news is retrieved through the dedicated stock_news tool. The skill explicitly forbids using web_search or web_fetch for news during stock analysis, so all news comes from the stock_news data source.

What happens if a stock data tool fails during analysis?▼

The failed tool is retried at most once. If it still fails, the analysis proceeds with the remaining successful tools and the output clearly states which data items are missing.

Does the stock analysis work outside trading hours?▼

Yes, the analysis uses the most recent trading day with available data returned by the tools. It does not treat early mornings, weekends, or holidays as data-unavailable conditions.