CtrlK
BlogDocsLog inGet started
Tessl Logo

pdf2imgs

将 PDF 文件转换为图片,可合并为一张长图或多张图。当用户提到 PDF 转图片、PDF 截图、PDF 转长图 时使用。

75

Quality

92%

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

85%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A clean, actionable skill body with executable code and a thorough parameter table, well-organized for a simple single-purpose function. The only weakness is minor redundancy between the description restatement and the two near-identical code examples.

Suggestions

Remove the redundant "功能描述" section (it restates the frontmatter description) or the duplicate "使用示例" code block, since "调用方式" already shows an executable example.

Consider whether the "所属分类" and "原始函数" metadata sections add value for an executing model or could be trimmed to save tokens.

DimensionReasoningScore

Conciseness

The body is lean with no concept-padding, but redundancy exists: "功能描述" restates the frontmatter description and the "调用方式" and "使用示例" code blocks are near-identical, so it could be tightened. Not a 3 because not every token earns its place; not a 1 because there is no verbose explanation of things Claude already knows.

2 / 3

Actionability

Provides fully executable code ("pdf2imgs(input_file='./test.pdf', output_file='./images/', merge=False)") plus a complete parameter table with types, defaults, and deprecated params marked — copy-paste ready.

3 / 3

Workflow Clarity

This is a simple single-task skill whose single action (call pdf2imgs with documented params) is unambiguous; per the simple-skills note workflow clarity can score 3 without a multi-step process, and the operation is not destructive.

3 / 3

Progressive Disclosure

No bundle files exist and none are needed for this simple skill; the body is organized into clear, well-signaled sections (功能描述, 调用方式, 参数说明, 返回值, 使用示例) with no nested references, satisfying the simple-skill allowance.

3 / 3

Total

11

/

12

Passed

Description

100%

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-constructed description that names concrete actions, includes natural user trigger phrases, and explicitly states both what the skill does and when to use it. It is clearly distinct from sibling PDF skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "将 PDF 文件转换为图片" and "可合并为一张长图或多张图" — matching the anchor for several specific concrete actions rather than just naming a domain.

3 / 3

Completeness

It states what ("将 PDF 文件转换为图片,可合并...") and an explicit when ("当用户提到...时使用"), clearly answering both with an explicit trigger clause.

3 / 3

Trigger Term Quality

The explicit clause "当用户提到 PDF 转图片、PDF 截图、PDF 转长图 时使用" provides good coverage of natural terms a user would actually say, not jargon.

3 / 3

Distinctiveness Conflict Risk

The PDF-to-image conversion niche with distinct triggers (PDF转图片/截图/转长图) is unlikely to overlap with text-extraction or form-filling skills.

3 / 3

Total

12

/

12

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.