alfworld-receptacle-closer
Closes an open receptacle to maintain environment tidiness after inspection. Use when you have finished searching a container (drawer, cabinet, fridge) and no longer need it open. Takes a receptacle identifier as input and outputs confirmation that the receptacle is closed, preventing clutter during multi-step search tasks.
适合你,如果你在模拟环境中搜索物品后需要关闭打开的抽屉或柜门
npx oh-my-skill add zjunlp/skillnet/alfworld-receptacle-closercurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zjunlp/skillnet/alfworld-receptacle-closernpx oh-my-skill verify zjunlp/skillnet/alfworld-receptacle-closer怎么用
商店整理自技能原文 · 版本 7bb9a48 · 表述以原文为准装上后,Claude 在检查完抽屉、柜子、冰箱等容器后,会自动将它们关闭,保持环境整洁,并输出关闭确认信息。
当 Claude 刚搜索完一个打开的容器(如抽屉、柜子、冰箱),并且确定不再需要它打开时,会立即触发关闭操作。
技能原文 SKILL.md
Skill: Receptacle Closer
When to Use
Use this skill immediately after you have finished inspecting the contents of an open receptacle (e.g., a drawer, cabinet, or container) and have determined you no longer need it to remain open. This is a cleanup action to maintain a tidy environment.
Core Instruction
- Identify the Target: The target is the receptacle you just finished searching. It must be open.
- Execute Action: Perform the
closeaction on the identified receptacle. - Format: Your output must follow the standard action format:
Action: close {recep}
Example from Trajectory
- Context: After opening and inspecting
drawer 2(finding it empty), the agent closed it. - Thought: "I should close drawer 2 to keep the room tidy and continue my search."
- Action:
close drawer 2
Key Principle
This is a low-cognitive-load, procedural step. Do not overthink it. If you opened a receptacle to look inside and are done with it, close it.