Agent skill · Workflow & Productivity

scienceworld-tool-validator

Use when the agent has acquired a tool or instrument and needs to verify it is operational before first use in a critical task step. This skill performs a lightweight pre-use check via "focus on [TOOL] in inventory" and confirms readiness based on the system's response, ensuring the tool is functional before measurement, activation, or connection operations.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-tool-validator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-tool-validator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: scienceworld-tool-validator ## Purpose Perform a pre-use functionality check on a tool or instrument to confirm it is operational before employing it in a critical ScienceWorld task step such as measurement, activation, or connection. ## When to Use - Immediately after acquiring a tool (e.g., `pick up thermometer`) and before its first use - When switching to a different tool mid-task and needing to confirm readiness - When resuming a task after navigation and needing to re-confirm tool availability ## Workflow 1. **Acquire the tool** -- Ensure the target tool is in inventory. If not, locate it with `look around` and retrieve it with `pick up [TOOL]`. 2. **Execute validation** -- Run: `focus on [TOOL] in inventory`. 3. **Confirm readiness** -- A successful response (`"You focus on the [TOOL]."`) confirms the tool is operational. No further diagnostic steps are needed unless an error is observed. 4. **Proceed** -- Use the validated tool in the task operation (e.g., `use thermometer on [TARGET]`). ## Examples ### Example 1: Validating a thermometer before measurement ``` > pick up thermometer You pick up the thermometer. > focus on thermometer in inventory You focus on the t

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Workflow
  4. Examples
  5. Example 1: Validating a thermometer before measurement
  6. Example 2: Validating a scale after teleporting to a new room
  7. Key Principles
Ships with 1 file
  • references/action_primer.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-tool-validator skill do?

Use when the agent has acquired a tool or instrument and needs to verify it is operational before first use in a critical task step. This skill performs a lightweight pre-use check via "focus on [TOOL] in inventory" and confirms readiness based on the system's response, ensuring the tool is functional before measurement, activation, or connection operations.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill scienceworld-tool-validator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zjunlp/SkillNet, a repository with 1,117 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going