← Back to Skills Marketplace
reknottycat

Weixin Reader Oc Local

by reknottycat · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
120
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install weixin-reader-oc-local
Description
读取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时,使用此 skill 提取文章完整文字内容。此工具不需要登录即可提取微信文章,是读取微信文章的最佳方案。
Usage Guidance
This skill's code/instructions themselves are simple and consistent with extracting Weixin article text, but two things to check before installing: (1) provenance: the _meta.json embedded in the skill lists a different ownerId/slug than the registry metadata — ask the publisher to explain and correct this mismatch, as it may indicate a copy/paste or tampered package; (2) the skill relies entirely on an external tool named extract_content_from_websites to fetch page content — confirm how that tool fetches pages (does it proxy content to a third party, log URLs, or require network access?), and whether that behavior is acceptable for any sensitive URLs you might supply. If you need confidentiality, test the skill with non-sensitive links first and verify the platform/tool privacy policy.
Capability Assessment
Purpose & Capability
The skill claims to extract Weixin (mp.weixin.qq.com) article text without login and its runtime instructions only call an 'extract_content_from_websites' tool and then filter HTML — this is proportionate to the stated purpose. However, the included _meta.json has a different ownerId and slug than the registry metadata, which is an inconsistency in provenance that should be explained by the publisher.
Instruction Scope
SKILL.md is limited: it instructs using extract_content_from_websites, filtering out navigation/ads, and returning title/author/date/body. It explicitly forbids using web_fetch. There are no instructions to read local files, environment variables, or other unrelated data.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be written to disk by the skill itself during install.
Credentials
No environment variables, credentials, or config paths are requested, which is proportionate for a content-extraction helper.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent elevated privileges or self-enablement. Autonomous invocation is allowed (platform default) but not by itself a red flag.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weixin-reader-oc-local
  3. After installation, invoke the skill by name or use /weixin-reader-oc-local
  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-local. - Extracts full text, title, author, and publication date from WeChat article links. - Works with mp.weixin.qq.com URLs without requiring login. - Filters out HTML tags, navigation, and ads for clean content. - Uses extract_content_from_websites tool (not web_fetch) to ensure reliable extraction.
Metadata
Slug weixin-reader-oc-local
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Weixin Reader Oc Local?

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

How do I install Weixin Reader Oc Local?

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

Is Weixin Reader Oc Local free?

Yes, Weixin Reader Oc Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Weixin Reader Oc Local support?

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

Who created Weixin Reader Oc Local?

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

💬 Comments