‹ 首页

alfworld-heat-object-with-appliance

@zjunlp · 收录于 5 天前 · 上游提交 2 周前

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 安装 校验哈希
npx oh-my-skill add zjunlp/skillnet/alfworld-heat-object-with-appliance
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zjunlp/skillnet/alfworld-heat-object-with-appliance
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify zjunlp/skillnet/alfworld-heat-object-with-appliance
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1112GitHub stars
~698最小装载
~1.1K含声明引用
~1.1K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 7bb9a48 · 表述以原文为准
它做什么

装上后,Claude 会根据指令使用微波炉、灶头或烤箱等加热器具,对指定物体(如鸡蛋、杯子)进行加热或烹饪,然后将加热后的物体放到任务要求的位置。

什么时候触发

当你说出“加热某个物品”或“把某物弄热”等要求时,并且附近有可用的加热器具。

装好后可以这样说
Claude 会找到鸡蛋并用微波炉加热。
Claude 会取牛奶并在微波炉里加热。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

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:
  5. If the appliance is closed, open it.
  6. 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.
  7. Execute Heating: Use the heat {object} with {appliance} action.
  8. 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 be at the initial location. Be prepared to search other receptacles (e.g., fridge, countertop, cabinet) if not found.
  • Alternative Appliances: If the primary appliance (e.g., microwave) is unavailable or broken, consider alternatives like a stoveburner.
Example

Task: "Heat some egg and put it on the diningtable."

Input: object: egg 1, appliance: microwave 1, target: diningtable 1

Sequence:

  1. go to fridge 1 → Observation: "You are at fridge 1."
  2. open fridge 1 → Observation: "You open the fridge 1. You see egg 1, ..."
  3. take egg 1 from fridge 1 → Observation: "You pick up the egg 1 from the fridge 1."
  4. go to microwave 1 → Observation: "You are at microwave 1."
  5. heat egg 1 with microwave 1 → Observation: "You heat the egg 1 using the microwave 1."
  6. go to diningtable 1 → Observation: "You are at diningtable 1."
  7. put egg 1 in/on diningtable 1 → Observation: "You put the egg 1 in/on the diningtable 1."

Output: The egg 1 is heated and placed on the diningtable 1. Task complete.

Bundled Resources
  • scripts/validate_and_plan.py: A utility to check the initial environment state against the skill's prerequisites.
  • references/common_heating_appliances.md: A list of typical appliances and their properties in the ALFWorld environment.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。