Agent skill · Workflow & Productivity

alfworld-object-transporter

Picks up a target object from its current receptacle and moves it to a specified destination receptacle. Use when you have located an object and need to relocate it to complete a task (e.g., moving a laptop to a desk). Takes the object identifier, source receptacle, and destination receptacle as inputs and outputs the action sequence to take, transport, and place the object.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/alfworld/alfworld-object-transporter/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 Pick up an object from its current location and transport it to a destination receptacle. ## Workflow 1. **Navigate to source:** `go to {source_receptacle}` -- verify observation shows the target object 2. **Pick up:** `take {object} from {source_receptacle}` -- verify "You pick up" confirmation 3. **Navigate to destination:** `go to {destination_receptacle}` 4. **Place:** `put {object} in/on {destination_receptacle}` -- verify "You put" confirmation ## Action Format - `go to {receptacle}` - `take {object} from {receptacle}` - `put {object} in/on {receptacle}` ## Error Recovery - "Nothing happened" on take: verify you are at the correct receptacle and the object name matches the observation - "Nothing happened" on put: verify you are holding the object and at the correct destination - Object not visible: re-scan the environment to locate it before retrying ## Example **Scenario:** Move `laptop 1` from `bed 2` to `desk 1`. ``` Action: go to bed 2 Observation: On the bed 2, you see a laptop 1, a pillow 1. Action: take laptop 1 from bed 2 Observation: You pick up the laptop 1 from the bed 2. Action: go to desk 1 Observation: On the desk 1, you see a pen 2. Action: put l

What's inside
Steps it walks through
  1. Workflow
  2. Action Format
  3. Error Recovery
  4. Example
  5. Bundled Resources
Ships with 1 file
  • references/troubleshooting.md
More from SkillNet
All skills →
About this skill
What does the alfworld-object-transporter skill do?

Picks up a target object from its current receptacle and moves it to a specified destination receptacle. Use when you have located an object and need to relocate it to complete a task (e.g., moving a laptop to a desk). Takes the object identifier, source receptacle, and destination receptacle as inputs and outputs the action sequence to take, transport, and place the object.

How do I install it?

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