Agent Skills
› zjunlp/SkillNet
› scienceworld-container-transfer
scienceworld-container-transfer
GitHub用于在模拟环境中将物质或物体从一个容器转移到另一个容器,为加热、混合或测量做准备。通过评估需求、定位物品并执行移动操作完成。
Trigger Scenarios
需要将物质转移到耐热容器中以便加热
需要在不同容器间重新组织材料以进行混合或测量
Install
npx skills add zjunlp/SkillNet --skill scienceworld-container-transfer -g -y
SKILL.md
Frontmatter
{
"name": "scienceworld-container-transfer",
"description": "Moves a substance or object from one container to another (e.g., moving lead to a metal pot). Use this skill when you need to prepare materials for processing, such as transferring a substance into a heat-resistant container before heating, or reorganizing materials between vessels for mixing or measurement."
}
Skill: Container Transfer
Purpose
Transfer a target substance or object from a source container to a destination container. This is a foundational step for preparing materials for heating, mixing, or measurement.
Core Workflow
- Assess Need: Determine if the current container is unsuitable for the next operation (e.g., tin cup is not heat-resistant for a furnace).
- Locate Items: Use
look aroundandlook at OBJto find the target substance and a suitable destination container. - Execute Transfer:
move <SUBSTANCE> to <DESTINATION>. - Verify:
look at <DESTINATION>to confirm the substance is now inside.
Key Actions
| Action | Purpose |
|---|---|
look around |
Survey room for containers and substances |
look at OBJ |
Inspect container contents |
move OBJ to OBJ |
Transfer substance to destination |
Example
Task: Transfer lead from a tin cup to a heat-resistant metal pot for furnace heating.
look around— spottin cup (containing lead)andmetal potmove lead to metal potlook at metal pot— confirms: "a metal pot (containing a substance called lead)"
Important Notes
- All containers are pre-opened. Do not use
openorcloseactions. - Choose the destination container based on properties needed for the next step (e.g., heat resistance for furnace use).
- If the transfer fails ("You can't do that"), verify object names with
look aroundand ensure the destination is accessible.
Version History
- 7bb9a48 Current 2026-07-25 11:53


