这个 Skill 用于阅读和用通俗的语言总结微信公众号链接的内容。
当用户提供微信公众号文章链接时,按照以下步骤执行:
确认是有效的微信公众号链接,格式如下:
https://mp.weixin.qq.com/s/xxxhttps://mp.weixin.qq.com/s?xxx使用 wechat_reader.py 工具抓取文章:
python3 scripts/wechat_reader.py "<文章链接>"
根据获取的文章内容,提供通俗内容解释:
requests(基础 HTTP 请求)playwright(浏览器模拟,更稳定)```bash
pip install requests
# 或使用浏览器模式
pip install playwright
playwright install chromium
```
python3 wechat_reader.py --no-browser 共 1 个版本