Agent skill · AI & Agents

scienceworld-liquid-pourer

Transfers the contents of a source liquid container into a target container for mixing or preparation. Use this skill when you need to combine multiple substances (such as paints or chemicals) into a single vessel, or when a liquid must be moved from one container to another before processing.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-liquid-pourer --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-liquid-pourer/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: Liquid Pourer ## Purpose Transfer a liquid from a source container to a target container, typically as a preparatory step for mixing or chemical combination. ## When to Use - Combining multiple liquids or substances into one vessel for mixing. - Moving a liquid to a more suitable container before heating or processing. - Preparing ingredients for a recipe that requires pouring. ## Core Workflow 1. **Identify Containers:** Use `look around` to locate the source container (with the liquid) and the target container (destination vessel). 2. **Perform Transfer:** `pour OBJ into OBJ` with precise object identifiers. 3. **Verify:** `look at OBJ` on the target container to confirm the transfer succeeded. ## Key Actions | Action | Purpose | |--------|---------| | `look around` | Locate source and target containers | | `pour OBJ into OBJ` | Transfer liquid contents | | `look at OBJ` | Verify transfer success | | `mix OBJ` | Combine contents (separate skill, used after pouring) | ## Example **Task:** Create orange paint by mixing red and yellow paint. 1. `look around` — find `wood cup (containing red paint)`, `wood cup (containing yellow paint)`, and `jug` 2. `pour wood cup (containi

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

Transfers the contents of a source liquid container into a target container for mixing or preparation. Use this skill when you need to combine multiple substances (such as paints or chemicals) into a single vessel, or when a liquid must be moved from one container to another before processing.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill scienceworld-liquid-pourer --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