WeChat Article Reader
PassAudited by ClawScan on May 10, 2026.
Overview
This instruction-only skill is narrowly scoped to opening user-provided WeChat articles and extracting text, but it explicitly uses a URL parameter to avoid CAPTCHA prompts.
This looks safe for a simple article-reading helper, but only use it for content you are allowed to access. Be aware that it is designed to avoid CAPTCHA prompts by rewriting the URL, and verify the skill contents if installing from the mutable GitHub link.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The skill may access WeChat articles in a way designed to avoid CAPTCHA prompts; users should ensure this is allowed for their use case.
The skill instructs browser automation with a URL normalization step intended to avoid CAPTCHA prompts. This is disclosed and scoped to reading a user-provided article, but it may affect site anti-abuse expectations.
**Critical**: The URL must end with `?scene=1` (not `&scene=1`), otherwise a CAPTCHA will be triggered.
Use only for articles you are permitted to read and avoid using it for bulk scraping, restricted content, or activity that violates the site’s terms.
If installing from the GitHub example later, the fetched skill text could differ from the reviewed version.
The README shows an install example from a mutable GitHub `main` branch rather than a pinned release or commit. The current package is instruction-only, so the risk is limited.
openclaw skill install https://github.com/bernylinville/my-skills/blob/main/skills/wechat-article-reader/SKILL.md
Prefer installing a reviewed local copy or a pinned commit/tag, and re-check the SKILL.md contents before installing.
