Agent Skillszjunlp/SkillNet › alfworld-storage-explorer

alfworld-storage-explorer

GitHub

用于在目标存放位置不明确时,系统性地探索抽屉、柜子等容器,通过打开检查内容评估适用性,从而确定最佳放置位置并存储物品。

experiments/src/skills/alfworld/alfworld-storage-explorer/SKILL.md zjunlp/SkillNet

Trigger Scenarios

需要存储物品但目标容器未知 需验证潜在容器是否适合存放

Install

npx skills add zjunlp/SkillNet --skill alfworld-storage-explorer -g -y
More Options

Non-standard path

npx skills add https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/alfworld/alfworld-storage-explorer -g -y

Use without installing

npx skills use zjunlp/SkillNet@alfworld-storage-explorer

指定 Agent (Claude Code)

npx skills add zjunlp/SkillNet --skill alfworld-storage-explorer -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-storage-explorer",
    "description": "Systematically explores storage receptacles (drawers, cabinets, shelves) to find an appropriate placement location for an object. Use when the agent needs to store an item but the exact target receptacle is unknown or ambiguous. Opens, inspects, and closes candidate receptacles to assess suitability, then places the object in the best match."
}

Skill: Storage Explorer

When to Use

Activate this skill when:

  1. You have an object that needs to be stored/placed.
  2. The exact target receptacle is unspecified or ambiguous.
  3. You need to validate if a potential receptacle is appropriate before placing the object.

Core Strategy

  1. Prioritize Exploration: When the target location is unclear, systematically check available storage receptacles.
  2. Inspect Before Placing: Always open and examine a receptacle's contents before deciding to place your object there.
  3. Maintain Environment State: Close receptacles after inspection unless you're placing the object inside.

Execution Pattern

Follow this decision flow:

Phase 1: Initial Assessment

  • Identify all potential storage receptacles in the environment (drawers, cabinets, etc.)
  • If you already have the target object, proceed to Phase 2
  • If you don't have the object, acquire it first (this skill focuses on storage exploration)

Phase 2: Systematic Exploration

For each candidate receptacle:

  1. Navigate to the receptacle
  2. Open it (if closed)
  3. Observe its contents
  4. Evaluate suitability based on:
    • Current contents (are similar objects stored here?)
    • Available space
    • Logical categorization
  5. Close the receptacle (unless placing object there)

Phase 3: Decision Making

  • If you find a clearly appropriate receptacle (e.g., contains similar objects), place your object there
  • If no receptacle is clearly appropriate, choose based on:
    • Empty receptacles first
    • Proximity to related objects/areas
    • Consistency with environment patterns

Key Considerations

  • Efficiency: Don't explore receptacles that are clearly inappropriate (e.g., refrigerator for non-food items)
  • Context Clues: Look for environmental hints about storage organization
  • Task Requirements: Consider if the object needs special conditions (clean, cooled, heated)

Error Handling

  • If "Nothing happened" when trying to open/close, the receptacle might be locked or broken
  • If unable to place object in a receptacle, try alternative locations
  • If all exploration fails, reconsider your understanding of "appropriate" storage

Example

Task: "Put a clean sponge in drawer."

Input: Holding sponge 1 (already cleaned). Target type: drawer.

Sequence:

  1. go to drawer 1 → Observation: "You are at drawer 1."
  2. open drawer 1 → Observation: "You open the drawer 1. The drawer 1 is open. You see nothing."
  3. put sponge 1 in/on drawer 1 → Observation: "You put the sponge 1 in/on the drawer 1."

Output: The sponge 1 has been stored in drawer 1. Task complete.

Output Format

Maintain the standard action format:

Version History

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

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-locate-target-object/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-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
3df7dbfa
Indexed
2026-07-25 11:52

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