AI Agent Hub
Back to skills
WeChat Official Account Feishu Digest icon

WeChat Official Account Feishu Digest

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md to install @user_5223609c/wechat-watch.

About this skill

Problem to solve

WeChat Official Account updates are scattered, and manually opening the app, copying articles, and summarizing them interrupts a workflow. This skill targets engineers or information pipelines that need to track multiple official accounts and turns detection, fetching, summarizing, and pushing into a scheduled routine.

How it works

It deploys or checks the wechat-download-api service and obtains WeChat credentials through QR-code login. The credential usually lasts about four days, so scanning is required again after expiry. Then it can search an account by name, retrieve its fakeid, and add or remove subscriptions.

The scheduler is typically set to 10:00 and 18:00 daily, covering the previous evening to the current morning and the current morning to afternoon. check_articles.py reads articles from local cache instead of repeatedly hitting the WeChat API. When new posts are found, it fetches article content, formats a Feishu Markdown digest by account and title, and includes the original link. If a Feishu channel is available, it uses Feishu; otherwise it displays the digest in the conversation.

Limits and notes

The skill requires a usable WeChat Official Account, subscription account or service account, for QR-code login. It is suitable for personal subscriptions, team information collection, and scheduled summaries. It is not intended for real-time second-level push, bulk scraping of unrelated accounts, or bypassing WeChat rate limits. The push target is configured in the scheduled task’s delivery.to; the skill itself does not bind a fixed user.

Use Cases

  • A product ops engineer checks competitor official accounts at 10:00 and receives titles, summaries, and links.
  • A research assistant subscribes five industry accounts and gets an 18:00 Feishu digest of afternoon posts.
  • A product lead reviews updates from key accounts in Feishu without opening WeChat for each account.
  • A developer runs check_articles.py while debugging scheduled jobs and inspects the Feishu Markdown output.

Best For

  • Product or operations owners who need daily monitoring of industry or competitor official accounts.
  • Researchers compiling competitive intelligence who need scheduled digests with titles and links.
  • Engineers using Feishu as their main inbox and wanting fewer manual WeChat checks.
  • Automation engineers deploying wechat-download-api and managing subscription lists.