CtrlK
BlogDocsLog inGet started
Tessl Logo

pencil4img

将输入的图片转换为铅笔画风格。当用户提到铅笔画、素描、画风转换、图片转素描时使用。

74

Quality

91%

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

SKILL.md
Quality
Evals
Security

Quality

Content

100%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 a lean, fully actionable single-purpose skill: executable code, a complete parameter table, and clean section organization with no unnecessary explanation. As a simple, self-contained skill it meets the top bar on all four dimensions.

DimensionReasoningScore

Conciseness

The body is lean — two short code blocks, a tight parameter table, and minimal prose with no padding about what pencil sketching is or how the algorithm works. Every token earns its place, matching the top anchor; it is not score 4 because there is no over-explanation to trim.

5 / 5

Actionability

It provides fully executable, copy-paste-ready Python ("from skills.image import pencil4img; pencil4img(input_img='./test.jpg', output_path='./', output_name='pencil4img.jpg')") plus a complete parameter table with types and defaults and a second usage example. This matches the top anchor; it is not score 4 because the common case is fully covered with no key details missing.

5 / 5

Workflow Clarity

This is a single-action skill (call the function to produce an output file), and the action is unambiguous, so the simple-skill exception applies. It is not a destructive or batch operation, so the validation cap does not apply; it is not score 4 because no sequence gaps exist for a single call.

5 / 5

Progressive Disclosure

The skill is under 50 lines with no external references needed and no bundle files present, and it is organized into clear sections (功能描述, 调用方式, 参数说明, 返回值, 使用示例, 原始函数). Per the rubric's simple-skill guideline, well-organized sections alone earn the top score; it is not score 4 because organization is clean with no gaps.

5 / 5

Total

20

/

20

Passed

Description

82%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 concise and effectively answers both what the skill does and when to use it, with natural Chinese trigger phrases that users would actually say. It is strong on completeness and distinctiveness, with the only gap being a single named action and absence of file-extension keywords.

DimensionReasoningScore

Specificity

The description names one concrete action — "将输入的图片转换为铅笔画风格" (converts input images to pencil sketch style) — which matches the anchor naming a domain and 1-2 concrete actions without being comprehensive. It is not score 2 (which would be only generic actions) because the action is specific, nor score 4 because only a single action is enumerated.

3 / 5

Completeness

It explicitly answers both "what" (converts images to pencil sketch style) and "when" (当用户提到铅笔画、素描、画风转换、图片转素描时使用) with concrete trigger phrases. This matches the top anchor; it is not score 4 because the "when" clause is explicit and specific rather than only broadly implied.

5 / 5

Trigger Term Quality

The phrase "铅笔画、素描、画风转换、图片转素描" provides good natural keyword coverage including synonyms a user would actually say. It is not score 5 because no file-extension terms (e.g., .jpg) are included, and not score 3 because multiple relevant natural terms beyond a single keyword are present.

4 / 5

Distinctiveness Conflict Risk

Pencil-sketch style image conversion with distinct triggers (铅笔画/素描/画风转换/图片转素描) carves a clear niche with minimal overlap risk against other skills. It is not score 4 because the triggers are specific enough to avoid overlap with related image skills.

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.