CtrlK
BlogDocsLog inGet started
Tessl Logo

wechat-article-downloader

Download WeChat official account articles in multiple formats (HTML, PDF, Word, Markdown, TXT, MHTML), including single article download, collection (appmsgalbum) download, local bulk workflows, and metadata export. Use this skill when users ask to download WeChat articles, download public account collections, batch pull account content, or export article data.

66

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/wechat-article-downloader/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable with ready-to-run code and concrete endpoints, but is verbose due to repeated boilerplate and a redundant workflows section, lacks explicit validation checkpoints for batch operations, and inlines material that would benefit from separate reference files.

Suggestions

Extract the repeated jsonrpc/tools/call payload into a single shared helper and reuse it across sections to remove boilerplate duplication.

Add explicit validation/retry checkpoints for batch and credential workflows (e.g. verify credentials were captured before calling batch_download_articles, confirm download counts against expected results).

Move the remote config key reference and per-tool API details into a separate references file linked from SKILL.md to improve progressive disclosure.

DimensionReasoningScore

Conciseness

Mostly actionable but repeats the jsonrpc/tools/call payload boilerplate across six code blocks and the 'Common Workflows' section restates steps already covered in numbered sections above, adding length without new information.

3 / 5

Actionability

Provides fully executable, copy-paste-ready Python code with concrete endpoints, tool names, and explicit config keys (e.g. '保存离线网页', 'HTML', 'MHTML') covering the common single-article, collection, batch, and export cases.

5 / 5

Workflow Clarity

Steps are sequenced, but batch/credential/export operations are destructive/batch in nature and lack explicit validation checkpoints (no verify/retry after credential capture or batch completion), which caps workflow clarity per the rubric.

3 / 5

Progressive Disclosure

Has clear section headers, but no bundle files exist and ~327 lines of inlined API/config reference and six code blocks could be split into separate reference files; the simple-skill exception does not apply given the length and scope.

3 / 5

Total

14

/

20

Passed

Description

92%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description that concretely names capabilities, output formats, and explicit use-when triggers within a distinctive WeChat niche. The only gap is slightly less comprehensive synonym/extension coverage in trigger terms.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('single article download, collection (appmsgalbum) download, local bulk workflows, and metadata export') plus six named output formats, giving comprehensive coverage.

5 / 5

Completeness

Explicitly answers both 'what' (formats and operation types) and 'when' via a concrete 'Use this skill when users ask to download WeChat articles, download public account collections, batch pull account content, or export article data' clause.

5 / 5

Trigger Term Quality

Includes natural phrases users would say ('download WeChat articles', 'download public account collections', 'batch pull account content', 'export article data'), but misses common synonyms and the mp.weixin.qq.com URL form.

4 / 5

Distinctiveness Conflict Risk

A clearly WeChat-specific niche with distinct triggers (appmsgalbum collections, public account batch pull) and minimal overlap risk with unrelated skills.

5 / 5

Total

19

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
qiye45/wechatDownload
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.