alfworld-locate-target-object
This skill navigates to a suspected location and identifies a target object. It should be triggered when the agent's goal requires finding a specific object (e.g., 'potato', 'plate') and its location is not immediately known. The skill involves moving to a relevant receptacle (like a fridge or cabinet) and checking its contents, outputting the object's location or confirming its absence.
npx skills add majiayu000/claude-skill-registry --skill alfworld-locate-target-object --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: Locate Target Object ## Purpose Use this skill when your goal requires a specific object and you need to find it. The skill directs you to a likely receptacle, inspects it, and confirms if the target is present. ## Core Workflow 1. **Identify Target & Suspected Location:** Determine the object you need and the most logical place to find it (e.g., food in the `fridge`, utensils in a `drawer`). 2. **Navigate:** Go to the suspected receptacle. 3. **Inspect:** If the receptacle is closed, open it. 4. **Locate:** Visually scan the contents for the target object. 5. **Report:** Output the object's location if found, or note its absence. ## Instructions Follow this sequence of actions and reasoning. **Thought:** I need to find a `<target_object>`. The most likely place for it is the `<suspected_receptacle>`. **Action:** `go to <suspected_receptacle>` **Observation:** *[You arrive at the receptacle. It may be open or closed.]* **Thought:** I am at the `<suspected_receptacle>`. To see inside, I must open it. **Action:** `open <suspected_receptacle>` **Observation:** *[The receptacle opens, revealing its contents.]* **Thought:** The `<suspected_receptacle>` is open. I will now look
- Purpose
- Core Workflow
- Instructions
- Key Principles
- Next Steps
What does the alfworld-locate-target-object skill do?
This skill navigates to a suspected location and identifies a target object. It should be triggered when the agent's goal requires finding a specific object (e.g., 'potato', 'plate') and its location is not immediately known. The skill involves moving to a relevant receptacle (like a fridge or cabinet) and checking its contents, outputting the object's location or confirming its absence.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill alfworld-locate-target-object --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 majiayu000/claude-skill-registry, a repository with 534 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.
