
from wechat-article-exporter8
Docker-based tool to batch-download WeChat public account articles and export them to Markdown/HTML/Excel/JSON for research, analysis, or ML training.
Provides an automated pipeline to download and export WeChat public account (公众号) articles in multiple formats. It supports scheduled and ad-hoc downloads, bulk exports, and basic data cleaning to prepare content for knowledge bases, competitor analysis, or AI training.
Use when you need to archive or analyze WeChat content: weekly research downloads, competitive content audits, or building datasets for model fine-tuning. Triggers include commands like "下载公众号文章" or requests to export articles to Markdown/JSON/Excel.
Suited for agents that can orchestrate local processes and Docker containers, and that can manage file exports and storage (CLI-capable assistants and automation runners).
WeChat Article Exporter is a Docker-based tool for batch-downloading WeChat public account articles and exporting to Markdown/HTML/Excel/JSON. It includes 11 scripts covering deployment, downloading, AI summarization, data analysis, Obsidian sync, and health monitoring. Only 1 of 11 scripts (uninstall-auto-start.sh) ran successfully — most require Docker and a running container, which isn't available in the audit environment. The data_analyzer.py has a bug (missing Set import from typing). SKILL.md is comprehensive and well-structured with clear scenarios.
pandasopenpyxlwordcloudmatplotlibrequeststqdmWell-structured skill for a niche but real use case. Code quality is good overall with proper error handling and docstrings, but data_analyzer.py has a typing import bug. Docker dependency means scripts can't be validated without a running container. Auto-pull of latest Docker image without verification is a minor security concern.