Agent skill · AI & Agents

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.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: experiments/src/skills/alfworld/alfworld-storage-explorer/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: Storage Explorer ## When to Use Activate this skill when: 1. You have an object that needs to be stored/placed. 2. The exact target receptacle is unspecified or ambiguous. 3. You need to validate if a potential receptacle is appropriate before placing the object. ## Core Strategy 1. **Prioritize Exploration**: When the target location is unclear, systematically check available storage receptacles. 2. **Inspect Before Placing**: Always open and examine a receptacle's contents before deciding to place your object there. 3. **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: 1. **Navigate** to the receptacle 2. **Open** it (if closed) 3. **Observe** its contents 4. **Evaluate** suitability based on: - Current contents (are similar objects

What's inside
Steps it walks through
  1. When to Use
  2. Core Strategy
  3. Execution Pattern
  4. Phase 1: Initial Assessment
  5. Phase 2: Systematic Exploration
  6. Phase 3: Decision Making
  7. Key Considerations
  8. Error Handling
  9. Example
  10. Output Format
Ships with 1 file
  • references/storage_heuristics.md
More from SkillNet
All skills →
About this skill
What does the alfworld-storage-explorer skill do?

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.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill alfworld-storage-explorer --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