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


