CtrlK
BlogDocsLog inGet started
Tessl Logo

pdf2docx

将 PDF 文件转换为 Word 文档(.docx),支持单文件和批量转换。当用户提到 PDF 转 Word、PDF 转 docx 时使用。

68

Quality

81%

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

72%

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

A clean, actionable, well-structured skill body with executable code and a thorough parameter table. It is held back by a duplicated usage example and the absence of any success/error verification for its batch mode.

Suggestions

Remove the redundant "使用示例" single-file example (it repeats "调用方式") or merge them into one section to tighten the body.

Add a brief verification step for batch mode, e.g. checking that output .docx files were created and logging/raising on any conversion failures, to lift workflow clarity above 2.

Drop or relocate non-essential metadata (the external video tutorial URL, "所属分类" path, "原始函数") so every remaining token directly aids execution.

DimensionReasoningScore

Conciseness

The body is lean and does not explain concepts Claude already knows, but it duplicates an essentially identical pdf2docx(input_file=..., output_file=...) example across "调用方式" and "使用示例", and carries non-essential metadata (external video URL, "所属分类", "原始函数") that could be tightened.

2 / 3

Actionability

Provides fully executable import + call code for both single-file and batch modes plus a complete parameter table (type/required/default/description) and an explicit constraint note, making it copy-paste ready.

3 / 3

Workflow Clarity

The single-file action is unambiguous, but the skill explicitly supports batch conversion (input_path/output_path) yet provides no verification or error-handling checkpoint, which caps workflow clarity at 2 per the batch-operations guideline.

2 / 3

Progressive Disclosure

A simple skill under ~55 lines with no bundle files and no nested references, organized into clear labeled sections, scoring 3 on well-organized structure alone.

3 / 3

Total

10

/

12

Passed

Description

90%

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-targeted description that answers what the skill does and when to use it with natural Chinese trigger phrasings. Its only weakness is naming a single action rather than enumerating multiple concrete capabilities.

DimensionReasoningScore

Specificity

States a concrete action ("将 PDF 文件转换为 Word 文档(.docx)") plus single/batch modes, but lists only one conversion action rather than multiple distinct concrete actions, matching the score-2 anchor.

2 / 3

Completeness

Clearly answers both what (convert PDF to .docx, single+batch) and when via the explicit trigger clause "当用户提到 PDF 转 Word、PDF 转 docx 时使用", so it is not capped at 2.

3 / 3

Trigger Term Quality

Includes natural user phrasings "PDF 转 Word" and "PDF 转 docx" with Word/docx variations, giving good coverage of terms a user would actually say.

3 / 3

Distinctiveness Conflict Risk

The PDF-to-Word conversion niche is narrow and the triggers ("PDF 转 Word/""PDF 转 docx") are distinctive, making conflict with other skills unlikely.

3 / 3

Total

11

/

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.