alfworld-object-storer

Stores a cleaned kitchen object into a specified receptacle in a simulated environment.

1.1k|131|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/zjunlp/SkillNet --skill alfworld-object-storer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alfworld-object-storer
Source: https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/alfworld/alfworld-object-storer
Command: npx skills add https://github.com/zjunlp/SkillNet --skill alfworld-object-storer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the final step of placing a cleaned object into a suitable storage location within a simulated household environment, ensuring objects are put away correctly.

Core Features & Use Cases

  • Object Storage: Places a specified object into a designated receptacle.
  • Suitability Check: Includes a final check to ensure the receptacle is appropriate for the object.
  • Error Handling: Provides guidance on what to do if the storage action fails or the receptacle is unsuitable.
  • Use Case: After cleaning a knife, the agent uses this skill to place it into the correct kitchen drawer.

Quick Start

Use the alfworld-object-storer skill to put the knife into drawer 1.

Frequently Asked Questions about alfworld-object-storer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I store objects in designated receptacles within a simulated environment?

Yes, object storage includes a suitability check to ensure the target receptacle is appropriate for the object, and it provides guidance on what to do if the storage action fails or the receptacle is unsuitable.

Can I use this to put a cleaned object into a closed receptacle?

Yes, you can use this to put a cleaned object into a closed receptacle. The storage orchestration logic specifically handles cases where the designated receptacle is either open or closed during the placement process.

What inputs do I need to provide to place an object in an Alfworld simulated environment?

To place an object in an Alfworld simulated environment, you need to provide the specific object name and the target receptacle as inputs for the put command to execute the storage action successfully.

Why does object placement abort when using a simulated environment storage command?

Object placement aborts when the selected receptacle is unsuitable for the specified object. The skill includes built-in logic to check receptacle suitability and abort the storage action to prevent incorrect placements.