alfworld-storage-explorer
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.
适合你,如果需要在未知位置自动存放物品。
/ 通过 npx 安装 校验哈希
npx oh-my-skill add zjunlp/skillnet/alfworld-storage-explorer/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zjunlp/skillnet/alfworld-storage-explorer/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify zjunlp/skillnet/alfworld-storage-explorer安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1112GitHub stars
~670最小装载
~670含声明引用
~1.1K文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 7bb9a48 · 表述以原文为准它做什么
这个技能会让Claude自动探索抽屉、柜子等储物容器,找到最合适的放置位置。它会打开、检查、关闭容器,评估后把物品放好。
什么时候触发
当你要存放某个物品,但不清楚具体该放哪个抽屉或柜子时触发。
装好后可以这样说
Claude会探索柜子并找到最佳位置。
Claude会检查抽屉后放入。
技能原文 SKILL.md
Skill: Storage Explorer
When to Use
Activate this skill when:
- You have an object that needs to be stored/placed.
- The exact target receptacle is unspecified or ambiguous.
- You need to validate if a potential receptacle is appropriate before placing the object.
Core Strategy
- Prioritize Exploration: When the target location is unclear, systematically check available storage receptacles.
- Inspect Before Placing: Always open and examine a receptacle's contents before deciding to place your object there.
- 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:
- Navigate to the receptacle
- Open it (if closed)
- Observe its contents
- Evaluate suitability based on:
- Current contents (are similar objects stored here?)
- Available space
- Logical categorization
- 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:
go to drawer 1→ Observation: "You are at drawer 1."open drawer 1→ Observation: "You open the drawer 1. The drawer 1 is open. You see nothing."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:
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…