CtrlK
BlogDocsLog inGet started
Tessl Logo

music-search

Search cloud drives for downloadable music resources (songs, albums, lossless audio). Use this skill when the user wants to download a specific song or album. Do NOT use for general music information, lyrics, or recommendations.

67

Quality

81%

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

72%

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

A highly actionable, well-organized skill body with executable commands, a complete output contract, and appropriate use of bundle scripts. The main gaps are minor redundancy in the example dialog and a lack of validation/error-recovery guidance in the agent workflow.

Suggestions

Remove or condense the "示例对话" section, since it duplicates the numbered Agent 使用流程 above it.

Add validation checkpoints to the agent workflow — e.g., what to do when success is false, results are empty, or a resolve call fails (fallback to --engine web or report to the user).

Trim the "热门推荐" section's explanatory line ("本质上是以推荐类关键词调用搜索") since the single command example already conveys the behavior.

DimensionReasoningScore

Conciseness

The body is mostly dense and actionable (commands, options table, output schema), but the "示例对话" section restates the Agent 使用流程 and the "热门推荐" section adds light explanatory padding that could be trimmed.

2 / 3

Actionability

Commands like `bash "$SKILLS_ROOT/music-search/scripts/music-search.sh" search "关键词"` with a full options table, multiple copy-paste examples, and a complete JSON output schema are fully executable and copy-paste ready.

3 / 3

Workflow Clarity

The 5-step Agent 使用流程 is clearly sequenced with a conditional resolve branch (step 5), but there are no validation checkpoints or error-recovery guidance for edge cases such as empty results, success:false, or failed link resolution.

2 / 3

Progressive Disclosure

SKILL.md is a clear overview with well-signaled, one-level-deep references to real bundle scripts (music-search.sh/.ps1 under scripts/), well-organized sections, and no nested references; implementation is appropriately kept in scripts/.

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, well-scoped description with explicit trigger guidance and a clear negative boundary that distinguishes it from general music skills. Its only limitation is that it describes a single action rather than enumerating multiple concrete capabilities.

DimensionReasoningScore

Specificity

"Search cloud drives for downloadable music resources (songs, albums, lossless audio)" names a concrete domain and one concrete action (search), but does not list multiple distinct actions the way the level-3 anchor ("extract... fill... merge") does.

2 / 3

Completeness

It clearly states what the skill does (search cloud drives for downloadable music) and gives an explicit "Use this skill when..." trigger plus a negative-boundary clause, satisfying both what and when.

3 / 3

Trigger Term Quality

Natural user phrasing is well covered — "download a specific song or album", "music resources", "lossless audio" — matching the level-3 anchor's standard of terms users would actually say.

3 / 3

Distinctiveness Conflict Risk

The explicit "Do NOT use for general music information, lyrics, or recommendations" boundary plus the narrow cloud-drive-download niche make it unlikely to trigger for the wrong skill.

3 / 3

Total

11

/

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
netease-youdao/LobsterAI
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.