Agent skill · AI & Agents

alfworld-receptacle-navigator

Plans and executes movement to a target receptacle within the ALFWorld environment. Use when the agent needs to reach a specific location before interacting with objects there (e.g., go to fridge to cool an item, go to garbagecan to dispose of an item). Takes a receptacle identifier as input, executes the `go to` action, and outputs confirmation of arrival at the destination.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill alfworld-receptacle-navigator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/alfworld/alfworld-receptacle-navigator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: Receptacle Navigator ## Purpose Navigate to a specified receptacle (e.g., `fridge 1`, `garbagecan 1`, `diningtable 1`) in an ALFWorld household environment. This is a foundational skill for positioning the agent to perform subsequent object interactions. ## When to Use Trigger this skill when the agent's plan requires: 1. **Accessing a location** to interact with an object there (e.g., "go to fridge to cool an item"). 2. **Interacting with the receptacle itself** (e.g., "go to garbagecan to dispose of an item"). ## Core Logic 1. **Input Parsing:** Extract the target receptacle name (e.g., `fridge 1`) from the current task context or observation. 2. **Action Execution:** Output the ALFWorld action: `go to {target_receptacle}`. 3. **Success Verification:** Confirm the action was successful by checking the observation for evidence of arrival (e.g., "You are at the {receptacle}" or the receptacle is now in the observable list). ## Instructions 1. Identify the target receptacle from the goal or current observation. 2. Execute the `go to` action. 3. If the environment responds with "Nothing happened", the action was invalid. Consult the `references/common_receptacles.md` list an

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Core Logic
  4. Instructions
  5. Example
  6. Error Handling
Ships with 1 file
  • references/common_receptacles.md
More from SkillNet
All skills →
About this skill
What does the alfworld-receptacle-navigator skill do?

Plans and executes movement to a target receptacle within the ALFWorld environment. Use when the agent needs to reach a specific location before interacting with objects there (e.g., go to fridge to cool an item, go to garbagecan to dispose of an item). Takes a receptacle identifier as input, executes the `go to` action, and outputs confirmation of arrival at the destination.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill alfworld-receptacle-navigator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zjunlp/SkillNet, a repository with 1,117 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going