‹ 首页

alfworld-object-cooler

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

Cools a held object using an appropriate cooling appliance such as a fridge or freezer. Use when the task requires reducing the temperature of an object (e.g., "cool some pot", "chill the mug") and the agent is already holding the object. Performs the ALFWorld `cool` action and outputs the cooled object ready for subsequent placement or serving steps.

适合你,如果在ALFWorld环境中需要冷却物品

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

怎么用

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

装上后,Claude 可以在 ALFWorld 环境中冷却手中物体。当它拿着物体并位于冰箱或冰柜旁时,执行冷却动作,将物体变凉。

什么时候触发

当 Claude 手中持有需要冷却的物体,且所在位置有制冷设备(如冰箱)时触发。

装好后可以这样说
Claude 会将锅放入冰箱冷却。
Claude 会执行冷却杯子的动作。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

Skill: Cool Held Object

Purpose

Use this skill when you are holding an object (e.g., pot 1) that needs to be cooled and you are at the location of a valid cooling receptacle (e.g., fridge 1). The skill executes the cool action to change the object's state.

Prerequisites
  1. Object in Hand: You must already be holding the target object (e.g., pot 1).
  2. At Cooling Receptacle: You must be at the location of the cooling appliance (e.g., fridge 1). Use go to {recep} to navigate first if needed.
  3. Valid Receptacle: The receptacle must be a valid target for the cool action (e.g., fridge, freezer). The environment will validate this.
Core Action

Execute the cool action with the format: cool {obj} with {recep}.

Execution Flow
  1. Verify State: Confirm you are holding the object and are at the cooling receptacle's location.
  2. Execute: Perform the cool action.
  3. Verify Outcome: The expected observation is "You cool the {obj} using the {recep}." If the observation is "Nothing happened," the action was invalid—check the prerequisites or try a different receptacle.
Example from Trajectory
  • State: Holding pot 1, at fridge 1.
  • Action: cool pot 1 with fridge 1
  • Result: Observation: "You cool the pot 1 using the fridge 1."
Next Steps

After successful cooling, the object is ready for the next task step (e.g., put {obj} in/on {recep}).

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

评论

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