alfworld-heat-object-with-appliance
Uses a heating appliance (microwave, stoveburner, oven) to apply heat to a specified object. Use when the task requires warming or cooking an item (e.g., "heat some egg", "warm the mug") and a heating appliance is available. Takes the object name and appliance name as input and outputs the object in a heated state, ready for placement at the task's target location.
npx skills add zjunlp/SkillNet --skill alfworld-heat-object-with-appliance --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Skill: Heat Object with Appliance ## Purpose Heat a specified object using a designated kitchen appliance to change its state (e.g., from cold to hot, raw to cooked) as required by a task. ## Core Workflow Follow this sequence of actions. Use the bundled `validate_and_plan.py` script to check for common preconditions before starting. 1. **Navigate & Locate:** Go to the location of the target object. 2. **Acquire Object:** Take the object from its current receptacle. 3. **Navigate to Appliance:** Go to the specified heating appliance. 4. **Prepare Appliance:** * If the appliance is closed, open it. * If the appliance contains other items, you may need to remove them (context-dependent). The default action is to close it and proceed, as some environments abstract this step. 5. **Execute Heating:** Use the `heat {object} with {appliance}` action. 6. **Complete Task:** Navigate to the final target location (e.g., a dining table) and put the heated object there. ## Key Decision Points * **Appliance State:** If the appliance is occupied, assess if the task implies clearing it. The trajectory shows proceeding without removal is sometimes valid. * **Object Location:** The object may not
- Purpose
- Core Workflow
- Key Decision Points
- Example
- Bundled Resources
What does the alfworld-heat-object-with-appliance skill do?
Uses a heating appliance (microwave, stoveburner, oven) to apply heat to a specified object. Use when the task requires warming or cooking an item (e.g., "heat some egg", "warm the mug") and a heating appliance is available. Takes the object name and appliance name as input and outputs the object in a heated state, ready for placement at the task's target location.
How do I install it?
Run `npx skills add zjunlp/SkillNet --skill alfworld-heat-object-with-appliance --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.
