Agent skill · Workflow & Productivity

scienceworld-container-relocator

Moves an object from inventory to a specified container in a target room. Use when the task requires placing an item into a particular receptacle (e.g., 'move it to the orange box').

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-container-relocator/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: Container Relocator ## Procedure 1. Confirm the object is in your inventory. If not, acquire it first. 2. `teleport to <ROOM>` — navigate to the room containing the target container. 3. `move <OBJECT> to <CONTAINER>` — transfer the object to the destination. 4. `look at <CONTAINER>` — verify the object is now inside. ## Example Flow (from trajectory) 1. Task: "move it to the orange box in the workshop." 2. Identify: Object = dove egg (in inventory), Container = orange box, Room = workshop. 3. Action: `teleport to workshop` 4. Action: `move dove egg to orange box`

What's inside
Steps it walks through
  1. Procedure
  2. Example Flow (from trajectory)
Ships with 1 file
  • references/action_primer.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-container-relocator skill do?

Moves an object from inventory to a specified container in a target room. Use when the task requires placing an item into a particular receptacle (e.g., 'move it to the orange box').

How do I install it?

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