Agent skill

alfworld-object-heater

Heats a specified object using an available heating appliance (e.g., microwave, stoveburner). Use when you are holding an object that requires heating and need to navigate to and operate the heating appliance. Takes the object and appliance as inputs and results in the object being in a heated state.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill alfworld-object-heater --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-heater/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 Heat an object you are holding using a compatible heating appliance (microwave or stoveburner). ## Prerequisites - The target object must be in your inventory - A heating appliance (microwave, stoveburner) must exist in the environment ## Workflow 1. **Navigate:** `go to {appliance}` (e.g., `go to microwave 1`) 2. **Check state:** If observation says appliance is closed, execute `open {appliance}` -- verify observation confirms it is now open 3. **Heat:** `heat {object} with {appliance}` -- verify observation confirms "You heat the {object}" 4. **(Optional) Place:** If the task requires it, navigate to the destination and place the heated object ## Action Format - `go to microwave 1` / `go to stoveburner 1` - `open microwave 1` - `heat {object} with {appliance}` (e.g., `heat potato 1 with microwave 1`) ## Error Recovery - "Nothing happened" on heat: Check (1) you are holding the object, (2) appliance is open, (3) appliance name is correct - Appliance occupied: Take the existing item out first, then retry ## Example **Scenario:** You are holding `potato 1` and need to heat it. ``` Thought: I need to heat the potato. I'll go to the microwave. Action: go to microwave 1

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

Heats a specified object using an available heating appliance (e.g., microwave, stoveburner). Use when you are holding an object that requires heating and need to navigate to and operate the heating appliance. Takes the object and appliance as inputs and results in the object being in a heated state.

How do I install it?

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