alfworld-receptacle-navigator

Plan and execute movement to a target receptacle in ALFWorld.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables an AI agent to navigate to specific receptacles within the ALFWorld environment, facilitating interaction with objects or the receptacles themselves.

Core Features & Use Cases

  • Targeted Navigation: Moves the agent to designated receptacles like fridge, garbagecan, or diningtable.
  • Action-Oriented: Outputs the go to {receptacle} action.
  • Use Case: When an agent needs to "cool an item", it first uses this skill to navigate to the fridge.

Quick Start

Use the alfworld-receptacle-navigator skill to go to the fridge.

Frequently Asked Questions about alfworld-receptacle-navigator

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

FAQPage Schema
How do I navigate to a receptacle in ALFWorld?

To navigate to a receptacle in ALFWorld, you use the receptacle name from the observation or task goal, output the 'go to' action, and confirm arrival at the destination for locations like a fridge or diningtable.

What is targeted navigation for game AI in ALFWorld?

Targeted navigation in ALFWorld is an environment interaction mechanism that moves a game AI agent to designated receptacles, enabling the agent to directly access specific locations like a fridge or garbagecan for object interaction.

When do I need to use the go to receptacle action?

You need the go to receptacle action when a task goal requires environment interaction, such as needing to cool an item. The agent first navigates to the fridge receptacle to access the required location.

How does environment interaction work with ALFWorld receptacles?

Environment interaction with ALFWorld receptacles works by triggering navigation when the agent needs to access an object at a specific location, executing movement to the target receptacle, and confirming arrival at the destination.

Can I navigate to any receptacle in the ALFWorld environment?

You can navigate to designated receptacles within the ALFWorld environment, such as a fridge, garbagecan, or diningtable. The skill uses the receptacle name from the observation to execute the movement action.

What are the limitations of ALFWorld receptacle navigation?

The limitation of ALFWorld receptacle navigation is that it is a basic implementation focused solely on planning and executing movement to a target receptacle, outputting the 'go to' action without handling complex object manipulation.