CtrlK
BlogDocsLog inGet started
Tessl Logo

omni-sync-cloud

Synchronise OmniRoute configuration, provider connections, and settings to/from cloud storage. Manage cloud worker authentication and remote backup targets.

52

Quality

56%

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

Fix and improve this skill with Tessl

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

Quality

Content

55%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 body is a well-organized, mostly lean API reference, but it stops at flat curl stubs with empty payloads and provides no workflow sequencing or validation for the destructive sync/credential operations it exposes.

Suggestions

Add a short ordered workflow (authenticate -> initialize sync -> sync -> verify) with an explicit validation/check step before destructive operations like credential updates.

Replace the empty `-d '{}'` payloads with at least one representative filled-in request body per endpoint, or inline the required fields, so the examples are copy-paste usable without consulting the OpenAPI spec.

De-duplicate the Overview (it repeats the frontmatter description verbatim) to recover a few tokens.

DimensionReasoningScore

Conciseness

The body is a lean endpoint catalog with no concept over-explanation; only minor redundancy (the Overview repeats the description verbatim and every payload shows empty `-d '{}'`) keeps it below the fully lean 5.

4 / 5

Actionability

Concrete curl commands are provided per endpoint, but all request bodies are empty (`-d '{}'`) with real payloads deferred to the external OpenAPI spec, leaving key execution details missing — between 'incomplete' (3) and 'minor gaps' (4).

3 / 5

Workflow Clarity

Endpoints are listed as a flat catalog with no sequencing (e.g. auth -> initialize -> sync) and no validation checkpoints for the destructive/batch sync and credential-rotation operations, matching 'rough sequence absent, validation absent'.

2 / 5

Progressive Disclosure

Content is organized into clear sections (Overview, Authentication, Endpoints, Payloads) with a well-signaled one-level-deep pointer to `docs/openapi.yaml` / `GET /api/openapi/spec` for schemas; minor gaps (inline endpoint enumeration) keep it below 5.

4 / 5

Total

13

/

20

Passed

Description

58%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 clearly states what the skill does with concrete, domain-specific actions but omits any explicit 'when to use' trigger guidance, capping completeness. Trigger terms are domain-jargon heavy and lack natural synonyms.

Suggestions

Add a 'Use when...' clause with natural triggers, e.g. 'Use when syncing OmniRoute config to cloud storage, rotating cloud worker credentials, or setting up remote backup targets.'

Broaden trigger-term coverage with user-natural synonyms like 'cloud sync', 'backup', 'provider credentials', and any relevant file/config extensions.

DimensionReasoningScore

Specificity

Lists several concrete actions — 'Synchronise OmniRoute configuration, provider connections, and settings', 'Manage cloud worker authentication and remote backup targets' — with only minor coverage gaps, fitting the 'several specific actions' anchor rather than the fully comprehensive 5.

4 / 5

Completeness

The 'what' is clear, but there is no 'Use when...' clause or equivalent trigger guidance; per the rubric a missing trigger clause caps completeness at 3.

3 / 5

Trigger Term Quality

Contains relevant keywords ('cloud storage', 'backup targets', 'authentication') but leans on domain jargon ('OmniRoute', 'cloud worker') and omits natural synonyms or file extensions a user would say, matching the 'some relevant keywords but missing variations' anchor.

3 / 5

Distinctiveness Conflict Risk

The OmniRoute-specific framing ('OmniRoute configuration', 'cloud worker') carves a distinct niche with only minor overlap risk against generic cloud-sync skills, fitting 'mostly distinct' rather than the fully conflict-free 5.

4 / 5

Total

14

/

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