Prepares a household appliance (microwave, oven, toaster, fridge) for use by ensuring it is in the correct open/closed state. Use when the agent needs to heat, cool, or cook an item and must first open or close the appliance before placing an object inside. Takes an appliance identifier as input and outputs a confirmation that the appliance is ready for the next action.
75
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Prepare a specified household appliance for immediate use by ensuring it is in the correct open or closed state. This is a prerequisite step before performing actions like heat, cool, or toggle with the appliance.
microwave 1, toaster 1, fridge 1).open {appliance} or close {appliance} action as needed.references/trajectory_example.md to see a practical application of this skill in the context of a larger task.Input: appliance_identifier: microwave 1
Sequence:
go to microwave 1 → Observation: "You are at microwave 1. The microwave 1 is closed."open microwave 1 → Observation: "You open the microwave 1. The microwave 1 is open."Output: "The microwave 1 is open and ready for use."
A confirmation that the appliance is ready, typically in the form of the agent's Thought summarizing the prepared state and the environment's observation.
7bb9a48
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.