CtrlK
BlogDocsLog inGet started
Tessl Logo

omni-webhooks

Register, list, test, and remove webhook endpoints. Configure event subscriptions (request.completed, provider.error, budget.exceeded, etc.) and manage delivery retries.

49

Quality

52%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

tessl review fix ./skills/omni-webhooks/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

37%

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

The body is a thin auto-generated stub: it provides usable auth specifics but leaves the core Endpoints section empty and offers no sequenced webhook workflow, making it weak on actionability and workflow clarity.

Suggestions

Fill the Endpoints section with the actual webhook endpoints (register/list/test/remove) with concrete request/response examples instead of the '_No endpoints mapped_' placeholder.

Add a sequenced workflow for registering and testing a webhook, including a validation checkpoint (e.g. verify a delivered test event before relying on retries).

Remove or repurpose the verbatim Overview so it does not duplicate the frontmatter description, keeping the body token-efficient.

DimensionReasoningScore

Conciseness

The body is short and avoids concept padding, but the Overview repeats the description verbatim, which is redundant and could be tightened.

2 / 3

Actionability

Authentication gives concrete specifics (POST /api/auth/login, REQUIRE_API_KEY=false), but the core Endpoints section is an empty placeholder and Payloads defers to the OpenAPI spec without concrete examples.

2 / 3

Workflow Clarity

Despite a multi-step domain (register, configure, test, retry, remove), there is no sequenced workflow or validation checkpoints, and the Endpoints section is empty — matching the lowest anchor.

1 / 3

Progressive Disclosure

Sections are organized and it points to docs/openapi.yaml, but no bundle files exist and the actual endpoint detail is absent rather than appropriately split into a reference, so structure is only partially realized.

2 / 3

Total

7

/

12

Passed

Description

67%

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 specific, action-oriented description with a clear webhook niche, but it lacks an explicit 'when to use' trigger clause and broader keyword variations, leaving completeness and trigger_term_quality at the mid level.

Suggestions

Add an explicit 'Use when...' clause naming natural triggers, e.g. 'Use when the user mentions webhooks, event subscriptions, callbacks, or delivery retries.'

Broaden trigger terms to include common phrasings like 'webhooks', 'callbacks', and 'notifications' so the skill surfaces for varied user wording.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Register, list, test, and remove webhook endpoints', 'Configure event subscriptions', 'manage delivery retries' — rather than vague language, matching the top anchor.

3 / 3

Completeness

Clearly states what the skill does but provides no 'Use when...' or equivalent explicit trigger guidance, which caps completeness at 2 per the judging guidelines.

2 / 3

Trigger Term Quality

Includes relevant terms like 'webhook endpoints', 'event subscriptions', and 'delivery retries', but lacks common variations a user might naturally say such as 'webhooks', 'callbacks', or 'notifications'.

2 / 3

Distinctiveness Conflict Risk

The webhook niche and specific event names (request.completed, provider.error, budget.exceeded) form a clear, distinct domain unlikely to trigger for unrelated skills.

3 / 3

Total

10

/

12

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
diegosouzapw/OmniRoute
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.