← Back to Skills Marketplace
supengchao

Weixin Reader

by SuperChao · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2355
Downloads
6
Stars
18
Active Installs
1
Versions
Install in OpenClaw
/install weixin-reader-oc
Description
读取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时,使用此 skill 提取文章完整文字内容。此工具不需要登录即可提取微信文章,是读取微信文章的最佳方案。
Usage Guidance
This skill appears to do what it says: extract WeChat article text. Before installing, verify the runtime environment provides the extract_content_from_websites tool (the SKILL.md requires it but the skill metadata does not declare it). Confirm that extractor tool is trusted and does not require undeclared credentials. Be aware that extracting full article text may have copyright or privacy implications, and that fetching arbitrary user-supplied URLs will cause the agent (or the extractor) to retrieve remote content — ensure you trust that behavior. If you need a skill that uses a different fetch method, ask the author to declare that dependency in the metadata or provide an alternative. If anything about the extractor or data handling is unclear, treat the skill as untrusted until clarified.
Capability Analysis
Type: OpenClaw Skill Name: weixin-reader-oc Version: 1.0.0 The weixin-reader-oc skill is designed to extract text content from WeChat Official Account articles. The SKILL.md instructions correctly guide the agent to use the extract_content_from_websites tool for parsing specific metadata (title, author, date, body) from mp.weixin.qq.com links, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's name/description match the runtime instructions: it only describes extracting full text (title, author, date, body) from mp.weixin.qq.com links. However, the SKILL.md mandates using an external tool named extract_content_from_websites (and forbids web_fetch) while the skill metadata does not declare this tool or any dependency — a minor mismatch the integrator should verify (i.e., ensure the platform provides that extractor).
Instruction Scope
Instructions are narrowly scoped to fetching and cleaning article content (strip HTML, navigation, ads) and returning title/author/date/content. They do not instruct reading unrelated files, environment variables, or sending data to unexpected endpoints. The only external action is use of the named extractor tool on a user-provided URL, which is appropriate for the purpose.
Install Mechanism
No install spec and no code files — instruction-only skill — so nothing will be written to disk or downloaded by the skill itself. This is low-risk and coherent with the described behavior.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate for a read-only web extraction task. Note: if the referenced extractor requires credentials or special capabilities, that should be declared before installation.
Persistence & Privilege
always is false and autonomous invocation is not disabled (platform default). The skill does not request permanent presence or modify system/other-skill settings; privileges requested are minimal.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weixin-reader-oc
  3. After installation, invoke the skill by name or use /weixin-reader-oc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of weixin-reader-oc skill. - Allows extraction of full text content from WeChat Official Account articles via mp.weixin.qq.com links. - Returns article title, author, publication date, and main text after filtering out irrelevant elements. - No login required; uses extract_content_from_websites tool for best compatibility. - Instructions and scenarios for use included.
Metadata
Slug weixin-reader-oc
Version 1.0.0
License
All-time Installs 19
Active Installs 18
Total Versions 1
Frequently Asked Questions

What is Weixin Reader?

读取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时,使用此 skill 提取文章完整文字内容。此工具不需要登录即可提取微信文章,是读取微信文章的最佳方案。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2355 downloads so far.

How do I install Weixin Reader?

Run "/install weixin-reader-oc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weixin Reader free?

Yes, Weixin Reader is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Weixin Reader support?

Weixin Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weixin Reader?

It is built and maintained by SuperChao (@supengchao); the current version is v1.0.0.

💬 Comments