Moves an object to one of two destination containers based on a numeric threshold check. Trigger after a measurement (e.g., temperature) is taken. Place object in 'green' box if value > threshold, or 'blue' box if value < threshold.
64
75%
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-conditional-box-placer/SKILL.mdExecute a conditional placement task based on a measured numeric value. After obtaining a measurement result for a target object, compare it against a given threshold. Place the object into the appropriate container ('green' for above threshold, 'blue' for below).
measurement_result > threshold: Destination is the green box.measurement_result < threshold: Destination is the green box.When invoking this skill, your internal thought must specify:
target_object: The object to be placed (e.g., "unknown substance B").threshold: The numeric value for comparison (e.g., 50.0).measurement_result: The measured value (e.g., 117).green_box_location: The room containing the green box (e.g., "bathroom").blue_box_location: The room containing the blue box (e.g., "bathroom")."target_object=unknown substance B, threshold=50.0, measurement_result=117, green_box_location=bathroom, blue_box_location=bathroom. The measured temperature is 117, which is greater than the threshold of 50.0. Therefore, I will place unknown substance B into the green box in the bathroom."
move <target_object> in inventory to <green/blue> box
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.