Real Skill packageSource verifiedClawHub registry

Another WeChat Article Reader

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

Identity and source

Publisher attributionMilesregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 56% rule confidence
Package forminstruction with code6 recorded files
Canonical sourceClawHub registryclawhub:milesnee: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 @milesnee/another-wechat-article-reader
clawhub inspect @milesnee/another-wechat-article-reader --version 0.3.0

Security evidence

SkillVetAI static result: high signal

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
5 / 5 inspected as text
Checked
8/19/2026, 1:10:55 PM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highRemote content is piped directly to a shellSKILL.md:37 · confidence 98%curl -LsSf https://astral.sh/uv/install.sh | sh
mediumRemote installer is downloaded without an integrity checkSKILL.md:37 · confidence 70%curl -LsSf https://astral.sh/uv/install.sh
1 High/Critical review queue entry
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
2 inferred permission indicators
  • network access — automatically inferred
  • browser control — automatically inferred
2 dependency and API indicators
  • api: astral.sh
  • api: mp.weixin.qq.com
External clawhub result: suspicious

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
8/19/2026, 1:01:18 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

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

Package content hashsha256:503c5488cdf45c313fd7b319b2ce6842456af95d55e8db258dd3867367801b45
Show up to 6 recorded paths
  • _meta.json
  • pyproject.toml
  • scripts/read_wechat_article.py
  • scripts/wechat_js_render.py
  • skill-card.md
  • SKILL.md

Source changelog

语义修正:付费墙判断为误判——content_noencode是新版渲染模板的正常公开页面渲染方式,非付费墙。字段paywall→js_rendered;文档/注释同步修正并保留教训记录(症状与提取姿势不变,解码逻辑零改动)