Searches for a specific target object across multiple rooms by systematically teleporting to likely locations and examining each room. Use this skill when you need to find an object whose exact location is unknown. Iterates through candidate rooms using teleport and look around, checks for the object, and continues until found, returning the object's location.
63
73%
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-object-locator/SKILL.mdLocate a specific target object within the ScienceWorld environment when its location is unknown.
prioritize_rooms.py script to generate an optimal search order based on the target object.look around action to observe the room's contents.
c. Parse the observation to check for the presence of the target object.
d. If the object is found, stop the search and output its location.
e. If the object is not found, proceed to the next room.teleport to <ROOM_NAME>look aroundexamine <OBJECT> (if more detail is needed to confirm identity)pick up <OBJECT> (if the goal is to acquire the object, not just locate it)Task: Find the thermometer in the environment.
teleport to kitchenlook around — no thermometer foundteleport to workshoplook around — observation includes "a thermometer, currently reading a temperature of 10 degrees celsius"pick up thermometer if needed.look around immediately after teleporting to get the full room state.examine to get a detailed description.pick it up after finding it.7bb9a48
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.