wechat-rss-collector

Collect WeChat public account articles via RSSHub and publish markdown to Feishu Docs.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tangzheng202202/hermes-skills --skill wechat-rss-collector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-rss-collector
Source: https://github.com/tangzheng202202/hermes-skills/tree/main/02-ai-agents/automation/wechat-rss-collector
Command: npx skills add https://github.com/tangzheng202202/hermes-skills --skill wechat-rss-collector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects WeChat public account articles by leveraging RSSHub mirrors, deduplicates them, renders clean Markdown, and publishes to Feishu Docs on a schedule, reducing manual monitoring and posting work.

Core Features & Use Cases

  • RSS-based ingestion: Discover and fetch latest posts from multiple WeChat accounts via RSSHub mirrors and generate stable Markdown artifacts.
  • Deduplication & archiving: Maintain a local history to avoid reprocessing already seen articles and keep organized daily outputs.
  • Feishu publishing & scheduling: Automatically upload generated content to Feishu Docs and support cron-based daily runs for consistent publishing.

Quick Start

Run the collector to fetch today's WeChat posts, generate markdown, and publish them to Feishu Docs.

Frequently Asked Questions about wechat-rss-collector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate collecting WeChat public account articles and publishing them to Feishu Docs?

You can automate WeChat article collection by fetching posts via RSSHub mirrors, rendering them as markdown, and scheduling cron-based daily uploads to Feishu Docs. This eliminates manual monitoring and posting work.

How does RSSHub work for monitoring multiple WeChat accounts?

RSSHub generates RSS feeds for WeChat public accounts, allowing the collector to discover and fetch latest posts from multiple accounts simultaneously and generate stable markdown artifacts.

Do I need Python 3.8 or higher to run the WeChat RSS collector?

Yes, you need Python 3.8+ along with the feedparser, requests, and beautifulsoup4 libraries. You also need an RSSHub mirror and Feishu app credentials to execute the collection and publishing workflow.

How do I prevent duplicate WeChat articles from being republished to Feishu Docs?

The collector maintains a local history to deduplicate already seen WeChat articles. This prevents reprocessing and ensures only new posts are rendered as markdown and published to Feishu Docs.

What happens if the RSSHub feed is unavailable during WeChat article collection?

The collector includes a built-in fallback to history when RSSHub feeds are unavailable, ensuring the scheduled cron-based daily publishing to Feishu Docs continues without interruption using previously archived data.