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
- Confirm Assessment Result: Know which container corresponds to which classification (e.g., "blue box" = conductive, "orange box" = non-conductive).
- Acquire Object (if needed):
pick up OBJif the target is not already in inventory. - Execute Placement:
move OBJ to OBJ— place the object in the correct container. - 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."
- Assessment complete: circuit test confirmed metal pot is conductive.
pick up metal pot(if not already held)move metal pot to blue boxlook at blue box— confirms: "In the blue box is: a metal pot"
Important Notes
- The classification or assessment must be completed before invoking this skill.
- Always verify placement with
look at— do not assume success. - Container names vary per task (blue box, orange box, etc.) — match them to the task instructions.