alfworld-search-pattern-executor

Automates sequential household object searches across prioritized candidate locations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates systematic searching for objects in household settings, helping agents locate items based on common sense location priors.

Core Features & Use Cases

  • Methodical Search: Sequentially navigates through candidate locations to find specific objects, such as remote controls or keys.
  • Optimized Search Strategy: Uses common sense heuristics to prioritize likely locations, reducing search time.
  • Use Case: For instance, finding a remote control in a cluttered living room by searching tables, sofas, and drawers in order.

Quick Start

Activate this skill with a target object and a list of candidate locations to begin an organized search task.

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 automate household object search for agents in simulated environments?

Automating household object search involves using a structured skill that sequentially navigates through candidate locations based on common sense priors. This approach helps agents efficiently locate items by inspecting prioritized spots such as tables and drawers.

How do I systematically search for a target object using common sense navigation?

To systematically search for a target object, you provide the object name and a list of candidate locations. The skill orchestrates navigation and inspection actions in a prioritized sequence, reducing search time by checking likely locations first.

Can I use this object search skill without installing external dependencies?

Yes, you can use this object search skill without external dependencies. It relies entirely on internal scripts for orchestration and location handling, ensuring reliable object detection in household environments without requiring additional packages.

What is the best way to find specific household items in cluttered rooms?

The best way to find specific household items in cluttered rooms is using a methodical search strategy with common sense heuristics. By sequentially navigating through candidate locations like sofas and drawers, the search process becomes optimized and reliable.

Does this household navigation skill support custom candidate locations for retrieval tasks?

Yes, this household navigation skill supports custom candidate locations for retrieval tasks. You activate it by specifying a target object and your desired list of locations, which it then sequentially inspects to facilitate efficient retrieval.

Why use a prioritized location sequence for object retrieval instead of random search?

Using a prioritized location sequence for object retrieval is effective because it applies common sense heuristics to check likely spots first. This methodical search strategy significantly reduces overall search time compared to navigating spaces randomly.