CtrlK
BlogDocsLog inGet started
Tessl Logo

omni-models

Query available AI models across all configured providers. List models, resolve model aliases, and browse the full model catalog including provider-specific variants.

65

Quality

77%

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-models/SKILL.md
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.

The content is concise and well-structured with good progressive disclosure, but the POST alias endpoint's empty example and the absence of any validation guidance for the write operation hold back actionability and workflow clarity.

Suggestions

Replace the empty `-d '{}'` in the POST /api/models/alias example with a concrete request body and note where the response can be verified.

Add a brief validation/verification step for the alias operation (e.g., re-list models or GET the alias to confirm it was created) so the workflow has a checkpoint.

Remove the redundant Overview line that repeats the frontmatter description verbatim to tighten the body further.

DimensionReasoningScore

Conciseness

The body is lean — each endpoint gets a one-line description and a minimal curl example with no padding or explanation of concepts Claude already knows, aside from a single redundant Overview line echoing the description.

3 / 3

Actionability

GET endpoints provide fully executable curl commands, but the key write operation POST /api/models/alias ships an empty `-d '{}'` placeholder and defers its real schema to the external OpenAPI spec, leaving an incomplete, not copy-paste-ready example.

2 / 3

Workflow Clarity

Endpoints are clearly enumerated but there is no sequencing or validation guidance; because alias creation is a state-changing operation with no verification step shown, workflow clarity is capped at 2.

2 / 3

Progressive Disclosure

The skill is short and well-organized into Overview, Authentication, Endpoints, and Payloads sections, and it signals detailed schemas via a single one-level reference to the OpenAPI spec — appropriate for a compact reference skill with no bundle files.

3 / 3

Total

10

/

12

Passed

Description

82%

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 specific, uses natural trigger terms, and occupies a clear niche, but it omits an explicit 'Use when...' trigger clause, which caps completeness at 2.

Suggestions

Append a 'Use when...' clause stating when Claude should invoke this skill (e.g., 'Use when the user asks to list available models, resolve a model alias, or browse the model catalog').

Add common user phrasings such as 'available models' or 'which models are supported' to broaden natural trigger coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "Query available AI models", "List models", "resolve model aliases", and "browse the full model catalog" — matching the anchor for several specific concrete actions.

3 / 3

Completeness

It clearly states what the skill does but lacks any explicit "when to use" trigger clause; per the guidelines a missing 'Use when...' trigger caps completeness at 2.

2 / 3

Trigger Term Quality

Natural terms a user would say are present — "list models", "model aliases", "model catalog", "AI models", "providers" — giving good coverage rather than opaque jargon.

3 / 3

Distinctiveness Conflict Risk

The model-catalog/alias-resolution niche is distinct from generic skills and unlikely to trigger for unrelated tasks, fitting the clear-niche anchor.

3 / 3

Total

11

/

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.