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.
npx skills add zjunlp/SkillNet --skill alfworld-receptacle-navigator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Purpose
- When to Use
- Core Logic
- Instructions
- Example
- Error Handling
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.
