alfworld-object-cooler
Cools a held object using an appropriate cooling appliance such as a fridge or freezer. Use when the task requires reducing the temperature of an object (e.g., "cool some pot", "chill the mug") and the agent is already holding the object. Performs the ALFWorld `cool` action and outputs the cooled object ready for subsequent placement or serving steps.
npx skills add zjunlp/SkillNet --skill alfworld-object-cooler --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: Cool Held Object ## Purpose Use this skill when you are holding an object (e.g., `pot 1`) that needs to be cooled and you are at the location of a valid cooling receptacle (e.g., `fridge 1`). The skill executes the `cool` action to change the object's state. ## Prerequisites 1. **Object in Hand:** You must already be holding the target object (e.g., `pot 1`). 2. **At Cooling Receptacle:** You must be at the location of the cooling appliance (e.g., `fridge 1`). Use `go to {recep}` to navigate first if needed. 3. **Valid Receptacle:** The receptacle must be a valid target for the `cool` action (e.g., fridge, freezer). The environment will validate this. ## Core Action Execute the `cool` action with the format: `cool {obj} with {recep}`. ## Execution Flow 1. **Verify State:** Confirm you are holding the object and are at the cooling receptacle's location. 2. **Execute:** Perform the `cool` action. 3. **Verify Outcome:** The expected observation is "You cool the {obj} using the {recep}." If the observation is "Nothing happened," the action was invalid—check the prerequisites or try a different receptacle. ## Example from Trajectory * **State:** Holding `pot 1`, at `fridge 1`.
- Purpose
- Prerequisites
- Core Action
- Execution Flow
- Example from Trajectory
- Next Steps
What does the alfworld-object-cooler skill do?
Cools a held object using an appropriate cooling appliance such as a fridge or freezer. Use when the task requires reducing the temperature of an object (e.g., "cool some pot", "chill the mug") and the agent is already holding the object. Performs the ALFWorld `cool` action and outputs the cooled object ready for subsequent placement or serving steps.
How do I install it?
Run `npx skills add zjunlp/SkillNet --skill alfworld-object-cooler --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.
