Agent skill · AI & Agents

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.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: none
Path: experiments/src/skills/alfworld/alfworld-object-locator/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: 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

What's inside
Steps it walks through
  1. When to Use
  2. Core Workflow
  3. 1. Parse the Environment
  4. 2. Rank by Likelihood
  5. 3. Navigate and Search
  6. 4. Track Searched Locations
  7. Example
  8. Error Handling
Ships with 2 files
  • references/object_mappings.md
  • references/skill_usage_examples.md
More from SkillNet
All skills →
About this skill
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.

Keep going