Analyzes room observations to identify objects matching a given target description (e.g., 'living thing'). Triggered after exploring a room when the agent needs to locate a specific type of item. Processes the observation list, filters objects based on target criteria, and returns candidate objects for further action.
59
67%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./experiments/src/skills/scienceworld/scienceworld-target-identifier/SKILL.mdThis skill enables you to systematically locate objects in the ScienceWorld environment that match a specific target description (e.g., "living thing", "container", "electrical device"). It transforms the raw observation text from look around into a structured list of candidate objects for your current task.
look around in any room.look around AND the target description from your task.Extract all observable items from the room description. Pay special attention to:
Use the bundled classification script to filter objects based on the target description:
Rank candidates by:
For each high-priority candidate:
pick up, focus on, or other preliminary action is neededexamine OBJ for clarificationTask: "Find a living thing and move it to the blue box in bathroom"
look around in current roomfocus on turtle egg → pick up turtle egg → teleport to bathroom → move turtle egg to blue box7bb9a48
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.