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").
npx skills add zjunlp/SkillNet --skill scienceworld-conditional-placer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Purpose
- Core Workflow
- Key Actions
- Example
- Important Notes
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.
