返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

scienceworld-object-classifier

根据确定的属性,将已测试或检查的对象移入指定容器(例如,特定颜色的盒子)。在完成测试或检查后触发此技能,以完成分类或排序子任务。它接收对象和目标容器作为输入,并执行移动操作。

person作者: jakexiaohubgithub

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

  1. Object Location: The object to be classified must be present in the current room's environment (e.g., on the floor, on a table).
  2. Container Location: The target container (e.g., yellow box, purple box) must be present in the current room's environment.
  3. 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

  1. Confirm Environment: Use look around to verify the object and target container are present.
  2. Execute Move: Perform the move action.
  3. 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.