CtrlK
BlogDocsLog inGet started
Tessl Logo

aris-feishu-notify

Send notifications to Feishu/Lark. Internal utility used by other skills, or manually via /feishu-notify. Supports push-only (webhook) and interactive (bidirectional) modes. Use when user says "发飞书", "notify feishu", or other skills need to send status updates.

73

Quality

92%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

The body is well-structured and highly actionable with concrete curl examples, clear sequenced workflows, and explicit validation/fallback steps. Its main weakness is repetition of the fail-open guarantee across multiple sections, which inflates length without adding guidance.

Suggestions

Consolidate the fail-open / config-absent behavior into a single statement (e.g. one Key Rules bullet) and remove its re-statements in the Overview, Configuration, Step 1, and Helper Function sections.

Consider moving the Event Catalog and Helper Function integration pattern into a separate reference file so SKILL.md stays a lean overview pointing to detail.

Define the templated variables ($WEBHOOK_URL, $BRIDGE_URL, TITLE, BODY, EVENT_TYPE) in one place near the curl examples rather than leaving the reader to infer their source.

DimensionReasoningScore

Conciseness

Mostly efficient and free of basic-concept padding, but the fail-open / config-absent-means-off rule is restated five or more times across the Overview, Configuration, Step 1, Helper Function, and Key Rules sections, which could be tightened.

2 / 3

Actionability

Provides concrete, executable curl commands with real JSON card payloads and a specific event-template table; the placeholders (TITLE, BODY, $WEBHOOK_URL) are clearly templated variables, not vague pseudocode.

3 / 3

Workflow Clarity

Steps 1–4 are clearly sequenced with explicit branch logic on config mode and validation checkpoints (curl exit-code check, bridge-unreachable fallback, timeout→auto-proceed), including error-recovery feedback.

3 / 3

Progressive Disclosure

No bundle files exist; the single SKILL.md is organized into well-labeled sections (Overview, Configuration, Modes, Workflow, Event Catalog, Key Rules) with one-level-deep external links and no nested reference chains.

3 / 3

Total

11

/

12

Passed

Description

100%

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 is concise, third-person, and clearly answers both what the skill does and when to use it, with natural trigger terms and a distinct niche. It is a strong, well-scoped description.

DimensionReasoningScore

Specificity

Lists concrete actions and modes — "Send notifications to Feishu/Lark", "Supports push-only (webhook) and interactive (bidirectional) modes" — rather than vague language.

3 / 3

Completeness

Explicitly answers both what (send notifications, push/interactive modes) and when ("Use when user says..."), with a clear explicit trigger clause.

3 / 3

Trigger Term Quality

Includes natural trigger phrases users would say ("发飞书", "notify feishu") plus the "other skills need to send status updates" invocation path, giving good coverage.

3 / 3

Distinctiveness Conflict Risk

A clear niche (Feishu/Lark notifications) with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

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

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
OpenLAIR/dr-claw
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.