Agent skill · Workflow & Productivity

scienceworld-inventory-manager

Handles picking up objects from the environment into the agent's inventory or moving them out to containers. Use this skill when you need to acquire an object for later use (pick up) or place an object into a specific container as part of a task requirement (move). Takes an object name and location as input and confirms the transfer to or from inventory.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-inventory-manager --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-inventory-manager/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: Inventory Manager ## Purpose Manage the agent's inventory: pick up objects from the environment or place them into containers. ## Core Workflow 1. **Locate Object:** Use `look around` to confirm the object is present and note its exact name. 2. **Acquire:** `pick up OBJ` to move the object into your inventory. 3. **Place (if needed):** `move OBJ to OBJ` to transfer the object to a container. 4. **Verify:** Check the observation feedback to confirm the action succeeded. If it fails, verify exact object names with `look around`. ## Key Actions | Action | Purpose | |--------|---------| | `look around` | Find objects and confirm names | | `pick up OBJ` | Move object to inventory | | `move OBJ to OBJ` | Place object into a container | ## Examples **Acquiring an object:** 1. `look around` — see "a metal pot containing nothing" in the kitchen 2. `pick up metal pot containing nothing in kitchen` 3. Result: "You move the metal pot to the inventory." **Placing an object:** 1. `move metal pot to blue box` 2. Result: Object transferred to the blue box. ## Important Notes * Some objects include state descriptions in their name (e.g., "metal pot containing nothing"). Use the full name a

What's inside
Steps it walks through
  1. Purpose
  2. Core Workflow
  3. Key Actions
  4. Examples
  5. Important Notes
Ships with 1 file
  • references/environment_actions.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-inventory-manager skill do?

Handles picking up objects from the environment into the agent's inventory or moving them out to containers. Use this skill when you need to acquire an object for later use (pick up) or place an object into a specific container as part of a task requirement (move). Takes an object name and location as input and confirms the transfer to or from inventory.

How do I install it?

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