CtrlK
BlogDocsLog inGet started
Tessl Logo

xiaoyue-companion

小跃虚拟伴侣 - 使用智谱 AI 提供温暖的对话陪伴和静态图片分享

46

Quality

48%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Failed to scan

The risk profile of this skill

Fix and improve this skill with Tessl

tessl review fix ./SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

The skill body is actionable with concrete commands and code, but it is padded by inlining full scripts that already exist as bundle files, and it lacks validation checkpoints for its message-sending workflow.

Suggestions

Replace the inlined Node.js and bash implementations with short pointers to the existing scripts/ files (e.g. "See scripts/xiaoyue-chat.js") to cut duplication and token cost.

Add a validation/verification step after each `openclaw message send`, such as checking the command exit code or gateway status, to create a real feedback loop.

Either create the assets/ directory with the listed images or mark image sending as optional/aspirational so references resolve to real files.

DimensionReasoningScore

Conciseness

The body inlines a full ~70-line Node.js implementation and a full bash script that duplicate the existing bundle files under scripts/, which is noticeably verbose with content that belongs in the referenced files.

2 / 5

Actionability

It provides concrete, executable commands such as `node scripts/xiaoyue-chat.js "有点累了" "work-tired"` and complete code, with only minor gaps like assets being referenced though the directory is absent.

4 / 5

Workflow Clarity

The send flow is sequenced but performs an external/batch message send with no validation checkpoint confirming delivery, leaving validation gaps for a side-effectful operation.

3 / 5

Progressive Disclosure

The content is sectioned but large inline code blocks duplicate bundle files instead of pointing to them, and the referenced assets/ directory does not exist, so structure is only partially well organized.

3 / 5

Total

12

/

20

Passed

Description

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

The description states what the skill does but omits any use-when trigger guidance, which is its main weakness. It is reasonably specific and distinct but would benefit from explicit natural-language triggers.

Suggestions

Add a 'Use when...' clause with natural phrases users actually say, e.g. "Use when the user says 有点累/好累/在吗, or wants a companion chat and a shared image."

Replace the abstract phrasing with concrete verbs, e.g. "Generates warm chat replies via Zhipu AI and sends static images through OpenClaw."

Keep third person and avoid vague terms like 温暖的 (warm) which add no concrete capability.

DimensionReasoningScore

Specificity

The description "提供温暖的对话陪伴和静态图片分享" names the domain (companion chat) and two concrete actions (conversation companionship, static image sharing), matching the anchor for naming a domain plus 1-2 actions.

3 / 5

Completeness

It gives a clear "what" but no "when" clause at all, so per the missing-trigger-guidance cap it cannot exceed 3 and fits the clear-what-without-when anchor.

3 / 5

Trigger Term Quality

There are no natural trigger phrases users would say (e.g. "累了"/"在吗"), only a domain label, which is just above the no-natural-keywords anchor but below having relevant keywords.

2 / 5

Distinctiveness Conflict Risk

The niche of warm companion chat plus static image sharing via Zhipu AI is mostly distinct with only minor overlap risk against other skills.

4 / 5

Total

12

/

20

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
anbeime/skill
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.