Agent skill · Workflow & Productivity

alfworld-object-disposer

This skill disposes of an object by placing it into a disposal receptacle like a garbage can. It should be triggered when the task requires discarding an object (e.g., 'put it in garbagecan') and the agent is at the disposal location with the object in hand. The skill executes the 'put' action to place the object in/on the target receptacle, completing the disposal subtask.

ZJUNLP6,348★ · 5 repos on radarProfile →
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill alfworld-object-disposer --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 1 KB
Bundled scripts: none
Path: experiments/src/skills/alfworld/alfworld-object-disposer/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: Object Disposer ## Trigger Condition Activate this skill when: 1. The task goal explicitly requires disposing of an object (e.g., "put it in garbagecan", "throw away the X"). 2. The agent is holding the target object. 3. The agent is at the location of the disposal receptacle (e.g., garbagecan). ## Execution 1. **Verify Prerequisites**: Confirm the object is in hand and the disposal receptacle is present at your location. 2. **Execute Disposal**: Perform the `put` action with the object and receptacle. 3. **Completion**: The skill is complete when the object has been successfully placed into/onto the disposal receptacle. ## Notes - This skill handles only the final disposal action. Object acquisition and navigation to the disposal location are separate skills. - If the disposal fails (e.g., "Nothing happened"), re-evaluate the object and receptacle identifiers or check if the receptacle can accept the object.

What's inside
Steps it walks through
  1. Trigger Condition
  2. Execution
  3. Notes
Ships with 2 files
  • references/alfworld_actions.md
  • references/trajectory_pattern.md
More from SkillNet
All skills →
About this skill
What does the alfworld-object-disposer skill do?

This skill disposes of an object by placing it into a disposal receptacle like a garbage can. It should be triggered when the task requires discarding an object (e.g., 'put it in garbagecan') and the agent is at the disposal location with the object in hand. The skill executes the 'put' action to place the object in/on the target receptacle, completing the disposal subtask.

How do I install it?

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