Agent skill · Workflow & Productivity

scienceworld-conditional-placer

Places an object into one of several designated containers based on a measured condition, such as a temperature threshold. Use this skill when you have completed a measurement or assessment and the task requires sorting or storing the object into one of multiple containers according to a rule (e.g., "if temperature > X, place in container A; otherwise container B").

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-conditional-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-conditional-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: Conditional Object Placer ## Purpose Place a target object into the correct container based on a measured condition (e.g., temperature threshold, conductivity result). This skill executes the full measure-then-sort workflow. ## Core Workflow 1. **Locate & Acquire Measurement Tool:** `teleport to LOC` then `pick up` the measurement device (e.g., thermometer). 2. **Locate & Acquire Target Object:** `teleport to LOC` then `pick up` the object to be measured (e.g., metal fork). 3. **Identify Target Containers:** Use `look around` to find the designated containers (e.g., blue box, orange box). 4. **Perform Measurement:** `use OBJ on OBJ` (e.g., `use thermometer on metal fork`) to obtain the value. 5. **Evaluate Condition & Place:** Compare the measured value against the threshold, then `move OBJ to OBJ` to place the object in the correct container. ## Key Actions | Action | Purpose | |--------|---------| | `teleport to LOC` | Navigate between rooms | | `look around` | Survey a room for objects | | `pick up OBJ` | Acquire tools or target object | | `use OBJ on OBJ` | Perform measurement | | `move OBJ to OBJ` | Place object into selected container | ## Example **Task:** "Measure

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_guide.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-conditional-placer skill do?

Places an object into one of several designated containers based on a measured condition, such as a temperature threshold. Use this skill when you have completed a measurement or assessment and the task requires sorting or storing the object into one of multiple containers according to a rule (e.g., "if temperature > X, place in container A; otherwise container B").

How do I install it?

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