Install
openclaw skills install wechat-article抓取微信公众号文章,提取标题和内容并输出为 Markdown 格式。支持多种提取方式。
openclaw skills install wechat-article通过公众号链接获取文章的标题和内容,输出为 Markdown 格式。
python3 skills/wechat-article/scripts/wechat_article.py '<公众号文章链接>'
# 文章标题
**发布时间**: 2026-03-04
**公众号**: 某某公众号
---
文章正文内容...
按顺序尝试以下方式:
# 基本使用
python3 skills/wechat-article/scripts/wechat_article.py "https://mp.weixin.qq.com/s/xxx"
# 输出到文件
python3 skills/wechat-article/scripts/wechat_article.py "https://mp.weixin.qq.com/s/xxx" > article.md