CtrlK
BlogDocsLog inGet started
Tessl Logo

passwordtools

生成指定长度的随机密码。当用户提到生成密码、随机密码、强密码、密码生成器时使用。

65

Quality

78%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/tools/passwordtools/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%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 reference for a simple tool with executable examples and clear parameter documentation. The main weakness is redundancy between the two code-example sections and some non-essential metadata.

Suggestions

Collapse '调用方式' and '使用示例' into a single example block to remove the duplicated passwordtools(len=...) snippet.

Drop or relocate the '所属分类' and '原始函数' metadata lines unless they aid invocation, as they add tokens without guiding action.

Add a one-line note on edge cases (e.g. very large len, len<=0) to lift actionability to fully copy-paste ready.

DimensionReasoningScore

Conciseness

The body is mostly lean, but '调用方式' and '使用示例' present near-identical code and '功能描述' repeats the description; the '所属分类'/'原始函数' metadata is mild padding that could be tightened.

3 / 5

Actionability

Executable copy-paste code, a parameter table with defaults, and a documented return type give concrete guidance; it lacks edge-case handling (e.g. invalid length) for a fully complete reference.

4 / 5

Workflow Clarity

This is a simple, non-destructive single-purpose skill whose single action (passwordtools(len=N)) is unambiguous, qualifying for the top anchor under the simple-skill exception.

5 / 5

Progressive Disclosure

Under 50 lines with no need for external references, the content is split into clear, well-organized sections (功能描述/调用方式/参数说明/返回值/使用示例/原始函数), satisfying the simple-skill top anchor.

5 / 5

Total

17

/

20

Passed

Description

78%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 the capability and provides explicit trigger guidance with multiple natural synonyms. It is held back only by single-action specificity and minor overlap risk with adjacent security skills.

DimensionReasoningScore

Specificity

It names the domain and one concrete action — '生成指定长度的随机密码' (generate random passwords of a specified length) — which is comprehensive for a single-purpose tool but lists only a single action rather than several.

3 / 5

Completeness

It explicitly answers both 'what' (生成指定长度的随机密码) and 'when' with a concrete 'Use when...' trigger clause, matching the top anchor.

5 / 5

Trigger Term Quality

The '当用户提到生成密码、随机密码、强密码、密码生成器时使用' clause supplies four natural trigger phrases with synonyms; a few variations (e.g. passphrase, 密码强度) are absent.

4 / 5

Distinctiveness Conflict Risk

Password generation is a clear niche with distinct triggers, though terms like '强密码' carry minor overlap risk with broader security/auth skills.

4 / 5

Total

16

/

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.