alfworld-location-navigator
Moves the agent to a specified receptacle or object location within the Alfworld environment. Use this skill when the agent needs to physically approach a target to inspect or interact with it, such as when checking an object's state or preparing for pickup. The skill takes a target location name as input and executes the 'go to' action, resulting in the agent being positioned at the destination for subsequent operations.
npx skills add zjunlp/SkillNet --skill alfworld-location-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.
# Instructions Use this skill to navigate to a specific location in the Alfworld environment. The skill will move the agent directly to the target receptacle or object. ## Input Provide the target location name as a string (e.g., "toiletpaperhanger 1", "toilet 1"). ## Process 1. The skill validates the target location against the current environment observation. 2. It executes the `go to {target}` action. 3. It returns the environment's observation after the move. ## Notes - Ensure the target location is visible in the agent's current observation before calling this skill. - This skill is for navigation only. Use other skills for object interaction (take, put, etc.). - If the action fails (e.g., "Nothing happened"), the agent may need to replan its path or verify the target name.
- Input
- Process
- Notes
What does the alfworld-location-navigator skill do?
Moves the agent to a specified receptacle or object location within the Alfworld environment. Use this skill when the agent needs to physically approach a target to inspect or interact with it, such as when checking an object's state or preparing for pickup. The skill takes a target location name as input and executes the 'go to' action, resulting in the agent being positioned at the destination for subsequent operations.
How do I install it?
Run `npx skills add zjunlp/SkillNet --skill alfworld-location-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.
