Agent skill

alfworld-locate-target-object

Navigates to a suspected location and identifies a target object. Use when your goal requires finding a specific object (e.g., "potato", "plate") and its location is not immediately known. Moves to a relevant receptacle (like a fridge or cabinet), checks its contents, and outputs the object's location or confirms its absence.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --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: experiments/src/skills/alfworld/alfworld-locate-target-object/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: 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. Example
  6. Next Steps
Ships with 1 file
  • references/action_primer.md
More from SkillNet
All skills →
About this skill
What does the alfworld-locate-target-object skill do?

Navigates to a suspected location and identifies a target object. Use when your goal requires finding a specific object (e.g., "potato", "plate") and its location is not immediately known. Moves to a relevant receptacle (like a fridge or cabinet), checks its contents, and outputs the object's location or confirms its absence.

How do I install it?

Run `npx skills add zjunlp/SkillNet --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 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