Agent Skills
› zjunlp/SkillNet
› alfworld-receptacle-closer
alfworld-receptacle-closer
GitHub用于在智能体完成对抽屉、柜子等容器的检查后,自动执行关闭操作以保持环境整洁。这是一个低认知负荷的程序化清理步骤,防止在多步搜索任务中产生杂乱。
Trigger Scenarios
完成容器内容检查后
不再需要容器保持开启状态时
Install
npx skills add zjunlp/SkillNet --skill alfworld-receptacle-closer -g -y
SKILL.md
Frontmatter
{
"name": "alfworld-receptacle-closer",
"description": "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."
}
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.
Version History
- 7bb9a48 Current 2026-07-25 11:52


