Agent skill · Workflow & Productivity

scienceworld-object-placer

Moves a specified object from the environment or inventory into a target container based on a classification decision. Use this skill when a task requires sorting or storing an object in a specific location after an assessment (e.g., placing a conductive object in the blue box or a non-conductive object in the orange box).

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-object-placer --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-placer/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 Placer ## Purpose Move an object into the correct container based on a prior classification or assessment result. This is the final step in conditional sorting workflows. ## Core Workflow 1. **Confirm Assessment Result:** Know which container corresponds to which classification (e.g., "blue box" = conductive, "orange box" = non-conductive). 2. **Acquire Object (if needed):** `pick up OBJ` if the target is not already in inventory. 3. **Execute Placement:** `move OBJ to OBJ` — place the object in the correct container. 4. **Verify Placement:** `look at <CONTAINER>` to confirm the object is now inside. ## Key Actions | Action | Purpose | |--------|---------| | `pick up OBJ` | Acquire object if not in inventory | | `move OBJ to OBJ` | Place object into destination container | | `look at OBJ` | Verify placement succeeded | ## Example **Task:** "Determine if metal pot is electrically conductive. If conductive, place in the blue box. If nonconductive, place in the orange box." 1. Assessment complete: circuit test confirmed metal pot is conductive. 2. `pick up metal pot` (if not already held) 3. `move metal pot to blue box` 4. `look at blue box` — confirms: "In the blue bo

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

Moves a specified object from the environment or inventory into a target container based on a classification decision. Use this skill when a task requires sorting or storing an object in a specific location after an assessment (e.g., placing a conductive object in the blue box or a non-conductive object in the orange box).

How do I install it?

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

Keep going