‹ 首页

alfworld-locate-target-object

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

Navigates to a suspected location and identifies a target object. Use when your goal requires finding a specific object (e.g., "potato", "plate") and its location is not immediately known. Moves to a relevant receptacle (like a fridge or cabinet), checks its contents, and outputs the object's location or confirms its absence.

适合你,如果需要在未知环境中快速找到特定物品的位置。

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

怎么用

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

当你需要找某个物体(如“土豆”、“盘子”)但不知道它在哪里时,Claude 会移动到合理的容器(如冰箱、柜子)并查看内部,然后告诉你物体的位置或确认它不在那里。

什么时候触发

当你的目标需要找到一个具体物体,且该物体的位置未知时触发。Claude 会基于常识猜测最可能的位置。

装好后可以这样说
移动到冰箱并检查内部。
打开柜子并扫描内容。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

Skill: Locate Target Object

Purpose

Use this skill when your goal requires a specific object and you need to find it. The skill directs you to a likely receptacle, inspects it, and confirms if the target is present.

Core Workflow
  1. Identify Target & Suspected Location: Determine the object you need and the most logical place to find it (e.g., food in the fridge, utensils in a drawer).
  2. Navigate: Go to the suspected receptacle.
  3. Inspect: If the receptacle is closed, open it.
  4. Locate: Visually scan the contents for the target object.
  5. Report: Output the object's location if found, or note its absence.
Instructions

Follow this sequence of actions and reasoning.

Thought: I need to find a <target_object>. The most likely place for it is the <suspected_receptacle>. Action: go to <suspected_receptacle>

Observation: [You arrive at the receptacle. It may be open or closed.]

Thought: I am at the <suspected_receptacle>. To see inside, I must open it. Action: open <suspected_receptacle>

Observation: [The receptacle opens, revealing its contents.]

Thought: The <suspected_receptacle> is open. I will now look for the <target_object> among its contents.

  • If the object is visible: I have located the <target_object> in the <suspected_receptacle>. My location task is complete.
  • If the object is not visible: The <target_object> is not in the <suspected_receptacle>. I must consider the next most likely location.
Key Principles
  • Contextual Guessing: Use common sense to guess the initial search location (e.g., fridge for perishables, cabinet for dry goods).
  • Sequential Access: You must go to a location before you can open it.
  • Visual Confirmation: Only trust the Observation after opening a receptacle to confirm an object's presence or absence.
Example

Scenario: You need to find a potato for a heating task.

Thought: I need to find a potato. Potatoes are commonly stored in the fridge.
Action: go to fridge 1
Observation: The fridge 1 is closed.
Action: open fridge 1
Observation: You open the fridge 1. The fridge 1 is open. In it, you see a potato 1, a lettuce 2.

Result: The potato has been located in fridge 1. You can now take potato 1 from fridge 1 and proceed.

Next Steps

After successfully locating the object, you will typically need to take it or interact with it, which is outside the scope of this skill. If the object is not found, trigger this skill again with a new suspected location.

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

评论

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