alfworld-object-locator
Use when the agent needs to find a specific object in ALFWorld that is not currently in inventory and whose location is unknown. This skill parses the environment observation, ranks receptacles by likelihood of containing the target object using common-sense reasoning, and outputs a navigation action to the most promising location.
npx skills add zjunlp/SkillNet --skill alfworld-object-locator --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: Object Locator for ALFWorld ## When to Use Trigger this skill when: 1. Your goal requires a specific object (e.g., `knife`, `cellphone`, `apple`) 2. The object is not in your inventory 3. The current observation does not explicitly state the object's location ## Core Workflow ### 1. Parse the Environment Extract all visible receptacles from the observation text. Typical ALFWorld receptacles include: - **Surfaces**: countertop, desk, dresser, bed, shelf, sidetable, coffeetable, diningtable - **Containers**: drawer, cabinet, safe, fridge, microwave, garbagecan - **Appliances**: sinkbasin, bathtub, stoveburner, toaster ### 2. Rank by Likelihood Use common-sense reasoning to prioritize where the target object is most likely found: | Object Type | High-Probability Receptacles | |-------------|------------------------------| | Kitchen items (knife, spatula, pan) | countertop, drawer, diningtable, stoveburner | | Food (apple, potato, tomato, bread) | fridge, countertop, diningtable, microwave | | Bathroom items (sponge, cloth, soap) | sinkbasin, bathtub, cart, shelf | | Electronics (cellphone, laptop, remote) | desk, sidetable, dresser, bed, coffeetable | | Stationery (pen, penci
- When to Use
- Core Workflow
- 1. Parse the Environment
- 2. Rank by Likelihood
- 3. Navigate and Search
- 4. Track Searched Locations
- Example
- Error Handling
What does the alfworld-object-locator skill do?
Use when the agent needs to find a specific object in ALFWorld that is not currently in inventory and whose location is unknown. This skill parses the environment observation, ranks receptacles by likelihood of containing the target object using common-sense reasoning, and outputs a navigation action to the most promising location.
How do I install it?
Run `npx skills add zjunlp/SkillNet --skill alfworld-object-locator --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.
