Agent Skillszjunlp/SkillNet › alfworld-receptacle-preparer

alfworld-receptacle-preparer

GitHub

验证并准备目标容器以接收物品。触发于放置物品前,导航至容器并观察其状态。若已就绪则直接放置;若关闭或阻塞则执行打开等预备动作;若无效则中止并重规划。确保容器可用且高效。

experiments/src/skills/alfworld/alfworld-receptacle-preparer/SKILL.md zjunlp/SkillNet

Trigger Scenarios

需要将物品放入目标容器中 执行放置操作前的前置检查

Install

npx skills add zjunlp/SkillNet --skill alfworld-receptacle-preparer -g -y
More Options

Non-standard path

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

Use without installing

npx skills use zjunlp/SkillNet@alfworld-receptacle-preparer

指定 Agent (Claude Code)

npx skills add zjunlp/SkillNet --skill alfworld-receptacle-preparer -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-receptacle-preparer",
    "description": "This skill verifies and prepares a target receptacle for receiving an object. It is triggered before placing an item into a receptacle (e.g., a garbage can) to ensure the receptacle is accessible and suitable. The skill involves navigating to the receptacle, observing its state (e.g., open\/closed, occupied), and performing any necessary preparatory actions like opening it, resulting in a ready-to-use target location."
}

Instructions

Trigger: This skill is invoked when the agent's goal requires placing an object into a target receptacle (e.g., "put X in/on Y").

Core Procedure

  1. Navigate: Use go to {target_receptacle} to move to the target receptacle's location.
  2. Observe: Upon arrival, carefully read the environment's observation. It will describe the receptacle's state and any contents.
  3. Analyze & Prepare: Based on the observation, determine if the receptacle is ready.
    • Ready State: The receptacle is described as present and accessible (e.g., "On the garbagecan 1, you see a cd 1."). No further action is needed. Proceed to place the object.
    • Blocked/Closed State: If the receptacle is closed, latched, or obstructed, use the appropriate action (open {recep}, toggle {obj} {recep}) to prepare it.
    • Invalid Target: If the observation indicates the receptacle does not exist or cannot be interacted with ("Nothing happened"), you must abort this skill and re-plan your task strategy.
  4. Confirm: After any preparatory action, observe the environment's feedback to confirm the receptacle is now ready.

Key Principles

  • Efficiency: This skill is a preparatory step. Do not spend turns searching for the object to be placed here. That is a separate "search" skill.
  • Context: The observation text is your only source of truth about the receptacle's state. Interpret it literally.
  • Idempotency: If the receptacle is already ready, this skill completes immediately with no action required beyond observation.

Example from Trajectory

Goal Context: "find two pen and put them in garbagecan." Skill Execution:

  1. Thought: "I'll check the garbage can first to ensure it's open and ready to receive items."
  2. Action: go to garbagecan 1
  3. Observation: "On the garbagecan 1, you see a cd 1."
  4. Analysis: The garbage can is present and accessible (a CD inside does not block new items). It is ready.
  5. Outcome: Skill completes. The agent proceeds to put pen 3 in/on garbagecan 1.

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-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
04afc73e
Indexed
2026-07-25 11:52

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