alfworld-object-state-inspector

Inspect object presence and receptacle contents from environment feedback.

145|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/taomiao/DynamicSkillCompiler --skill alfworld-object-state-inspector-taomiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alfworld-object-state-inspector
Source: https://github.com/taomiao/DynamicSkillCompiler/tree/main/experiments/src/skills/alfworld/alfworld-object-state-inspector
Command: npx skills add https://github.com/taomiao/DynamicSkillCompiler --skill alfworld-object-state-inspector-taomiao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables an agent to efficiently determine the current state or contents of a specific object or receptacle, facilitating accurate decision-making in environment interactions.

Core Features & Use Cases

  • Environment State Checking: Inspect whether a target receptacle contains objects, is empty, or has specific items in it.
  • Scenario Application: Use this skill after navigating to a location to verify if the target holds the desired objects or needs further action.
  • Use Case: When preparing to pick up an item, verify if the target receptacle actually contains it, avoiding unnecessary or failed physical interactions.

Quick Start

Use the object state inspector to check what is currently on or in the target receptacle after reaching its location.

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 a receptacle contains specific objects in an environment?

To check if a receptacle contains specific objects, you inspect the environment feedback after navigating to the target location to verify object presence or contents.

What is environment inspection for household task scenarios?

Environment inspection for household task scenarios is the process of leveraging environment observations to determine whether objects are present, absent, or in specific conditions.

How do I verify object presence before attempting to pick up an item?

To verify object presence before picking up an item, use an observation parsing check on the target receptacle to confirm it actually holds the desired item, avoiding failed interactions.

When do I need to check receptacle status during environment exploration?

You need to check receptacle status during environment exploration when you require accurate task progression and must decide if a location holds desired objects or needs further action.

Can I use observation parsing to determine if a receptacle is empty?

Yes, observation parsing can interpret environment feedback to determine whether a target receptacle contains objects, is empty, or has specific items in it.

Why does object detection fail after navigating to a target location?

Object detection fails after navigation when environment feedback is not properly parsed to verify object presence, leading to unnecessary or failed physical interactions with the receptacle.