Install
openclaw skills install wechat-article-fetcher抓取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时自动触发,将文章内容提取为可读文本。无需API密钥。
openclaw skills install wechat-article-fetcher用户消息中包含 mp.weixin.qq.com 链接时,自动使用此技能抓取文章内容。
curl -s "https://down.mptext.top/api/public/v1/download?url=<URL_ENCODED_LINK>&format=markdown"
| 参数 | 说明 |
|---|---|
| url | 文章链接(需URL编码) |
| format | 输出格式:html / markdown / text / json(默认html) |