rn-wechat-extract
Installation
SKILL.md
RN WeChat Extract
Extract the full text of a WeChat public account article into clean Markdown.
This skill is a source reader — it extracts and returns text. It does not summarize, rewrite, translate, or produce video.
How It Works
WeChat blocks external access to public account articles through User-Agent detection: the server checks for the MicroMessenger keyword and rejects normal browser requests.
This skill sends HTTP requests with a genuine WeChat iOS WebView User-Agent and the correct Referer header, which is sufficient to receive the full article HTML. No login, cookie, or API key is needed.
Extracts: title, author, publish time, and body text as Markdown.
Limitations:
- Images are not downloaded (WeChat uses lazy-loaded
data-src) - Some heavily JS-rendered articles may return partial content
- Rapid successive calls from the same IP may trigger CAPTCHA (wait and retry)
- Does not work on login-gated or paid articles