CtrlK
BlogDocsLog inGet started
Tessl Logo

worker-model-switch

Switch a Worker Agent's LLM model via agt CLI. Use when the human admin requests changing a Worker's model.

72

Quality

87%

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

SKILL.md
Quality
Evals
Security

Quality

Content

92%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: executable command with examples, clear success/failure handling, and appropriately scoped sections. The 'What happens' internals section is the only mild over-explanation that could be trimmed for token efficiency.

DimensionReasoningScore

Conciseness

The body is largely lean — command, examples, and short outcome sections each earn their place — but the 'What happens' list explains controller internals (registry resolution, openclaw.json regeneration) that are slightly beyond what is needed to execute the command; matches the 4-anchor 'Efficient; minor instances of over-explanation that could be trimmed'.

4 / 5

Actionability

Provides a copy-paste-ready command `agt update worker --name <WORKER_NAME> --model <MODEL_ID>` plus two concrete real examples (claude-sonnet-4-6, deepseek-chat), fully executable and covering the common cases — matches the 5-anchor.

5 / 5

Workflow Clarity

A simple single-purpose skill whose single action is unambiguous, with explicit success ('worker/<name> configured', auto-reconcile) and failure (report error + common causes) checkpoints; the simple-skill exception applies, so it meets the 5-anchor without needing a multi-step validate-fix-retry loop.

5 / 5

Progressive Disclosure

Under 50 lines, no external references needed, with well-organized sections (Usage, What happens, On success, On failure, Unknown models); the rubric's under-50-lines exception lets a well-organized single-file skill score 5.

5 / 5

Total

19

/

20

Passed

Description

82%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 concise, well-targeted description that clearly states both what the skill does and when to use it, with a natural trigger phrase and minimal conflict risk. The only weakness is single-action specificity, though that reflects the skill's genuinely narrow scope.

DimensionReasoningScore

Specificity

Names the domain (Worker Agent LLM model) and one concrete action ('Switch ... via agt CLI'), but lists only a single action rather than several; matches the anchor 'Names domain and 1-2 concrete actions, but not comprehensive' and falls short of the 4-anchor's 'several specific actions'.

3 / 5

Completeness

It explicitly answers both — 'what' via 'Switch a Worker Agent's LLM model via agt CLI' and 'when' via a concrete 'Use when the human admin requests changing a Worker's model' trigger clause — matching the 5-anchor for explicit what-and-when with concrete triggers.

5 / 5

Trigger Term Quality

The phrase 'requests changing a Worker's model' is exactly what an admin would say, giving good natural-keyword coverage; it stops short of the 5-anchor's comprehensive synonyms/extensions but is comfortably above the 3-anchor's missing-variations case.

4 / 5

Distinctiveness Conflict Risk

The trigger is a narrow, distinctive niche (changing a Worker Agent's model via the agt CLI) unlikely to fire for unrelated skills, matching the 5-anchor's clear niche with minimal conflict risk.

5 / 5

Total

17

/

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
agentscope-ai/AgentTeams
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.