Agent skill · Workflow & Productivity

scienceworld-item-fetcher

Picks up a specified object from the environment and moves it into the agent's inventory. Use this skill when you identify a required tool or material (e.g., thermometer, metal pot) that needs to be collected for later use in an experiment or task. Takes an object name as input and confirms the item's transfer to inventory.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-item-fetcher --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-item-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

# Skill: Fetch and Inventory Item ## Purpose Use this skill when you need to acquire a specific object for a task. It handles locating the object in the current environment and moving it into your inventory for later use. ## Core Workflow 1. **Identify Need:** Determine which object is required for your current or upcoming task (e.g., "thermometer", "metal pot"). 2. **Locate Object:** Ensure you are in the correct room. Use `look around` to survey the environment and confirm the object is present and accessible. 3. **Execute Fetch:** Use the `pick up` action on the target object. 4. **Verify Success:** Confirm the system observation states the object has been moved to your inventory. ## Key Principles * **Pre-check:** Always `look around` first to verify the object's presence and location (e.g., on a counter, in a container). * **Direct Action:** Use the simple `pick up OBJ` command. Do not overcomplicate the sequence. * **Inventory Focus:** After picking up the object, you may `focus on` it in your inventory to signal readiness for the next step in your main task. * **Error Handling:** If `pick up` fails, the object might be inside a closed container. Ensure all relevant container

What's inside
Steps it walks through
  1. Purpose
  2. Core Workflow
  3. Key Principles
  4. Example from Trajectory
  5. Input
  6. Output
Ships with 1 file
  • references/action_primer.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-item-fetcher skill do?

Picks up a specified object from the environment and moves it into the agent's inventory. Use this skill when you identify a required tool or material (e.g., thermometer, metal pot) that needs to be collected for later use in an experiment or task. Takes an object name as input and confirms the item's transfer to inventory.

How do I install it?

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