CtrlK
BlogDocsLog inGet started
Tessl Logo

docx2pdf

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

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-organized body for a simple skill, with executable examples and a clear parameter table. It loses points for a redundant blockquote/duplicate example and for lacking any verification guidance around batch conversion.

Suggestions

Remove the redundant blockquote under the heading and drop or differentiate the "使用示例" section so it does not duplicate the "调用方式" example, improving conciseness.

Add a brief verification step for batch conversion (e.g., check that each .docx produced a .pdf in output_path and report any failures) to raise workflow clarity.

DimensionReasoningScore

Conciseness

The body is mostly lean with no concept-explaining fluff, but the blockquote "> 将 Word 转换为 PDF" restates the heading and the "使用示例" section duplicates the same import-and-call pattern already shown in "调用方式", so it could be tightened.

2 / 3

Actionability

Provides fully executable Python code with real imports and arguments, a parameters table with types/defaults, and a concrete example, making it copy-paste ready.

3 / 3

Workflow Clarity

The single conversion action is unambiguous, but batch folder conversion is a batch operation with no verification step (no guidance on confirming outputs succeeded or handling failures), which caps workflow clarity at 2 per the rubric.

2 / 3

Progressive Disclosure

At under 50 lines with no external references needed (no bundle files present), the well-organized sections (功能描述, 调用方式, 参数说明, 返回值, 使用示例) satisfy the simple-skill anchor for a score of 3.

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 strong description that clearly states its purpose and gives explicit usage triggers with natural user phrasings. The only weakness is moderate action specificity — it names two actions rather than a comprehensive list of concrete capabilities.

Suggestions

Add one or two more concrete capabilities (e.g., preserving formatting/layout, handling .doc legacy files) to lift specificity toward the score-3 anchor.

Include a couple more natural trigger variations (e.g., "Word 导出 PDF", "Word文档转PDF") to broaden trigger coverage.

DimensionReasoningScore

Specificity

Names the domain and two concrete actions ("将 Word 文档转换为 PDF" and "支持单文件和整个文件夹批量转换"), but lists only two actions rather than multiple specific ones, so it falls short of the score-3 anchor.

2 / 3

Completeness

Explicitly states what it does (Word to PDF conversion with batch support) and includes an explicit trigger clause ("当用户提到 Word 转 PDF、docx 转 PDF 时使用"), answering both what and when.

3 / 3

Trigger Term Quality

Covers natural terms a user would say ("Word 转 PDF", "docx 转 PDF", ".docx"), matching the score-3 anchor for good coverage of natural phrasings.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche (Word/docx to PDF specifically) with distinct triggers, making it unlikely to fire for the wrong skill.

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.