wechat-article
抓取微信公众号文章,提取标题和内容并输出为 Markdown 格式。支持多种提取方式。
Why use this skill?
Easily convert WeChat Official Account articles into clean Markdown with the OpenClaw wechat-article skill. Perfect for archiving and research.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/haweiyu/wechat-articleWhat This Skill Does
The wechat-article skill is a specialized OpenClaw agent tool designed to bridge the gap between WeChat's closed ecosystem and your local environment. It takes a raw URL of a WeChat official account article, parses the HTML structure, and converts the content into clean, readable Markdown. By leveraging multiple extraction strategies—ranging from the highly effective r.jina.ai service to direct web fetching and browser automation—this skill ensures you can save, summarize, or archive WeChat content effortlessly. It extracts critical metadata such as the article title, publication date, and the official account name, maintaining a consistent structure for your knowledge base.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/haweiyu/wechat-article
Ensure that your OpenClaw environment is properly configured and that you have the necessary network permissions to allow the tool to reach external article links.
Use Cases
This skill is perfect for researchers, students, and content creators. If you are tracking industry news published on WeChat, you can use this skill to pipe content directly into your Obsidian, Notion, or other Markdown-based personal knowledge management (PKM) systems. It is also invaluable for developers who need to perform text analysis or sentiment mining on WeChat articles without manually copying and pasting text. Additionally, journalists can use it to archive evidence or data-heavy reports found within official account posts.
Example Prompts
- "Grab the content from this WeChat article [URL] and save it to a file named research_notes.md so I can analyze it later."
- "Can you fetch the text from this WeChat post [URL] and summarize the main points in bullet points for me?"
- "Fetch the article at [URL] and append it to my reading list archive file using the standard Markdown format provided by the wechat-article tool."
Tips & Limitations
Due to WeChat's aggressive anti-scraping measures, some articles—especially those behind paywalls or requiring specific regional access—might prove difficult to parse. The tool defaults to r.jina.ai as the primary method because it is the most robust; if you encounter errors, verify your internet connection. Note that if an article triggers a Captcha challenge during the web-fetch process, the automated scripts may fail. Always check the output file to ensure formatting is correct, as complex multimedia elements like videos or embedded scripts are generally stripped out during the conversion to Markdown.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-haweiyu-wechat-article": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write