CtrlK
BlogDocsLog inGet started
Tessl Logo

onlyswitch-deeplink

Invoke OnlySwitch built-in switches or buttons via deeplink. Use when the user asks to toggle or trigger an OnlySwitch action (e.g. empty trash, keep awake, dark mode, mute, hide desktop, clear clipboard, eject discs, Xcode derived data, and any other built-in switch or button). Resolve the request to the correct switch id and open the onlyswitch deeplink.

76

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

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

A tight, actionable, well-structured skill body that offloads the id lookup to a real reference file and gives a copy-paste command. The only gap is the absence of an execution-failure feedback loop in the workflow.

Suggestions

Add a brief validation/feedback step after opening the deeplink (e.g. check that OnlySwitch is installed and that `open` succeeded; on failure, tell the user to install/enable the app), which would lift workflow_clarity to 5.

Optionally note how to detect whether the action actually took effect (some toggles like Keep Awake have visible state), so the Confirm step can verify rather than only announce.

DimensionReasoningScore

Conciseness

Lean body with no padding or explanation of concepts Claude already knows; the only prose states the install/URL-scheme prerequisite, and every token earns its place, matching the lean-and-efficient anchor.

5 / 5

Actionability

Provides a fully executable, copy-paste ready `open "onlyswitch://run?type=builtIn&id=<id>"` command plus a concrete worked example (id=16384) and a pointer to the id table, matching the fully-executable anchor.

5 / 5

Workflow Clarity

Clear three-step sequence (resolve, open, confirm) with a no-match fallback and a confirmation checkpoint, but no explicit feedback loop for execution failure (e.g. if `open` fails or OnlySwitch is missing), keeping it just below the top anchor; not 3 because a confirm step and error fallback are present.

4 / 5

Progressive Disclosure

Concise overview body points to a single one-level-deep, well-signaled reference (references/switch-ids.md, confirmed to exist) holding the id table, which is the ideal split for a simple skill.

5 / 5

Total

19

/

20

Passed

Description

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

A strong, well-scoped description that clearly states capability, trigger conditions with natural phrases, and concrete example actions. Third-person voice is maintained and there is no vague fluff.

DimensionReasoningScore

Specificity

Lists multiple concrete actions (empty trash, keep awake, dark mode, mute, etc.) plus the explicit deeplink mechanism and id-resolution step, matching the comprehensive-coverage anchor; not 4 because coverage is broad and explicit with named switches.

5 / 5

Completeness

Explicitly states what ('Invoke OnlySwitch built-in switches or buttons via deeplink... open the onlyswitch deeplink') and when ('Use when the user asks to toggle or trigger an OnlySwitch action') with concrete trigger phrases, hitting the top anchor.

5 / 5

Trigger Term Quality

Includes many natural phrases users would say ('empty trash', 'keep awake', 'dark mode', 'mute', 'clear clipboard', 'eject discs') with synonym variations, matching the comprehensive-synonyms anchor.

5 / 5

Distinctiveness Conflict Risk

Scoped narrowly to the OnlySwitch app and its onlyswitch:// deeplink scheme, giving a clear niche with minimal overlap risk with other skills.

5 / 5

Total

20

/

20

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

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
jacklandrin/OnlySwitch
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.