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').
npx skills add zjunlp/SkillNet --skill scienceworld-container-relocator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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`
- Procedure
- Example Flow (from trajectory)
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.
