CtrlK
BlogDocsLog inGet started
Tessl Logo

smart-search

智能搜索路由器。根据用户意图选择最佳搜索源,构造 URL 并导航,获取内容。 仅在默认搜索手段效果不佳、或需要登录自媒体平台(抖音/小红书/微博等)搜索时启用本技能; 常规通用搜索请先用 onboard 配置的搜索供应商(火山/serper/Tavily 等)。

70

Quality

86%

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

86%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 lean, highly actionable router skill with excellent conciseness and concrete camoufox-cli commands. Its main weakness is progressive disclosure: the body routes nearly all per-site search knowledge to a `sites/` directory that is not present in the bundle, leaving the references non-functional.

Suggestions

Ship the referenced `sites/<platform>.md` files (general.md, zhihu.md, xiaohongshu.md, douyin.md, etc.) in the bundle, or inline the minimum search-URL and DOM-extraction details for each platform so the skill is self-sufficient.

Consolidate the validation guidance into one explicit feedback loop (e.g. snapshot → if blocked/incomplete → wait/retry → only proceed when content loads) so the workflow-clarity checkpoint is explicit rather than distributed across sections.

For platforms whose `sites/*.md` is absent, note in the routing table that the site file is optional or fold their essential warmup/URL rules (already partly done) into the body to avoid dead references.

DimensionReasoningScore

Conciseness

The body is dense reference material — routing tables, warmup URLs, keyword-encoding rules, copy-paste camoufox-cli commands — with no padding explaining what search or these platforms are; every token earns its place, matching the lean-and-efficient 5 anchor.

5 / 5

Actionability

Provides fully executable, copy-paste-ready commands (`camoufox-cli --session "$SESSION" --json open/snapshot/eval/close`), concrete per-platform keyword encoding (`+` vs `%20`), and concrete warmup URLs, covering the common cases per the 5 anchor.

5 / 5

Workflow Clarity

Clear sequenced workflows (4-step 使用流程, numbered 搜索后操作) with checkpoints like '确认结果已加载(snapshot)' and the 30s-timeout re-snapshot recovery, but the validation feedback loops are distributed rather than a single explicit validate→fix→retry gate, so it sits at 4 not 5.

4 / 5

Progressive Disclosure

The overview is well-structured and clearly signals one-level-deep references to `./sites/<platform>.md` (~18 files), but none of those referenced site-knowledge files exist in the bundle, so the disclosure chain is broken and the deferred content is unavailable — better than minimal/unstructured (2) but not the well-placed 4 since the referenced files are absent.

3 / 5

Total

17

/

20

Passed

Description

87%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 well-crafted, third-person description that concretely states what the skill does and gives explicit, bidirectional trigger guidance with a strong distinctiveness carve-out. It is strong overall, with only keyword-exhaustiveness keeping trigger quality at 4.

DimensionReasoningScore

Specificity

Names the search-routing domain and lists several concrete actions — '选择最佳搜索源,构造 URL 并导航,获取内容' (select source, build URL, navigate, retrieve content) — with only minor coverage gaps, fitting the 'several specific actions' anchor rather than the 1-2 action anchor at 3.

4 / 5

Completeness

Explicitly answers both what ('选择最佳搜索源,构造 URL 并导航,获取内容') and when ('仅在默认搜索手段效果不佳、或需要登录自媒体平台...时启用本技能'), with concrete positive and negative trigger guidance, matching the 5 anchor.

5 / 5

Trigger Term Quality

Good keyword coverage with natural user terms and bilingual synonyms — '搜索', '抖音/小红书/微博', '火山/serper/Tavily' — but it stops short of the exhaustive synonym/extension coverage of the 5 anchor.

4 / 5

Distinctiveness Conflict Risk

It carves a clear niche — a login-platform search router that explicitly defers routine search to the onboard supplier ('常规通用搜索请先用 onboard 配置的搜索供应商') — giving distinct triggers and minimal conflict risk.

5 / 5

Total

18

/

20

Passed

Validation

87%

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

Validation14 / 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

Total

14

/

16

Passed

Repository
TeamWiseFlow/xiaobei
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.