Plans a path to move the agent between receptacles to search for target objects. Use this when you need to traverse the environment to reach a specific location or systematically explore multiple areas. It takes the current location and destination receptacle as input, and outputs the next 'go to' action to approach the target.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./experiments/src/skills/alfworld/alfworld-navigation-planner/SKILL.mdUse this skill to navigate between receptacles (e.g., bed, desk, drawer) in a household environment to locate objects. The core logic is handled by the bundled script.
go to {recep} action to execute.desk 1 to find a desklamp).go to action returned by the skill.Example Thought Process:
Thought: I need to find a desklamp. The
desk 1is a likely location. I am currently atbed 1. Action: Usealfworld-navigation-plannerwith current locationbed 1and targetdesk 1. Result:go to desk 1
7bb9a48
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.