‹ 首页

alfworld-object-heater

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

Heats a specified object using an available heating appliance (e.g., microwave, stoveburner). Use when you are holding an object that requires heating and need to navigate to and operate the heating appliance. Takes the object and appliance as inputs and results in the object being in a heated state.

适合你,如果需要在模拟环境中加热物体

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

怎么用

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

装上后,Claude 会帮助加热你手中的物品:先走到加热设备(如微波炉、炉灶),如果设备是关闭的就打开,然后加热物品,最后可按需放置。

什么时候触发

当你手持需要加热的物品,且环境中存在微波炉或炉灶等加热设备时触发。

装好后可以这样说
Claude 会找到最近的加热设备并操作。
技能会自动导航并执行加热动作。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

Instructions

Heat an object you are holding using a compatible heating appliance (microwave or stoveburner).

Prerequisites
  • The target object must be in your inventory
  • A heating appliance (microwave, stoveburner) must exist in the environment
Workflow
  1. Navigate: go to {appliance} (e.g., go to microwave 1)
  2. Check state: If observation says appliance is closed, execute open {appliance} -- verify observation confirms it is now open
  3. Heat: heat {object} with {appliance} -- verify observation confirms "You heat the {object}"
  4. (Optional) Place: If the task requires it, navigate to the destination and place the heated object
Action Format
  • go to microwave 1 / go to stoveburner 1
  • open microwave 1
  • heat {object} with {appliance} (e.g., heat potato 1 with microwave 1)
Error Recovery
  • "Nothing happened" on heat: Check (1) you are holding the object, (2) appliance is open, (3) appliance name is correct
  • Appliance occupied: Take the existing item out first, then retry
Example

Scenario: You are holding potato 1 and need to heat it.

Thought: I need to heat the potato. I'll go to the microwave.
Action: go to microwave 1
Observation: The microwave 1 is closed.
Action: open microwave 1
Observation: You open the microwave 1. The microwave 1 is open. In it, you see nothing.
Action: heat potato 1 with microwave 1
Observation: You heat the potato 1 using the microwave 1.

Result: The potato is now heated. Proceed to place it at the destination if required by the task.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

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