Agent skill
scienceworld-object-classifier
Moves a tested or examined object into a designated container (e.g., a specific colored box) based on a determined property. Trigger this skill after completing a test or inspection to fulfill a classification or sorting subtask. It takes the object and target container as inputs and performs the move action.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/scienceworld-object-classifier
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
- Object Location: The object to be classified must be present in the current room's environment (e.g., on the floor, on a table).
- Container Location: The target container (e.g., yellow box, purple box) must be present in the current room's environment.
- 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
- Confirm Environment: Use
look aroundto verify the object and target container are present. - Execute Move: Perform the
moveaction. - Verify: Optionally,
look at <CONTAINER>to confirm the object is now inside.
Important Notes
- This skill is for the final sorting action only. Do not use it to perform the initial test or inspection.
- Ensure the object is not in your inventory. If it is, drop it first (
drop <OBJECT>). - The skill assumes the classification logic (e.g., interpreting a circuit test) has already been handled by a prior process.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?