gzh-subscribe

Fetch and organize daily WeChat public account posts into an HTML report.

326|43|Updated May 12, 2026
One-click install
npx skills add https://github.com/redfox-data/redfox-community --skill gzh-subscribe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gzh-subscribe
Source: https://github.com/redfox-data/redfox-community/tree/main/skills/gzh-subscribe
Command: npx skills add https://github.com/redfox-data/redfox-community --skill gzh-subscribe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes assets (resource) components.

What problem does it solve?

通过订阅最多 20 个微信公众号并自动抓取其每日发文,本技能替代繁琐的人工监控与整理。

Core Features & Use Cases

  • 公共账号订阅:最多 20 个账号,按名称订阅,按分类(竞对账号/同类账号/关注账号)在日报告中分组展示。
  • 每日定时推送与报表:每日 09:00 自动拉取最新发文并生成可打开的 HTML 日报,方便快速查看与分享。
  • 数据展示与导出:日报包含发文日期、作者、标题、简介、阅读数、点赞数及原文链接,支持跨平台查看。
  • 数据加工友好:拉取的数据可用于后续摘要改写、风格仿写等 LLM 基础处理。
  • 配置与安全:通过环境变量、配置文件或命令行参数提供 API Key;严格按权限使用。

Quick Start

配置好 API Key 后,添加订阅并执行 fetch 即可生成今日 HTML 日报。

Frequently Asked Questions about gzh-subscribe

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

FAQPage Schema
How do I automate WeChat public account monitoring for daily competitor posts?

Automating WeChat public account monitoring involves subscribing to up to 20 accounts to automatically fetch daily posts, categorizing them as competitors or peers. This replaces manual tracking by generating a scheduled HTML report at 09:00 containing titles, reads, and likes.

What data fields are included in an automated WeChat article tracking report?

An automated WeChat article tracking report includes post dates, author names, titles, summaries, read counts, like counts, and original article links. This structured data is delivered as an HTML file for cross-platform viewing and can be used for subsequent content rewriting.

Do I need an API key to fetch WeChat public account posts automatically?

Yes, you need a valid REDFOX_API_KEY to fetch WeChat public account posts automatically. You must configure this API key via environment variables, configuration files, or command-line arguments before executing the Python scripts to pull data securely.

Can I categorize subscribed WeChat accounts into different groups for reporting?

Yes, you can categorize subscribed WeChat accounts into competitors, peers, or followers. The daily HTML report groups the fetched posts by these specific categories, allowing you to quickly assess competitor content and peer updates within a single view.

What is the best way to monitor multiple WeChat public accounts without manual checking?

The best way to monitor multiple WeChat accounts without manual checking is using a Python script with the RedFox API to fetch posts from up to 20 accounts. It automatically generates a daily HTML report at 09:00, consolidating all article data for quick review.

Why does my automated WeChat subscription report show missing articles for certain accounts?

Missing articles in an automated WeChat subscription report typically occur if an account has not posted that day or if the REDFOX_API_KEY lacks proper permissions. The script fetches the latest daily posts at 09:00, so accounts with no new updates will naturally show no entries.