Agent skill · AI & Agents

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.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-container-transfer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-container-transfer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 1. **Assess Need:** Determine if the current container is unsuitable for the next operation (e.g., tin cup is not heat-resistant for a furnace). 2. **Locate Items:** Use `look around` and `look at OBJ` to find the target substance and a suitable destination container. 3. **Execute Transfer:** `move <SUBSTANCE> to <DESTINATION>`. 4. **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. 1. `look around` — spot `tin cup (containing lead)` and `metal pot` 2. `move lead to metal pot` 3. `look at metal pot` — confirms: "a metal pot (containing a substance called lead)" ## Important Notes * All containers are pre-open

What's inside
Steps it walks through
  1. Purpose
  2. Core Workflow
  3. Key Actions
  4. Example
  5. Important Notes
Ships with 1 file
  • references/container_properties.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-container-transfer skill do?

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.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill scienceworld-container-transfer --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.

Keep going