Xueqiu Influencer Post Tracking
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_80716c48/xueqiubigv.
About this skill
Problem It Solves
Xueqiu user posts are scattered across personal timelines, so manual browsing misses important points and makes it hard to trace or compare views over time. This skill turns “tracking a user” into an engineering workflow: resolve the user_id, fetch statuses/user_timeline.json by date window, then deduplicate, filter, score, and archive posts into auditable files.
How It Works and Boundaries
The main flow is:
- Resolve user ID: parse it from xueqiu.com/u/..., or locate the display name via search when needed.
- Lightweight fetch: prefer direct JSON access with requests or WebFetch, paging through results and applying a date window.
- Pipeline processing: use standard-library scripts for deduplication, low-value filtering, near-duplicate detection, and quality scoring.
- Outputs: generate files such as 总表.csv, 候选全集.csv, 剔除明细.csv, and 质量检查.txt, plus generated summaries of viewpoints and disputed points.
The default is full-timeline mode, ranking by quality score; --company enables company-filter mode, keeping only posts that mention the target company. It fits weekly investor tracking, opinion-drift detection, and methodology mining. Caveats: WAF blocks may require a login cookie or a heavier CDP fallback; it is for timeline recall, not real-time trading signals, and it does not replace source verification.
Use Cases
- Track 3 Xueqiu investors weekly and export a scored CSV summary.
- Fetch a user's posts for N days, remove near duplicates, and prepare weekly notes.
- Filter posts mentioning Tencent to monitor the user's stance on that stock.
- Archive methodology posts from multiple Xueqiu users for investment review.
Best For
- Individual A-share investors who need to archive Xueqiu influencer views regularly.
- Analysts tracking weekly investment views and comparing multiple sources.
- Researchers following AI investment-research methods from specific Xueqiu users.
- Data engineers converting unstructured posts into scored, checked files.
Related Skills
Provides Bazi, Liu Yao, Qimen, Meihua, and date-selection guidance from classical references, with plain-language explanations and actionable suggestions.
A fast CLI for summarizing URLs, local files, and YouTube links with multi-model support, length control, and JSON output.
Automatically classifies ideas and saves them as tagged, structured Markdown notes in a desktop inspiration library.
Manages Baidu NetDisk files under /apps/bdpan/, including uploads, downloads, sharing, search, and limited agent memory backup/restore.