Agent skill · Workflow & Productivity

scienceworld-tool-fetcher

This skill locates and picks up a specified tool or instrument from the environment. It should be triggered when a task requires a specific tool (e.g., thermometer, stopwatch) for measurement or manipulation. The skill identifies the tool's location via observation and executes a pick-up action, moving the tool to inventory.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-tool-fetcher/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

# Instructions **Primary Goal:** Locate a specified tool and move it to your inventory. ## 1. Identify the Target Tool * The required tool will be specified in the user's task or request (e.g., "thermometer", "stopwatch", "lighter"). * Confirm the exact name of the tool object. ## 2. Locate the Tool via Exploration * If you are not in the correct room, use `teleport to [ROOM_NAME]` to go to the most likely location (e.g., `kitchen`, `workshop`). * Use `look around` to survey the current room. * Scan the observation for the target tool name. It may be: * Listed directly in the room description (e.g., "a thermometer"). * Inside an open container (e.g., "a fridge. In the fridge is: chocolate, a wood cup..."). * If the tool is not immediately visible, examine likely containers using `look at [CONTAINER]` (e.g., `look at counter`, `look at cupboard`). ## 3. Execute the Pick-up * Once the tool is located, execute the action: `pick up [TOOL_NAME]`. * Example: `pick up thermometer`. * Verify the action was successful by checking the observation for confirmation (e.g., "You move the thermometer to the inventory."). ## 4. Post-Action Verification (Optional) * If required by the broader task,

What's inside
Steps it walks through
  1. 1. Identify the Target Tool
  2. 2. Locate the Tool via Exploration
  3. 3. Execute the Pick-up
  4. 4. Post-Action Verification (Optional)
  5. Key Constraints & Notes
Ships with 2 files
  • references/environment_actions.md
  • references/trajectory_analysis.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-tool-fetcher skill do?

This skill locates and picks up a specified tool or instrument from the environment. It should be triggered when a task requires a specific tool (e.g., thermometer, stopwatch) for measurement or manipulation. The skill identifies the tool's location via observation and executes a pick-up action, moving the tool to inventory.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill scienceworld-tool-fetcher --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