‹ 首页

alfworld-appliance-navigator

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

Navigates the agent to a target appliance (microwave, stove, fridge, or sinkbasin) needed for object processing. Use when you are holding an object that needs heating, cooling, or cleaning and must move to the correct appliance station. Identifies the required appliance from the task context and executes the movement action.

适合你,如果在虚拟环境中需要自动移动到微波炉、冰箱等家电旁处理物品。

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

怎么用

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

当你拿着需要加热、冷却或清洗的物品时,Claude 会自动识别目标电器(微波炉、灶台、冰箱或水槽),移动到该电器,并先打开关闭的门。

什么时候触发

当你拿着物品且下一步任务需要加热、冷却或清洗它时触发。

装好后可以这样说
会导航到微波炉并打开门。
会导航到冰箱并开门。
会导航到水槽。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

Instructions

Use this skill when you are holding an object that needs to be processed (heated, cooled, or cleaned) and you must locate and move to the correct appliance to perform the action.

Workflow
  1. Identify the Target Appliance: Determine which appliance is required for the task. Map the action to the appliance: heat -> microwave/stoveburner, cool -> fridge, clean -> sinkbasin.
  2. Locate the Appliance: Scan the environment observation for the target appliance (e.g., microwave 1, fridge 1, sinkbasin 1).
  3. Navigate: Execute go to {appliance} to move to the identified appliance location.
  4. Prepare Appliance (if needed): Upon arrival, check if the appliance requires preparation (e.g., opening a closed microwave or fridge door). If so, perform open {appliance} before proceeding.
Example

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

Thought: I need to heat this potato. The microwave is the appropriate appliance.
Action: go to microwave 1
Observation: The microwave 1 is closed.
Thought: I need to open the microwave before I can use it.
Action: open microwave 1
Observation: You open the microwave 1. The microwave 1 is open. In it, you see nothing.

Result: You are now at the open microwave, ready to heat the potato.

Key Principles
  • Trigger: The agent is holding an object and the next step in the task is to heat, cool, or clean it.
  • Core Action: The primary output of this skill is the navigation command go to {target_appliance}.
  • Prerequisite Check: Always ensure the appliance is accessible (e.g., open) before attempting to use it for processing.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

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