Taoguba Stock Blog Digest
Paste the following prompt into your AI chat to install this skill:
Please install @user_8c7f0f65/taoguba using the guide at https://skillhub.cn/install/skillhub.md.
About this skill
Problem Addressed
When tracking a Taoguba blogger's stock views, it is easy to miss posts or lose track of updates while copying articles manually. This skill treats a specific blogger's feed as local, analyzable text, not as a real-time market API or trading signal.
How It Works
- Today's posts: choose
1. Get today's blogsafter running the tool and save toblog_YYYY-MM-DD.txt. - Latest N posts: fetch recent full-text articles for a quick review of new viewpoints.
- Incremental updates: use
crawl_history.jsonto identify already-crawled posts and save only new items toblog_new.txt. - Day-based history: with a logged-in state, retrieve the last N days of posts and save to
blog_Ndays.txt. - Cookie support: store session data in
cookies.txt; historical retrieval usually requires a valid Cookie. - Structured fields: each post includes
title,time,link,views,is_jinghua, andcontent, which supports downstream summarization or text analysis.
Boundaries
The skill covers blogger blog posts only; it does not provide real-time quotes, financial data, or order execution. Keep crawl frequency modest to avoid platform rate limits. Treat Cookies as personal credentials and do not commit or share them. Some features may fail if the target user is not logged in, the interface changes, or the Cookie expires.
Use Cases
- After market close, crawl a specified Taoguba blogger's today posts and save them locally for review.
- Run incremental subscription to fetch only new posts and avoid reprocessing old articles.
- With a Cookie, retrieve the last 7 days of posts and build a searchable local text corpus.
- Export the latest N full-text posts for extracting trade logic or stock-view signals.
Best For
- Quant researchers tracking Taoguba bloggers who need structured local archives of post content.
- Finance editors writing stock-view digests who need incremental fetching to avoid duplicate articles.
- Independent developers building stock text corpora who need user-level blog crawling and file export.
- Investment research assistants with Cookies who need to compile recent N-day posts for review.
Related Skills
Scrapes JD search results for product titles, prices, sales, and stores, then exports verified data to UTF-8 CSV.
An A-share market monitor using Sina Finance API for real-time quotes, price and percentage alerts, daily logging, and scheduled checks.
Turn pasted or queried Xiaohongshu notes into a research memo covering title patterns, structure, quoted comments, and follow-up angles; public lookups are optional and confirmed before paid execution.
A universal base component that automatically launches the Edge browser and connects the BrowserSkill extension, ensuring readiness for web scraping and browser automation tasks.