CtrlK
BlogDocsLog inGet started
Tessl Logo

scienceworld-result-archiver

Places an object into a designated container (like a colored box) based on a test outcome. It should be triggered when the agent needs to finalize a task by storing an object according to a rule (e.g., conductive → blue box, non-conductive → orange box). The input is the object and the rule, and the output is the object moved to the correct container.

72

Quality

88%

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%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A concise, actionable, well-sequenced skill body with concrete commands and verification steps. Its single defect is a progressive-disclosure reference to a missing bundle file.

Suggestions

Add the referenced scripts/conductivity_test.py file (or create the scripts/ directory) so the bundled-logic reference resolves, or remove the reference and inline the conductivity steps.

Confirm the referenced script path matches the actual bundle layout before pointing Claude to it, to avoid a dead reference during execution.

DimensionReasoningScore

Conciseness

Lean body with no explanatory fluff about concepts Claude already knows; every section earns its place and assumes competence.

3 / 3

Actionability

Provides concrete executable commands ('move OBJ to CONTAINER', 'move metal pot to blue box', 'look around') and a worked example rather than abstract direction.

3 / 3

Workflow Clarity

Clear four-step sequence (Verify Context, Confirm Test Result, Apply Rule, Execute Archive) with explicit verification checkpoints such as confirming the test outcome and visually confirming the target container.

3 / 3

Progressive Disclosure

Sections are well organized, but the body references a bundled script 'scripts/conductivity_test.py' that does not exist in any scripts/ directory, leaving the one external reference broken.

2 / 3

Total

11

/

12

Passed

Description

85%

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 focused, third-person description that clearly conveys both capability and trigger conditions with concrete examples. The only weak spot is trigger-term breadth, which is tied to a single rule-mapping phrasing.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('Places an object into a designated container', 'object moved to the correct container') rather than vague language.

3 / 3

Completeness

Explicitly states both what it does (places an object in a container based on a test outcome) and when to use it (an explicit trigger clause), satisfying both halves.

3 / 3

Trigger Term Quality

Includes a relevant trigger ('triggered when the agent needs to finalize a task by storing an object according to a rule') with one example mapping, but coverage of natural phrasings is narrow and domain-bound.

2 / 3

Distinctiveness Conflict Risk

Targets a clear niche (archiving ScienceWorld test results into specific colored boxes) with distinct triggers, making conflict with other skills unlikely.

3 / 3

Total

11

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Repository
zjunlp/SkillNet
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.