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:
- Use the
marketQuotestool with the exact ticker to get the current price and quote timestamp (plus 52-week high/low when returned). Fall back todriven quote.quote symbol=<SYMBOL>only if the first-class tool is unavailable. - Use
driven social.symbol-feed symbol=<SYMBOL> platform=xqas the primary post stream (the provider normalizes native symbol forms such asSH600519,00700,AAPL). Supplement withdriven 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 noORoperator, so run separate calls per keyword instead of combining alternatives in one query. - Posts come back as
data.items[]withcreatedAt,text,author.handle,likeCount,commentCount, andurl. Filter bycreatedAtto a default window of the last 14 days, paginating vianextCursorif the first page is insufficient, and record the actual capture window (earliest and latest post dates) for display in the report.
- Use the
- Data Requirements: If the stock has a specific hot theme (e.g., buybacks, a new product line, overseas expansion), narrow the stream