Agent skill · Testing & QA

scienceworld-object-classifier

Moves a tested or examined object into a designated container (e.g., a specific colored box) based on a determined property. Use when you have completed a test or inspection and need to fulfill a classification or sorting subtask. It takes the object and target container as inputs and performs the move action.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-object-classifier --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/scienceworld/scienceworld-object-classifier/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 ## Purpose This skill is used to finalize a classification task by moving an object into its designated container. It is triggered **after** a property test or inspection has been completed and a decision has been made. ## Prerequisites 1. **Object Location:** The object to be classified must be present in the current room's environment (e.g., on the floor, on a table). 2. **Container Location:** The target container (e.g., yellow box, purple box) must be present in the current room's environment. 3. **Decision Made:** You must have already determined the object's property (e.g., electrically conductive vs. non-conductive) and know which container corresponds to that property. ## Core Action Execute the `move` command to transfer the object into the correct container. * **Command Format:** `move <OBJECT> to <CONTAINER>` * **Example:** `move metal pot to yellow box` ## Workflow 1. **Confirm Environment:** Use `look around` to verify the object and target container are present. 2. **Execute Move:** Perform the `move` action. 3. **Verify:** Optionally, `look at <CONTAINER>` to confirm the object is now inside. ## Important Notes * This skill is for the **final sorting a

What's inside
Steps it walks through
  1. Purpose
  2. Prerequisites
  3. Core Action
  4. Workflow
  5. Important Notes
  6. Example
Ships with 1 file
  • references/conductivity_test_guide.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-object-classifier skill do?

Moves a tested or examined object into a designated container (e.g., a specific colored box) based on a determined property. Use when you have completed a test or inspection and need to fulfill a classification or sorting subtask. It takes the object and target container as inputs and performs the move action.

How do I install it?

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