Agent skill · AI & Agents

alfworld-object-retriever

This skill picks up a target object from a specified receptacle after the object has been visually confirmed. Use this skill when the agent has located an object in a receptacle and needs to acquire it. It requires the object and source receptacle as inputs and results in the object being added to the agent's inventory.

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

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

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

# Instructions Use this skill to acquire a target object from a known source receptacle in the ALFWorld environment. ## Prerequisites 1. **Visual Confirmation**: You must have directly observed the target object within the specified source receptacle in a prior observation (e.g., "On the {recep}, you see a {obj}..."). 2. **Proximity**: You should be at or near the location of the source receptacle. ## Core Action Sequence Execute the following action precisely:

What's inside
Steps it walks through
  1. Prerequisites
  2. Core Action Sequence
Ships with 1 file
  • references/trajectory_example.md
More from SkillNet
All skills →
About this skill
What does the alfworld-object-retriever skill do?

This skill picks up a target object from a specified receptacle after the object has been visually confirmed. Use this skill when the agent has located an object in a receptacle and needs to acquire it. It requires the object and source receptacle as inputs and results in the object being added to the agent's inventory.

How do I install it?

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