CtrlK
BlogDocsLog inGet started
Tessl Logo

scienceworld-conditional-focus-executor

Executes a 'focus on OBJ' action on a specific object based on the outcome of a prior conditional evaluation. Use when you have a measurement result and task instructions specify focusing on different objects (e.g., colored boxes) depending on whether the result meets a threshold.

69

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Conditional Focus Executor

When to Use

Use after completing a measurement (temperature, pH, mass) when the task specifies a conditional rule like "If result > X, focus on A; otherwise, focus on B."

Procedure

  1. Evaluate the condition against your measurement result.
  2. Determine the target object based on which branch is true.
  3. Execute: focus on <TARGET_OBJECT>
  4. Verify: Confirm the focus action succeeded before proceeding.

If the focus action fails (e.g., object not found), use look around to verify the target object name matches exactly.

Example

Task: "If the temperature of the substance is above 50C, focus on the red box. Otherwise, focus on the blue box."

  1. Measurement result: 63C
  2. Evaluation: 63 > 50 is true → target is red box
  3. Execute: focus on red box
  4. Observation: "You focus on the red box." → task complete.
Repository
zjunlp/SkillNet
Last updated
First committed

Is this your skill?

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.