This skill uses an appliance to change the state of an object (e.g., cooling, heating, cleaning). It should be triggered when the task requires altering an object's temperature or cleanliness using a specific device (like cooling with a fridge or heating with a microwave). The skill requires the object, the target state, and the appliance as inputs, and executes the corresponding modifier action (e.g., 'cool X with Y').
Use this skill when the task requires you to change the state of an object using a specific household appliance. The primary actions are:
fridge 1, microwave 1).open or toggle action.cool {obj} with {appliance}, heat {obj} with {appliance}, or .clean {obj} with {appliance}references/appliance_interaction_guide.md for troubleshooting.{obj}) before executing the state change action.{obj}: The specific object identifier (e.g., tomato 1).{target_state}: The desired state change (cool, heat, or clean).{appliance}: The specific appliance identifier (e.g., fridge 1).The skill's final output is a single, formatted action string: {target_state} {obj} with {appliance}.