Agent skill · Workflow & Productivity

alfworld-temperature-regulator

Manages the temperature state of an object by placing it into an appropriate appliance (fridge for cooling, microwave for heating). Use when the task requires modifying an object's temperature property, such as "cool some bread" or "heat some food". Takes the object identifier, temperature-modifying receptacle, and final target receptacle as inputs, and outputs the object at the target location with its temperature state changed.

ZJUNLP6,348★ · 5 repos on radarProfile →
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill alfworld-temperature-regulator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: none
Path: experiments/src/skills/alfworld/alfworld-temperature-regulator/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 This skill executes a sequence to change an object's temperature by placing it in a specific receptacle (e.g., fridge for cooling, microwave for heating) and then relocating it to a final target location. ## 1. Input Validation & Planning * **Inputs Required:** The `object` identifier (e.g., `bread 1`) and the `temperature_receptacle` identifier (e.g., `fridge 1` for cooling, `microwave 1` for heating). The final `target_receptacle` (e.g., `diningtable 1`) is also required. * **Verify** the provided object and receptacles exist in the agent's current observation. If not, the agent must first navigate to locate them. * **Plan** the sequence: Locate object -> Pick up object -> Navigate to temperature receptacle -> Open it (if closed) -> Place object inside -> Close receptacle (optional, based on environment feedback) -> Navigate to target receptacle -> Place object there. ## 2. Execution Sequence Follow this core logic. Use deterministic scripts for error-prone steps (see `scripts/`). 1. **Acquire Object:** `go to` the object's location, then `take {object} from {recep}`. 2. **Apply Temperature Effect:** * `go to {temperature_receptacle}`. * If the receptacle is report

What's inside
Steps it walks through
  1. 1. Input Validation & Planning
  2. 2. Execution Sequence
  3. 3. Error Handling & Observations
  4. 4. Example
  5. 5. Completion
Ships with 2 files
  • references/action_spec.md
  • references/troubleshooting.md
More from SkillNet
All skills →
About this skill
What does the alfworld-temperature-regulator skill do?

Manages the temperature state of an object by placing it into an appropriate appliance (fridge for cooling, microwave for heating). Use when the task requires modifying an object's temperature property, such as "cool some bread" or "heat some food". Takes the object identifier, temperature-modifying receptacle, and final target receptacle as inputs, and outputs the object at the target location with its temperature state changed.

How do I install it?

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