Agent skill · Workflow & Productivity

alfworld-object-storer

This skill places an object into a selected storage receptacle after confirming its suitability. It should be triggered when the agent has identified an appropriate storage location and is ready to complete the storage task. The skill takes the object and target receptacle as inputs and results in the object being stored.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill alfworld-object-storer --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/agent/alfworld-object-storer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Skill: Object Storer ## Purpose This skill orchestrates the final step of storing a clean object into a designated receptacle within a household environment. It is triggered after the agent has: 1. Located the target object. 2. Cleaned the object if required. 3. Identified and validated a suitable storage location. ## Core Logic The skill performs a final suitability check and executes the storage action. The core decision is: - **If the receptacle is open and empty (or appropriately designated)**, proceed with storage. - **If the receptacle is closed**, open it first, then store the object. - **If the receptacle is unsuitable** (e.g., already contains unrelated items), the agent should abort this skill and search for an alternative location. ## Inputs & Execution - **Primary Inputs:** `{object_name}`, `{target_receptacle}` - **Prerequisite State:** The agent must be holding the clean `{object_name}` and be at the location of the `{target_receptacle}`. - **Action:** Execute the `put {object_name} in/on {target_receptacle}` command. ## Example from Trajectory **Scenario:** Storing a clean knife. 1. **Trigger Condition:** Agent is holding `knife 1` (cleaned) and has determined `dra

What's inside
Steps it walks through
  1. Purpose
  2. Core Logic
  3. Inputs & Execution
  4. Example from Trajectory
  5. Error Handling
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the alfworld-object-storer skill do?

This skill places an object into a selected storage receptacle after confirming its suitability. It should be triggered when the agent has identified an appropriate storage location and is ready to complete the storage task. The skill takes the object and target receptacle as inputs and results in the object being stored.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill alfworld-object-storer --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 majiayu000/claude-skill-registry, a repository with 534 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