Agent Skillszjunlp/SkillNet › alfworld-locate-target-object

alfworld-locate-target-object

GitHub

用于在未知位置寻找特定目标对象的技能。通过常识推测存放地点,导航至容器,打开并检查内容,最终确认对象位置或报告缺失。

experiments/src/skills/alfworld/alfworld-locate-target-object/SKILL.md zjunlp/SkillNet

Trigger Scenarios

需要寻找特定物体但位置不明 执行搜索任务需定位物品

Install

npx skills add zjunlp/SkillNet --skill alfworld-locate-target-object -g -y
More Options

Non-standard path

npx skills add https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/alfworld/alfworld-locate-target-object -g -y

Use without installing

npx skills use zjunlp/SkillNet@alfworld-locate-target-object

指定 Agent (Claude Code)

npx skills add zjunlp/SkillNet --skill alfworld-locate-target-object -a claude-code -g -y

安装 repo 全部 skill

npx skills add zjunlp/SkillNet --all -g -y

预览 repo 内 skill

npx skills add zjunlp/SkillNet --list

SKILL.md

Frontmatter
{
    "name": "alfworld-locate-target-object",
    "description": "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."
}

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.

Version History

  • 7bb9a48 Current 2026-07-25 11:51

Same Skill Collection

experiments/src/skills/alfworld/alfworld-appliance-navigator/SKILL.md
experiments/src/skills/alfworld/alfworld-appliance-preparer/SKILL.md
experiments/src/skills/alfworld/alfworld-clean-object/SKILL.md
experiments/src/skills/alfworld/alfworld-device-operator/SKILL.md
experiments/src/skills/alfworld/alfworld-environment-scanner/SKILL.md
experiments/src/skills/alfworld/alfworld-goal-interpreter/SKILL.md
experiments/src/skills/alfworld/alfworld-heat-object-with-appliance/SKILL.md
experiments/src/skills/alfworld/alfworld-inventory-management/SKILL.md
experiments/src/skills/alfworld/alfworld-location-navigator/SKILL.md
experiments/src/skills/alfworld/alfworld-navigation-planner/SKILL.md
experiments/src/skills/alfworld/alfworld-object-cooler/SKILL.md
experiments/src/skills/alfworld/alfworld-object-disposer/SKILL.md
experiments/src/skills/alfworld/alfworld-object-heater/SKILL.md
experiments/src/skills/alfworld/alfworld-object-locator/SKILL.md
experiments/src/skills/alfworld/alfworld-object-picker/SKILL.md
experiments/src/skills/alfworld/alfworld-object-placer/SKILL.md
experiments/src/skills/alfworld/alfworld-object-retriever/SKILL.md
experiments/src/skills/alfworld/alfworld-object-state-inspector/SKILL.md
experiments/src/skills/alfworld/alfworld-object-state-modifier/SKILL.md
experiments/src/skills/alfworld/alfworld-object-storer/SKILL.md
experiments/src/skills/alfworld/alfworld-object-transporter/SKILL.md
experiments/src/skills/alfworld/alfworld-open-receptacle/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-closer/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-finder/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-navigator/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-opener/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-operator/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-preparer/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-searcher/SKILL.md
experiments/src/skills/alfworld/alfworld-search-pattern-executor/SKILL.md
experiments/src/skills/alfworld/alfworld-search-verifier/SKILL.md
experiments/src/skills/alfworld/alfworld-storage-explorer/SKILL.md
experiments/src/skills/alfworld/alfworld-task-verifier/SKILL.md
experiments/src/skills/alfworld/alfworld-temperature-regulator/SKILL.md
experiments/src/skills/alfworld/alfworld-tool-locator/SKILL.md
experiments/src/skills/alfworld/alfworld-tool-user/SKILL.md
experiments/src/skills/scienceworld/scienceworld-ambiguous-action-resolution/SKILL.md
experiments/src/skills/scienceworld/scienceworld-animal-identifier/SKILL.md
experiments/src/skills/scienceworld/scienceworld-circuit-builder/SKILL.md
experiments/src/skills/scienceworld/scienceworld-circuit-connector/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conditional-box-placer/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conditional-focus-executor/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conditional-placer/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conductivity-tester/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-inspector/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-item-retriever/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-relocator/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-transfer/SKILL.md
experiments/src/skills/scienceworld/scienceworld-controlled-waiting/SKILL.md

Metadata

Files
0
Version
fc20173
Hash
79400f61
Indexed
2026-07-25 11:51

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 16:04
浙ICP备14020137号-1 $Гость$