Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/agent/alfworld-locate-target-object/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Purpose
  2. Core Workflow
  3. Instructions
  4. Key Principles
  5. Next Steps
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going