‹ 首页

alfworld-search-verifier

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

Re-examines previously visited locations to confirm the absence of a target object or to check for overlooked items. Use when an initial search fails to find enough objects or when double-checking is required before concluding task failure. Systematically revisits receptacles, re-opens closed containers, and re-inspects contents to ensure no viable location was missed.

适合你,如果在搜索任务中需要确保没有遗漏任何可能的位置

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

怎么用

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

装上后,Claude 会重新检查之前搜过的容器和位置,打开已关闭的容器,仔细查看是否有遗漏的目标物品,然后告诉你找到或没找到。

什么时候触发

当你第一次搜索没找够目标物品,或者需要确认所有可能位置都已查过、没有遗漏时触发。

装好后可以这样说
触发重新搜索特定容器
触发全面复查
指定位置反复核查
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

Instructions

Trigger Condition: Use this skill when an initial search for a target object (e.g., cellphone) has been performed but the required quantity has not been found, or when you need to verify that no viable location was missed before task failure.

Core Procedure
  1. Initialize Tracking: Maintain a mental or explicit list of all receptacles (recep) you have already visited during your initial search (e.g., sidetable 1, shelf 1-8, drawer 1, drawer 2, desk 1).
  1. Systematic Revisit: Do not search new, unvisited locations. Instead, systematically return to each previously visited receptacle in a logical order (e.g., by proximity or by the original search sequence).
  2. Action: Use go to {recep} to navigate.
  3. For Closed Receptacles: If a receptacle was closed during the initial search and you opened it, it may be closed again. Re-open it to verify its contents.
  4. Action: Use open {recep}.
  5. For Open/Empty Receptacles: Observe the contents again. The state may have changed, or an item may have been overlooked.
  6. Action: No action needed; read the Observation.
  1. Verification Logic: For each revisited location:
  2. If the target object is now present, retrieve it (take {obj} from {recep}) and proceed with the main task.
  3. If the location is confirmed to lack the target object, note it as thoroughly checked and move to the next location on your list.
  4. If you encounter a closed receptacle you previously assumed was empty, opening it is a critical verification step.
  1. Conclusion: After revisiting all locations on your list:
  2. If the target object was found: Integrate it into your main task plan.
  3. If the target object was not found: You can conclusively report that the object is not available in the searched area and adjust your task strategy accordingly (e.g., consider task failure or exploring a new, unsearched area).
Example

Scenario: You need two cellphones but only found one. Revisiting previously searched locations.

Thought: I only found 1 cellphone but need 2. Let me revisit sidetable 1 which I checked earlier.
Action: go to sidetable 1
Observation: On the sidetable 1, you see a cellphone 2, a keychain 1.
Thought: Found cellphone 2! I must have overlooked it during the initial search.
Action: take cellphone 2 from sidetable 1
Observation: You pick up the cellphone 2 from the sidetable 1.

Result: The second cellphone was found by re-examining a previously visited location.

Thought Process Template

When executing this skill, structure your reasoning as follows:

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

评论

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