CtrlK
BlogDocsLog inGet started
Tessl Logo

lark-wiki

飞书知识库:管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。当用户给出 doubao.com 的 /wiki/ URL/token 时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是 URL 路径模式和 token,而不是域名。不负责:上传文件到知识库节点下(走 lark-drive)、编辑文档/表格/Base 内容(走 lark-doc / lark-sheets / lark-base)。

75

Quality

96%

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

SKILL.md
Quality
Evals
Security

Quality

Content

92%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.

A well-structured, highly actionable skill body that routes user intents to concrete CLI commands with explicit validation and safety checkpoints for destructive operations, and pushes per-shortcut detail into one-level-deep reference files. Its only weakness is mild repetition of the identity-resolution pattern that could be consolidated.

Suggestions

Consolidate the repeated URL→space_id / node-token resolution pattern (described separately for member ops, node-list, and delete-space) into a single canonical snippet referenced from each flow to tighten conciseness.

Factor the identity-selection guidance ('--as user' default, bot+department hard limit) into one place and reference it, rather than restating the bot/department constraint in both the callout and the quick-decision list.

DimensionReasoningScore

Conciseness

The body is information-dense and operational with no concept over-explanation, but the URL→space_id identity-resolution pattern is repeated across several quick-decision bullets and the delete-space flow, which could be factored out; fits the 'efficient, minor trim opportunities' anchor rather than a fully lean 5.

4 / 5

Actionability

Provides copy-paste-ready commands throughout (e.g. 'lark-cli wiki +node-get --node-token <wiki_url> --as user --format json', 'lark-cli wiki +delete-space --space-id <ID> --yes', full contact API calls with params JSON) and concrete examples covering the common member-add cases for user/group/app/department.

5 / 5

Workflow Clarity

Destructive and batch flows are explicitly sequenced with validation checkpoints — the delete-space flow requires resolving space_id, listing candidates to the user, explicit user selection, and a mandatory --yes — plus error-recovery guidance (retry only on rate_limit, fix params otherwise); the validation cap at 3 does not apply because validation is present.

5 / 5

Progressive Disclosure

SKILL.md serves as a clear overview with a shortcuts table linking one-level-deep to 13 reference files, all of which exist in ./references/; detail is appropriately split out and navigation is easy via the table.

5 / 5

Total

19

/

20

Passed

Description

100%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.

A strong, third-person description that states concrete capabilities, provides explicit 'Use when…' trigger guidance including a URL/token routing rule, and cleanly delineates scope from sibling skills. It is concise yet comprehensive with no vague fluff.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — '创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式、移动或复制节点' — giving comprehensive coverage with no real gaps, matching the score-5 anchor.

5 / 5

Completeness

Explicitly answers both 'what' (管理知识空间、空间成员和文档节点) and 'when' via an explicit '当用户需要…时使用' trigger clause with concrete triggers; the explicit trigger guidance means it is not capped at 3.

5 / 5

Trigger Term Quality

Covers natural terms users would say (知识库/知识空间/空间成员/文档节点/查找/创建/浏览/移动/复制) plus the '/wiki/ URL/token' and doubao.com domain variant, giving comprehensive synonym and URL-pattern coverage akin to the file-extension coverage in the 5 anchor.

5 / 5

Distinctiveness Conflict Risk

Clear niche (飞书知识库/wiki) with an explicit '不负责' boundary clause routing uploads to lark-drive and editing to lark-doc/lark-sheets/lark-base, plus a URL-routing rule that prevents WebFetch fallback — minimal conflict risk.

5 / 5

Total

20

/

20

Passed

Validation

75%

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

Validation12 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

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

Warning

relative_links

Relative link issues: 11 suspicious

Warning

Total

12

/

16

Passed

Repository
larksuite/cli
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.