Agent Skills
› zjunlp/SkillNet
› scienceworld-container-relocator
scienceworld-container-relocator
GitHub用于将库存中的物品移动到指定房间的特定容器中。通过传送至目标房间、执行移动指令并验证放置结果,完成物品的空间转移任务。
Trigger Scenarios
用户要求将某物品放入特定容器
需要执行物品放置或收纳操作
Install
npx skills add zjunlp/SkillNet --skill scienceworld-container-relocator -g -y
SKILL.md
Frontmatter
{
"name": "scienceworld-container-relocator",
"description": "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')."
}
Skill: Container Relocator
Procedure
- Confirm the object is in your inventory. If not, acquire it first.
teleport to <ROOM>— navigate to the room containing the target container.move <OBJECT> to <CONTAINER>— transfer the object to the destination.look at <CONTAINER>— verify the object is now inside.
Example Flow (from trajectory)
- Task: "move it to the orange box in the workshop."
- Identify: Object = dove egg (in inventory), Container = orange box, Room = workshop.
- Action:
teleport to workshop - Action:
move dove egg to orange box
Version History
- 7bb9a48 Current 2026-07-25 11:53


