CtrlK
BlogDocsLog inGet started
Tessl Logo

feishu-fetch-doc

获取飞书云文档内容。返回文档的 Markdown 内容,支持处理文档中的图片、文件和画板(需配合 feishu_doc_media 工具)。

68

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

The canonical home for this skill is feishu-fetch-doc in op7418/CodePilot

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

The body is concise, concrete, and well-structured, giving Claude everything needed to fetch Feishu docs and resolve wiki links with an explicit type-check gate. No meaningful weaknesses against the content rubric.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it never explains what Feishu, Markdown, or HTML are, and every section (media handling, params, wiki strategy, tool table) earns its place.

3 / 3

Actionability

It provides exact HTML tag formats with token attributes, copy-ready JSON payloads for feishu_doc_media and feishu_wiki_space_node, an obj_type→tool decision table, and a worked example — fully executable guidance.

3 / 3

Workflow Clarity

The wiki-URL flow is a clear numbered sequence with an explicit verify-before-act gate ('不能直接假设是云文档,必须先查询实际类型') and a fallback for unsupported types; the media-fetch flow is likewise clearly sequenced.

3 / 3

Progressive Disclosure

With no bundle files present, the single SKILL.md is well-organized into clear sections with no nested references or monolithic wall of text, satisfying the simple-skill allowance for progressive disclosure.

3 / 3

Total

12

/

12

Passed

Description

67%

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 specific, well-scoped description that clearly states capabilities and distinguishes itself via the Feishu/doc-media niche. Its main weakness is the absence of an explicit 'when to use' trigger clause and limited coverage of natural user phrasings.

Suggestions

Add an explicit trigger clause, e.g. 'Use when the user asks to read or fetch the content of a Feishu/Lark cloud document or wiki page.'

Broaden natural trigger terms in the description itself (读取文档, 查看文档内容, 知识库/wiki 链接) rather than relying on the examples block.

DimensionReasoningScore

Specificity

The description lists concrete actions — '返回文档的 Markdown 内容' and '支持处理文档中的图片、文件和画板' — enumerating multiple specific capabilities beyond merely naming the domain.

3 / 3

Completeness

It clearly answers what the skill does, but provides no 'Use when...' clause or equivalent explicit trigger guidance, capping completeness at 2 per the rubric guideline.

2 / 3

Trigger Term Quality

'飞书云文档' is a relevant natural term, but the description relies on technical tokens (feishu_doc_media, Markdown, 画板) and omits common natural variations like '读取/查看文档' or '知识库/wiki', which only appear in the examples block.

2 / 3

Distinctiveness Conflict Risk

Scoped specifically to Feishu cloud documents and the feishu_doc_media companion tool, giving it a clear niche unlikely to trigger for unrelated skills.

3 / 3

Total

10

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
nexu-io/nexu
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.