xueqiu-sentiment-report

Analyze and visualize retail sentiment of a stock on Xueqiu. TRIGGER when: user asks to summarize Xueqiu sentiment, retail views, or public opinion on a specific ticker.

Company analysis

Creator

zway

Created time

Jul 15, 2026

Last update

Aug 17, 2026

Version

V4

Usage

12 Installs · 41 Runs

How it works

Xueqiu Sentiment Deep-Dive & Bull/Bear Report Generator (xueqiu-sentiment-report)

This skill performs deep clustering and summarization of Xueqiu retail sentiment, hot discussion topics, and key bull/bear divisions for a given stock, then auto-generates a polished, Driven-style light-themed HTML interactive report.

Detailed Execution Steps

Step 1: Fetch Latest Quote & Xueqiu Discussion

  • Actions:
    1. Use the marketQuotes tool with the exact ticker to get the current price and quote timestamp (plus 52-week high/low when returned). Fall back to driven quote.quote symbol=<SYMBOL> only if the first-class tool is unavailable.
    2. Use driven social.symbol-feed symbol=<SYMBOL> platform=xq as the primary post stream (the provider normalizes native symbol forms such as SH600519, 00700, AAPL). Supplement with driven social.search platform=xq query="<stock name>" to catch posts mentioning the company name without the ticker. Search terms are whitespace-split AND matches; there is no OR operator, so run separate calls per keyword instead of combining alternatives in one query.
    3. Posts come back as data.items[] with createdAt, text, author.handle, likeCount, commentCount, and url. Filter by createdAt to a default window of the last 14 days, paginating via nextCursor if the first page is insufficient, and record the actual capture window (earliest and latest post dates) for display in the report.
  • Data Requirements: If the stock has a specific hot theme (e.g., buybacks, a new product line, overseas expansion), narrow the stream