alfworld-object-state-inspector

Inspect object and receptacle states in the AlfWorld environment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps agents understand the current contents or state of objects and receptacles within the AlfWorld environment, preventing actions on empty or incorrect targets.

Core Features & Use Cases

  • Environment Observation: Leverages navigation feedback to determine what's on or in a target.
  • Decision Support: Provides crucial information for subsequent actions like take or put.
  • Use Case: Before attempting to pick up a toiletpaper, the agent uses this skill after navigating to the toiletpaperhanger to confirm if a roll is actually present.

Quick Start

Use the alfworld-object-state-inspector skill to check the contents of the toiletpaperhanger 1 after navigating to it.

Frequently Asked Questions about alfworld-object-state-inspector

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

FAQPage Schema
How do I check if an object is present in an AlfWorld receptacle?

To check object state in AlfWorld, use this skill after navigating to a receptacle to parse environment observation feedback and confirm if a target is empty or contains specific items.

When do I need to inspect receptacle contents in AlfWorld?

You need receptacle inspection in AlfWorld before attempting subsequent actions like take or put, preventing actions on empty or incorrect targets during simulated household task planning.

Can I use environment observation feedback to determine AlfWorld object state?

Yes, AlfWorld object state inspection leverages navigation feedback to determine what is on or in a target, providing decision support for subsequent actions in the simulated environment.

How to confirm a target is not empty before picking up an item in AlfWorld?

To confirm a target is not empty in AlfWorld, navigate to the receptacle and use this skill to inspect its contents, ensuring an item like a toiletpaper roll is actually present.

Does AlfWorld object state inspection work without prior navigation?

No, AlfWorld object state inspection relies on parsing environment observation feedback post-navigation, making navigation a prerequisite to confirm if a target receptacle contains specific items.

Why does my AlfWorld agent fail when taking items from empty receptacles?

AlfWorld agents fail on empty receptacles because they lack state inspection; this skill prevents such errors by parsing environment feedback to verify contents before executing take actions.