CtrlK
BlogDocsLog inGet started
Tessl Logo

wechat-channels-publish

通过 forked camoufox-cli 挰久化 session wechat-channel 发布视频到微信视频号。处理 wujie shadow DOM(snapshot 穿透),支持视频上传、标题描述填写、即时发布。

63

Quality

76%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./crews/main/skills/wechat-channels-publish/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%

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 and well-structured, with concrete commands, specific selectors, explicit timing, and validation checkpoints across a clear 9-step workflow. The main tightening opportunity is reducing repetition of the long command prefix.

Suggestions

Define the session command prefix once (e.g. note 'all commands run: camoufox-cli --session wechat-channel --persistent --json ...') and show only the trailing verb/args per step to cut repeated tokens.

Consider extracting the pitfalls and error-handling table into a references file if the skill grows, keeping SKILL.md as a lean overview.

DimensionReasoningScore

Conciseness

Mostly lean with no concept-explanation fluff and concrete commands throughout, but the full '--session wechat-channel --persistent --json' prefix is repeated verbatim across nearly every step where a shorthand could cut tokens, fitting 'mostly efficient but could be tightened'.

2 / 3

Actionability

Provides fully executable camoufox-cli commands with precise selectors ('input[placeholder*="短标题"]', 'div[contenteditable][data-placeholder="添加描述"]') and concrete timings (5s init wait, 3s poll, 3-min max) — copy-paste ready.

3 / 3

Workflow Clarity

Nine clearly sequenced steps with explicit validation checkpoints — login check (Step 2), upload/transcode polling with success/fail signals (Step 4), disabled-button guard (Step 7), publish confirmation via URL change (Step 8) — plus an error-recovery table and fail-first retry guidance.

3 / 3

Progressive Disclosure

Single-file skill with no bundle references needed; content is well-organized into clear sections (前置条件, 发布流程, 保存草稿, 手动模式, 必做约束, Pitfalls, 错误处理), which per the simple-skills note warrants a 3.

3 / 3

Total

11

/

12

Passed

Description

67%

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

The description is specific and distinct, naming concrete actions and a clear niche, but omits an explicit 'Use when...' trigger clause and leans on tool jargon over natural user phrasing. Adding explicit trigger guidance and more user-facing keywords would raise completeness and trigger quality.

Suggestions

Add an explicit 'Use when...' trigger clause, e.g. 'Use when publishing or uploading videos to WeChat Channels (微信视频号) creator center.'

Lead with natural user terms ('publish video to WeChat Channels', '视频号发视频') before the tooling details, and demote jargon like 'forked camoufox-cli' and 'wujie shadow DOM' to keep trigger terms natural.

Cover common phrasing variations users might say, such as '视频号上传', '微信视频号发作品', or 'channels.weixin.qq.com'.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "发布视频" (publish), "视频上传" (upload), "标题描述填写" (fill title/description), "即时发布" (instant publish) — plus the named tool and session, matching the 'multiple specific concrete actions' anchor.

3 / 3

Completeness

Clearly states what the skill does but lacks an explicit 'Use when...' trigger clause; 'when' is only implied by the domain, which per the guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

Includes some natural user terms ("发布视频", "微信视频号", "上传") but mixes in tool jargon ("forked camoufox-cli", "持久化 session", "wujie shadow DOM"); coverage of common variations is partial, so it lands at 'some relevant keywords but missing common variations'.

2 / 3

Distinctiveness Conflict Risk

A clear niche — WeChat Channels publishing with a specific session name and wujie shadow-DOM handling — with distinct triggers unlikely to overlap other skills.

3 / 3

Total

10

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
TeamWiseFlow/xiaobei
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.