scienceworld-container-transfer
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.
适合你,如果需要在实验或加工前将物质从一个容器移到另一个容器
npx oh-my-skill add zjunlp/skillnet/scienceworld-container-transfercurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zjunlp/skillnet/scienceworld-container-transfernpx oh-my-skill verify zjunlp/skillnet/scienceworld-container-transfer怎么用
商店整理自技能原文 · 版本 7bb9a48 · 表述以原文为准装了这个技能后,Claude 可以帮你将物质或物体从一个容器转移到另一个容器,比如把铅从锡杯移到金属锅,为加热、混合或测量做准备。
当你需要准备材料进行加工,例如将物质转移到耐热容器中加热,或在容器之间重新整理材料以进行混合或测量时。
技能原文 SKILL.md
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.