Agent skill · Workflow & Productivity

alfworld-object-state-modifier

Uses an appliance to change the state of an object (cooling, heating, or cleaning). Use when the task requires altering an object's temperature or cleanliness using a specific device (e.g., cooling with a fridge, heating with a microwave, cleaning with a sinkbasin). Takes the object, target state, and appliance as inputs and executes the corresponding modifier action.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill alfworld-object-state-modifier --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/alfworld/alfworld-object-state-modifier/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

# Instructions Change an object's state (cool, heat, or clean) using a household appliance. You must be holding the target object before executing the state change. ## Workflow 1. **Navigate to appliance:** `go to {appliance}` (e.g., `go to fridge 1`) 2. **Prepare if closed:** If observation says appliance is closed, execute `open {appliance}` -- verify it opens 3. **Execute state change:** `{action} {obj} with {appliance}` -- verify observation confirms the change 4. **Proceed:** Continue with the next task step (e.g., placing the modified object) ## Action Mapping | State Change | Action | Typical Appliance | |---|---|---| | Cool | `cool {obj} with {appliance}` | `fridge 1` | | Heat | `heat {obj} with {appliance}` | `microwave 1`, `stoveburner 1` | | Clean | `clean {obj} with {appliance}` | `sinkbasin 1` | ## Error Recovery - "Nothing happened": Check (1) you are holding the object, (2) appliance is open/ready, (3) object and appliance names are correct - Appliance occupied: remove existing items first with `take {item} from {appliance}` ## Example **Scenario:** You need to cool a tomato using the fridge. ``` Thought: I'm holding tomato 1 and need to cool it. I'll go to the fridg

What's inside
Steps it walks through
  1. Workflow
  2. Action Mapping
  3. Error Recovery
  4. Example
Ships with 1 file
  • references/appliance_interaction_guide.md
More from SkillNet
All skills →
About this skill
What does the alfworld-object-state-modifier skill do?

Uses an appliance to change the state of an object (cooling, heating, or cleaning). Use when the task requires altering an object's temperature or cleanliness using a specific device (e.g., cooling with a fridge, heating with a microwave, cleaning with a sinkbasin). Takes the object, target state, and appliance as inputs and executes the corresponding modifier action.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill alfworld-object-state-modifier --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