CtrlK
BlogDocsLog inGet started
Tessl Logo

scienceworld-recipe-retriever

This skill locates and acquires a recipe or instruction document by using 'pick up' on the recipe object. Use when the task involves following a specific procedure (e.g., crafting, mixing) and the agent needs to obtain the written instructions. The skill assumes the recipe is visible in the current room and moves it to the inventory, allowing the agent to read it later to understand required ingredients and steps.

77

Quality

96%

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.

The body is concise, actionable, and clearly sequenced with validation and error-recovery steps. The main gap is that the provided reference bundle files are never referenced from the body.

Suggestions

If action_primitives.md and trajectory_analysis.md are relevant, add a one-line 'References' section linking them so the bundle is navigable; otherwise remove them to avoid dead weight.

Tighten the slight overlap between Key Notes ("Reading the recipe... is a separate action") and the Example's step 4 to remove redundancy.

Consider noting in Core Procedure when to expand the search to adjacent rooms, since that guidance currently lives only in Error Handling.

DimensionReasoningScore

Conciseness

The body is lean (~30 lines) and command-focused with no padding or explanation of concepts Claude already knows; minor overlaps in Key Notes/Example are negligible, so nearly every token earns its place.

3 / 3

Actionability

Provides concrete, executable game commands in backticks (look around, pick up <recipe_object>, read recipe for red paint) plus a fully worked example with expected observations, which is specific and copy-paste ready for this instruction-only skill.

3 / 3

Workflow Clarity

A clearly sequenced Locate → Acquire → Verify procedure includes an explicit validation checkpoint ("Confirm the recipe is now in your inventory before proceeding") and an error-recovery feedback loop in Error Handling.

3 / 3

Progressive Disclosure

Sections are well-organized and the skill is simple enough not to require external files, yet bundle files exist in references/ (action_primitives.md, trajectory_analysis.md) that the body never signals or links to, leaving references present but not clearly navigated.

2 / 3

Total

11

/

12

Passed

Description

100%

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 is specific, complete, and distinct, clearly stating both the capability and an explicit trigger clause with natural domain terms.

DimensionReasoningScore

Specificity

Names multiple concrete actions tied to a mechanism: "locates and acquires a recipe or instruction document by using 'pick up' on the recipe object," "moves it to the inventory," and "read it later," matching the anchor for listing several specific concrete actions.

3 / 3

Completeness

Explicitly states both what it does (locates, acquires, moves to inventory) and when to use it via an explicit "Use when the task involves following a specific procedure..." clause.

3 / 3

Trigger Term Quality

Includes natural terms a user would say for this domain — "recipe," "instruction document," "crafting, mixing," and "written instructions" — giving good coverage rather than sparse jargon.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (obtaining recipe/instruction documents in a simulation environment via 'pick up') with distinct triggers unlikely to conflict with unrelated skills.

3 / 3

Total

12

/

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