wechat-reader

SKILL.md

微信公众号文章读取

使用方式

识别到微信公众号链接(包含 mp.weixin.qq.com)时,运行脚本读取:

# 可读文本输出
python3 {baseDir}/scripts/read_wechat.py "<url>"

# JSON 结构化输出
python3 {baseDir}/scripts/read_wechat.py "<url>" --json

输出字段

  • title:文章标题
  • author:公众号名称
  • pub_time:发布时间(Asia/Shanghai)
Installs
20
First Seen
Apr 3, 2026