WeChat Official Account Link Crawler
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md to install @user_2b46b0cf/wx-gzh-link.
About this skill
Problem
When archiving links, reviewing operations, or monitoring competitors, you often need a bulk list of articles from one WeChat Official Account without copying titles and URLs by hand. This skill focuses on that single-account case and only collects list metadata from mp.weixin.qq.com: title, digest, publish_time, link, cover_url, and related fields. It does not open article pages or extract body content.
How It Works
The bundled script, scripts/fetch_gzh_links.py, queries the official-account backend list API and paginates in 5-article batches. A default run saves up to 100 articles. You can use --max-articles 5 for a single-page test or --max-articles 0 for a best-effort full-history crawl. For repeated runs, prefer date filters such as --after-date, --since-date, and --until-date to fetch only new or range-bounded items. Output is CSV by default, encoded as utf-8-sig for Excel compatibility; add --format json for JSON output.
Limits And Caveats
You must prepare a valid mp.weixin.qq.com session, token, and Cookie before running. Responses such as ret=200003, ret=200013, or invalid session errors usually mean the credentials expired. The skill does not guarantee access to every historical article, because the backend may rate-limit, stop returning items, or hide older content under certain session states. It also does not fetch article bodies unless the skill is explicitly extended.
Use Cases
- Ops teams export a competitor account's recent article titles and links for dated review.
- Data engineers batch-export historical article links to CSV before preparing trend-analysis samples.
- Content analysts check for new posts and fetch only links after the previous crawl date.
- Researchers collect titles, digests, cover URLs, and article links from a known account by fakeid.
Best For
- Operations staff who need periodic competitor article-link exports with publish times.
- Data analysts who want Official Account article metadata in CSV for further analysis.
- Content researchers who need date-bounded new-post checks without manually copying links.
- Automation engineers who call the skill locally to export list data by fakeid.
Related Skills
Batch-classify pasted text or CSV rows with preset and custom templates, outputting structured labels and confidence scores for data organization and annotation workflows.
Analyzes product VOC and brand reputation events across public news, community, and social pages, delivering Markdown, Excel, and optional HTML reports.
Reads Excel/CSV files, cleans and analyzes them, then generates a charted Excel summary and interactive HTML dashboard.
Performs local, paragraph-level cross-document similarity checks and produces an HTML report with revision suggestions.