.claude/skills/wechat-article-readerRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
当用户提供微信公众号文章链接(URL 包含 mp.weixin.qq.com)时,必须使用此 skill 读取文章内容,禁止使用 web_fetch、web_search 或其他方式替代。本 skill 通过专用脚本稳定抓取并返回结构化结果,包括标题、发布时间、作者和正文。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/wechat-article-readerRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/wechat-article-readerRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/wechat-article-readerRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-readerclawhub inspect @pangahn/another-wechat-article-reader --version 0.1.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:94480165ccd70d2f40c8d2bb9dc0413af2cb8d64413599546581f79f52710c75scripts/read_wechat_article.pyskill-card.mdSKILL.mdInitial 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.