Agent skill · AI & Agents

scienceworld-container-item-retriever

This skill retrieves a specified item from a container by using the 'pick up' action. It should be triggered when the agent has identified a needed item inside an open container (e.g., a jar, box, or hive) and must transfer it to inventory for later use. The skill handles the object transfer, assuming the container is already accessible, and outputs confirmation that the item is now in the agent's inventory.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-container-item-retriever --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-container-item-retriever/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: Retrieve Item from Container ## Purpose Transfer a specified item from an open, accessible container into the agent's inventory using the `pick up` action. ## Trigger Conditions Use this skill when **all** of the following are true: 1. The agent has identified a specific item needed for a task. 2. The item is located inside a container (e.g., jar, box, hive, closet). 3. The container is already open and accessible (no `open` action required). 4. The agent's immediate goal is to possess the item for later use. ## Core Action Execute the `pick up <ITEM>` action, where `<ITEM>` is the exact name of the target object as observed in the environment. ## Execution Workflow 1. **Verify Context:** Ensure the target item is present in the current room's observation and is inside an open container. 2. **Execute Transfer:** Perform the `pick up <ITEM>` action. 3. **Confirm Success:** The expected observation is: `"You move the <ITEM> to the inventory."` If a different result occurs, consult the troubleshooting guide. ## Important Notes * **Pre-condition:** This skill assumes the container is already open. If the container is closed, you must use the `open` action first. * **Ambiguity:

What's inside
Steps it walks through
  1. Purpose
  2. Trigger Conditions
  3. Core Action
  4. Execution Workflow
  5. Important Notes
  6. Example
Ships with 1 file
  • references/execution_examples.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-container-item-retriever skill do?

This skill retrieves a specified item from a container by using the 'pick up' action. It should be triggered when the agent has identified a needed item inside an open container (e.g., a jar, box, or hive) and must transfer it to inventory for later use. The skill handles the object transfer, assuming the container is already accessible, and outputs confirmation that the item is now in the agent's inventory.

How do I install it?

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