CtrlK
BlogDocsLog inGet started
Tessl Logo

omni-budget

Configure spending limits, token quotas, and rate-limit policies per API key or globally. Inspect current consumption and enforce cost controls across providers.

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-budget/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.

A compact, well-organized API reference that mostly respects token budget and defers detail appropriately, but the POST example is incomplete and there is no verification step after the destructive config update.

Suggestions

Replace the empty POST body `-d '{}'` with a concrete example payload (e.g. actual spending/token/rate fields) so the example is executable end-to-end.

Add a verification step after POST, such as re-running GET /api/rate-limit to confirm the applied configuration.

Drop or repurpose the Overview section since it duplicates the frontmatter description verbatim.

DimensionReasoningScore

Conciseness

The body is lean and organized into tight sections (Authentication, Endpoints, Payloads) with no explanation of concepts Claude already knows; the only mild redundancy is the Overview restating the description.

3 / 3

Actionability

Concrete curl commands are provided, but the POST example ships an empty `-d '{}'` body and defers all real fields to the OpenAPI spec, leaving the key update example incomplete rather than copy-paste ready.

2 / 3

Workflow Clarity

The GET (inspect) and POST (update) steps are listed, but there is no validation or verification checkpoint after the config-changing POST, so the sequence has an implicit gap.

2 / 3

Progressive Disclosure

Under 50 lines with no bundle files, the content is well-sectioned and defers detailed schemas to a clearly signaled one-level reference ('GET /api/openapi/spec' or 'docs/openapi.yaml'), satisfying the simple-skill bar.

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.

A specific, third-person description with concrete actions and a clear niche, but it lacks an explicit 'Use when...' trigger clause, which caps completeness. Adding a usage-trigger sentence would raise it.

Suggestions

Append an explicit trigger clause, e.g. 'Use when managing API spending limits, token quotas, or rate limits per key or globally.'

Add common natural variations a user might say, such as 'budget', 'throttle', or 'usage caps', to broaden trigger coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Configure spending limits, token quotas, and rate-limit policies', 'Inspect current consumption', 'enforce cost controls' — matching the anchor for multiple specific concrete actions.

3 / 3

Completeness

It clearly answers 'what does this do' but has no 'Use when...' clause or equivalent explicit trigger guidance, which per the rubric caps completeness at 2.

2 / 3

Trigger Term Quality

Uses natural terms an API admin would actually say — 'spending limits', 'token quotas', 'rate-limit', 'cost controls', 'per API key' — giving good coverage of likely user phrasing.

3 / 3

Distinctiveness Conflict Risk

The cost/quota/rate-limit niche scoped 'per API key or globally' and 'across providers' is clearly distinct and unlikely to trigger for unrelated skills.

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.