Agent skill

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.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill alfworld-receptacle-closer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: experiments/src/skills/alfworld/alfworld-receptacle-closer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 1. **Identify the Target:** The target is the receptacle you just finished searching. It must be open. 2. **Execute Action:** Perform the `close` action on the identified receptacle. 3. **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.

What's inside
Steps it walks through
  1. When to Use
  2. Core Instruction
  3. Example from Trajectory
  4. Key Principle
Ships with 1 file
  • references/action_primer.md
More from SkillNet
All skills →
About this skill
What does the alfworld-receptacle-closer skill do?

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.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill alfworld-receptacle-closer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zjunlp/SkillNet, a repository with 1,117 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going