Install
openclaw skills install @ricknote/weixin-article-readerExtract the title, author, publish date, and full body text from Weixin official account article links on mp.weixin.qq.com. Use this skill when a user wants the full article text or needs the content extracted before summarization.
openclaw skills install @ricknote/weixin-article-readerUse this skill when the user provides a mp.weixin.qq.com article URL and wants the raw article text, or when article content must be extracted before summarization.
Prefer the bundled script:
python3 scripts/extract_wechat_article.py "https://mp.weixin.qq.com/s/xxxx"
If the current working directory is not the skill root, first locate the installed weixin-article-reader skill directory and run scripts/extract_wechat_article.py from there.
The script returns JSON with:
titleauthorpublish_datecontentsource_urlmp.weixin.qq.com article URL.content is non-empty, then summarize it.content and include the title plus source URL.publish_date is empty, do not invent a date. State that the page did not expose a publish date in a reliably parsed form.pip install.beautifulsoup4 or requests.mp.weixin.qq.com article pages. If the URL is from another domain, say the skill does not apply.