抓取微信公众号文章,提取标题和内容并输出为 Markdown 格式。支持多种提取方式。
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./configs/microservice/bff-service/configs/agent-skills/clawhub/wechat-article/SKILL.md通过公众号链接获取文章的标题和内容,输出为 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.mdf618458
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.