CtrlK
BlogDocsLog inGet started
Tessl Logo

wxwork-drive

Manage spaces, folders and files in WeChat Work WeDrive (企业微信微盘) via wiseflow-relay — create space, create folder, upload image/video, list, info, rename, move, delete, and share files via file-level share link. Standard flow 建空间 → 传文件 → file-share 发分享链接给同事. Credentials (corp_id + corp_secret) read from daemon.env and passed per-request; relay is stateless. Space/folder IDs cached locally in spaces.json.

61

Quality

73%

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/wxwork-drive/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%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 concrete commands, a worked typical flow, and thorough error handling. Weaker spots are repeated rationale for the file-share preference, a missing pre-delete validation checkpoint, and bundle references that do not resolve to actual files.

Suggestions

Add a verification checkpoint before batch `delete` (e.g., run `info` on each fileid and confirm with the user before deleting), which would lift the workflow_clarity cap.

Provide the referenced REFERENCE.md, spaces.example.json, and docs/WXWORK-DRIVE-API.md in the bundle (references/), or remove the dangling references so navigation resolves.

Consolidate the file-share-vs-space-share / 640028 explanation into one place and cross-reference it from the other callouts to reduce repetition.

DimensionReasoningScore

Conciseness

Largely efficient and well-organized without over-explaining basic concepts, but the file-share vs space-share / 640028 rationale is repeated across the warning callout, command note, typical-flow aside, and special-purpose table, which could be consolidated.

4 / 5

Actionability

Fully executable guidance: complete subcommand signatures with arguments, a flags table with upstream field mappings, copy-paste ready典型流程 bash, and explicit return-value field mappings for chained calls.

5 / 5

Workflow Clarity

The main upload→share flow is well sequenced with a wait-for-upload checkpoint and an error-handling table, but the batch `delete` operation has no validation/verification step before execution, which per the rubric caps workflow_clarity at 3.

3 / 5

Progressive Disclosure

Sections are clearly headed and reference files are named (REFERENCE.md, docs/WXWORK-DRIVE-API.md, spaces.example.json), but those referenced files are absent from the bundle (references/ is empty) and the full command/flag/return/error reference is inlined in SKILL.md rather than split out.

3 / 5

Total

15

/

20

Passed

Description

75%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.

The description is highly specific and distinctive, naming a comprehensive set of concrete actions tied to a clearly bounded product niche. Its main weakness is the absence of an explicit 'Use when...' trigger clause, which limits the completeness score.

Suggestions

Add an explicit 'Use when...' clause stating when Claude should invoke this skill (e.g., 'Use when the user needs to manage WeChat Work WeDrive spaces/folders/files or share files via relay').

Include a few natural synonyms users might say ('WeDrive', '微盘', 'share a file link', 'upload to WeChat Work') to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'create space, create folder, upload image/video, list, info, rename, move, delete, and share files via file-level share link' — with comprehensive coverage of the skill's capability surface.

5 / 5

Completeness

The 'what' is clearly and thoroughly stated, but there is no explicit 'Use when...' clause or equivalent trigger guidance, which per the rubric caps completeness at 3.

3 / 5

Trigger Term Quality

Good natural keyword coverage ('upload image/video', 'share files', 'share link', 'rename', 'move', 'delete'), but lacks common synonyms or file-extension-style triggers a user might naturally say.

4 / 5

Distinctiveness Conflict Risk

A clear niche — 'WeChat Work WeDrive (企业微信微盘) via wiseflow-relay' — with distinct, product-specific triggers and minimal overlap risk with other skills.

5 / 5

Total

17

/

20

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.