alfworld-object-placer
Places a held object onto or into a target receptacle. Trigger this skill when the agent is carrying an object and needs to deposit it at a specific location to complete a task, such as installing an item on a holder or storing it in a container. It takes the object and destination receptacle as inputs, performing a 'put' action to finalize the object's positioning according to the task goal.
npx skills add zjunlp/SkillNet --skill alfworld-object-placer --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 1. **Verify Prerequisites**: - Confirm you are currently holding the target object (`{obj}`). - Confirm the target receptacle (`{recep}`) is present and accessible in the environment. - If the receptacle is a container (e.g., cabinet, drawer), ensure it is open. 2. **Navigate to Receptacle**: - Use the `go to {recep}` action to move to the target receptacle's location. 3. **Execute Placement**: - Use the `put {obj} in/on {recep}` action to deposit the held object. - The phrasing (`in` vs `on`) is determined by the receptacle type (e.g., `in` for containers, `on` for surfaces/holders). Use the trajectory as a reference. 4. **Handle Errors**: - If the environment responds with "Nothing happened", the action was invalid. Consult the `references/action_guide.md` for troubleshooting common failure modes.
What does the alfworld-object-placer skill do?
Places a held object onto or into a target receptacle. Trigger this skill when the agent is carrying an object and needs to deposit it at a specific location to complete a task, such as installing an item on a holder or storing it in a container. It takes the object and destination receptacle as inputs, performing a 'put' action to finalize the object's positioning according to the task goal.
How do I install it?
Run `npx skills add zjunlp/SkillNet --skill alfworld-object-placer --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.
