alfworld-object-picker
Picks up a specified object from a given receptacle. Use this skill when the agent has located a required object and needs to acquire it for later use, such as taking an item from a surface or container. The skill requires the object and source receptacle as inputs, executing a 'take' action to transfer the object into the agent's inventory, enabling further manipulation like placement or usage.
npx skills add zjunlp/SkillNet --skill alfworld-object-picker --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.
# Instructions Execute the `take` action to acquire the target object from the source receptacle. ## Inputs - `object`: The identifier of the object to pick up (e.g., "toiletpaper 1"). - `source_receptacle`: The identifier of the receptacle where the object is located (e.g., "toilet 1"). ## Process 1. **Verify Context:** Ensure the agent is at the location of the `source_receptacle`. If not, the agent must navigate there first using a separate movement skill. 2. **Execute Action:** Perform the action: `take {object} from {source_receptacle}`. 3. **Handle Feedback:** If the environment indicates "Nothing happened," consult the troubleshooting guide in `references/troubleshooting.md` for potential issues. ## Output - The specified object is transferred to the agent's inventory. - The agent receives an observation confirming the successful pickup (e.g., "You pick up the {object} from the {source_receptacle}").
- Inputs
- Process
- Output
What does the alfworld-object-picker skill do?
Picks up a specified object from a given receptacle. Use this skill when the agent has located a required object and needs to acquire it for later use, such as taking an item from a surface or container. The skill requires the object and source receptacle as inputs, executing a 'take' action to transfer the object into the agent's inventory, enabling further manipulation like placement or usage.
How do I install it?
Run `npx skills add zjunlp/SkillNet --skill alfworld-object-picker --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.
