task-completion-focus

Execute the focus on OBJ action to signal task completion.

1.1k|131|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/zjunlp/SkillNet --skill task-completion-focus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-completion-focus
Source: https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/scienceworld/task-completion-focus
Command: npx skills add https://github.com/zjunlp/SkillNet --skill task-completion-focus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill formally signals the completion of a task by focusing on the final, successfully produced object in the environment, resolving ambiguity if necessary.

Core Features & Use Cases

  • Task Finalization: Executes the focus on OBJ action as the definitive end to a task.
  • Ambiguity Resolution: Selects the correct target object when multiple options are presented by the environment.
  • Use Case: After successfully growing a banana, this skill is used to focus on banana on banana tree to confirm task completion.

Quick Start

Use the task-completion-focus skill to focus on the banana on the banana tree.

Frequently Asked Questions about task-completion-focus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I signal task completion in an interactive environment?

To signal task completion, execute the 'focus on OBJ' action on the final successfully produced target object. This formally finalizes the task by confirming the primary objective has been achieved.

What happens if multiple target objects are presented when finalizing a task?

When multiple valid target objects are presented, the system resolves ambiguity by automatically selecting the first valid target. This ensures the 'focus on OBJ' action executes smoothly without manual disambiguation.

When do I need to use environment interaction to finalize a task?

You need environment interaction to finalize a task after a primary objective is achieved and the target object is observable. It acts as a terminal action to formally confirm successful task completion.

How do I execute a focus action on a specific object?

To execute a focus action, target the specific object in the environment, such as focusing on a banana on a banana tree. This terminal action confirms the successful production of the target object.

Does task completion require the target object to be observable?

Yes, task completion requires the target object to be observable in the environment. The 'focus on OBJ' action is primarily used as a terminal step after the primary objective is achieved and the object is visible.