alfworld-search-pattern-executor

Search candidate receptacles in order to locate a target object in a simulated household.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps find a specific object in a household environment when its exact location is unknown, by systematically searching a predefined sequence of likely locations.

Core Features & Use Cases

  • Systematic Search: Navigates through a list of candidate receptacles (e.g., drawers, cabinets, tables) in a specified order.
  • Object Inspection: Opens containers if necessary, inspects contents, and closes them if empty.
  • Task Completion: Identifies and retrieves the target object, or reports failure if all locations are exhausted.
  • Use Case: If you need to find a remotecontrol, this skill will search the sofa, then the sidetable, then the dresser, and so on, until the object is found.

Quick Start

Use the alfworld-search-pattern-executor skill to find the 'remotecontrol' by searching through the provided list of candidate receptacles.

Frequently Asked Questions about alfworld-search-pattern-executor

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

FAQPage Schema
How do I find a specific object in a simulated household environment when its exact location is unknown?

Object finding in a simulated household environment works by systematically navigating a predefined sequence of likely receptacles, opening containers like drawers and cabinets, inspecting their contents, and closing them if the target object is not found.

How do I search for a target object across multiple receptacles in a robotics simulation?

Searching for a target object across multiple receptacles involves orchestrating navigation to candidate locations, opening containers if necessary, inspecting contents, and closing them if empty until the target object is successfully identified and retrieved.

What happens when all candidate receptacles are exhausted during an object finding task?

When all candidate receptacles are exhausted during an object finding task, the skill reports a failure after systematically inspecting every predefined location, opening containers, and determining the target object is not present in the simulated household environment.

Does this object finding approach use common sense heuristics to search household locations?

Yes, this object finding approach uses common sense heuristics to orchestrate navigation, container opening and closing, and inspection actions based on the systematic sequence of likely household locations specified for the target object.

Can I use this skill to search for a remote control in an ALFWorld household simulation?

Yes, you can use this skill to search for a remote control in an ALFWorld household simulation by systematically navigating through candidate receptacles such as the sofa, sidetable, and dresser in a specified order until the object is found.