CtrlK
BlogDocsLog inGet started
Tessl Logo

pwd4wifi

生成 WiFi 密码字典列表。当用户提到 WiFi 密码字典、WiFi 破解字典、密码字典时使用。

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

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

A compact, well-organized skill body that is token-efficient and appropriately structured for a simple single-purpose function. It could improve actionability by showing how to consume the generated list and what a caller should do with the result.

Suggestions

Show a complete runnable example that captures or prints the generated password list, since the current example calls the function but never demonstrates using its output.

Clarify how pwd_list is used (is it an accumulator for chaining calls, or an output destination?) to remove ambiguity around the second parameter.

Add a brief note on expected output size or behavior (e.g., number of entries generated for a given len_pwd) so the caller can verify the result.

DimensionReasoningScore

Conciseness

The body is lean and efficient — no padding, no explanations of concepts Claude already knows, and every section earns its place, matching the 'lean and efficient; assumes Claude's competence' anchor.

5 / 5

Actionability

It provides executable Python import and call syntax plus a parameter table and example, but the return value is listed as 'None' with no usage detail and no full runnable example showing output handling, leaving a minor gap.

4 / 5

Workflow Clarity

As a single-purpose skill the single action (call pwd4wifi with len_pwd) is unambiguous and well-sequenced via the example, but there are no explicit validation or verification checkpoints, leaving a minor gap.

4 / 5

Progressive Disclosure

A simple, under-50-line skill with no external references needed; content is organized into clear, well-labeled sections (功能描述, 参数说明, 返回值, 使用示例), matching the simple-skill exception for a top score.

5 / 5

Total

18

/

20

Passed

Description

81%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 concise, well-structured description that clearly states what the skill does and when to use it, with good natural trigger terms and low conflict risk. Its only weakness is limited specificity — it describes a single action rather than enumerating multiple concrete capabilities.

DimensionReasoningScore

Specificity

The description names the domain and one concrete action ('生成 WiFi 密码字典列表') but does not list multiple specific actions, matching the 'names domain and 1-2 concrete actions, but not comprehensive' anchor.

3 / 5

Completeness

It explicitly answers both 'what' ('生成 WiFi 密码字典列表') and 'when' ('当用户提到...时使用') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

It includes natural user phrases with synonyms ('WiFi 密码字典', 'WiFi 破解字典', '密码字典'), giving good keyword coverage with only minor variations (e.g., file extensions) missing.

4 / 5

Distinctiveness Conflict Risk

The WiFi-password-dictionary niche is specific with distinct triggers and minimal overlap risk with other skills, matching the 'clear niche with distinct triggers' anchor.

5 / 5

Total

17

/

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
CoderWanFeng/python-office
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.