Agent skill · Workflow & Productivity

alfworld-clean-object

Cleans a specified object using an appropriate cleaning receptacle (e.g., sinkbasin). Use when a task requires an object to be in a clean state (e.g., "clean potato", "wash apple") before proceeding. Navigates to the cleaning location, performs the clean action, and confirms the object is now clean.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/alfworld/alfworld-clean-object/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 Clean an object you are holding using a sinkbasin. The object must be in your inventory before cleaning. ## Workflow 1. **Navigate:** `go to sinkbasin 1` (or the appropriate sinkbasin in the environment) 2. **Clean:** `clean {object} with sinkbasin 1` -- verify observation confirms "You clean the {object}" 3. **Proceed:** The object is now clean. Continue with the next task step ## Action Format - `clean {obj} with {recep}` (e.g., `clean potato 1 with sinkbasin 1`) ## Error Recovery - "Nothing happened": Check (1) you are holding the object, (2) you are at the sinkbasin, (3) object and receptacle names are correct - Not at sinkbasin: execute `go to sinkbasin 1` first ## Example **Scenario:** You are holding `potato 1` and need to clean it. ``` Thought: I need to clean this potato. I should go to the sinkbasin. Action: go to sinkbasin 1 Observation: On the sinkbasin 1, you see nothing. Action: clean potato 1 with sinkbasin 1 Observation: You clean the potato 1 using the sinkbasin 1. ``` **Result:** The potato is now in a clean state and ready for the next task step. ## Post-Condition After successful execution, the object will be in a clean state. You may proceed with

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

Cleans a specified object using an appropriate cleaning receptacle (e.g., sinkbasin). Use when a task requires an object to be in a clean state (e.g., "clean potato", "wash apple") before proceeding. Navigates to the cleaning location, performs the clean action, and confirms the object is now clean.

How do I install it?

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