Real Skill packageSource verifiedClawHub registry

wechat-article-reader

当用户提供微信公众号文章链接(URL 包含 mp.weixin.qq.com)时,必须使用此 skill 读取文章内容,禁止使用 web_fetch、web_search 或其他方式替代。本 skill 通过专用脚本稳定抓取并返回结构化结果,包括标题、发布时间、作者和正文。

Identity and source

Publisher attributionpangahnregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 56% rule confidence
Package forminstruction with code3 recorded files
Canonical sourceClawHub registryclawhub:pangahn:another-wechat-article-reader
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/19/2026.claude/skills/wechat-article-reader

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/19/2026.agents/skills/wechat-article-reader

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/19/2026skills/wechat-article-reader

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @pangahn/another-wechat-article-reader
clawhub inspect @pangahn/another-wechat-article-reader --version 0.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
3 / 3 inspected as text
Checked
8/19/2026, 1:10:55 PM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • browser control — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: mp.weixin.qq.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
5/29/2026, 8:26:39 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:94480165ccd70d2f40c8d2bb9dc0413af2cb8d64413599546581f79f52710c75
Show up to 3 recorded paths
  • scripts/read_wechat_article.py
  • skill-card.md
  • SKILL.md

Source changelog

Initial release of WeChat Article Reader skill. - Reads and parses WeChat public article links (mp.weixin.qq.com) with a specialized script. - Returns structured results: title, author, publication time, full text, and metadata. - Mandatory usage for WeChat articles; prohibits circumvention via web_fetch, web_search, or other methods. - Handles WeChat anti-crawling mechanisms with request header spoofing and retry logic. - Command-line operation requires the uv environment and supports custom timeout and retry parameters. - Returns detailed logs and error information for troubleshooting.