browser-task

Delegate multi-step Chrome browser automation to an isolated subagent.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/apappas57/sinew --skill browser-task-apappas57
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-task
Source: https://github.com/apappas57/sinew/tree/main/skills/core/browser-task
Command: npx skills add https://github.com/apappas57/sinew --skill browser-task-apappas57

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents browser-heavy tasks from consuming the main conversation context by delegating them to a separate subagent, so long multi-step sessions stay focused and manageable.

Core Features & Use Cases

  • Context-safe automation: Offloads browser interactions to an isolated agent instead of taking screenshots or managing page state in the main thread.
  • Text-first workflow: Prefers page text, element reads, searches, console logs, and network inspection before using high-cost visual screenshots.
  • Practical use cases: Ideal for admin panel testing, contact form submission checks, visual QA, multi-page navigation, and browser-based troubleshooting.

Quick Start

Use the browser-task skill to delegate a multi-step browser test and return a concise plain-text report of what happened.

Frequently Asked Questions about browser-task

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

FAQPage Schema
How do I prevent browser automation tasks from consuming my main conversation context?

Browser automation context loss is prevented by delegating multi-step Chrome workflows to an isolated subagent, which executes visual QA and form testing independently before returning concise plain-text reports to the main thread.

What is a context-safe approach for running multi-page navigation in Chrome?

A context-safe approach for multi-page navigation uses an isolated subagent to handle browser interactions, preserving the main conversation by relying on text-first inspection and controlled screenshot use rather than managing page state inline.

How do I delegate admin panel checks without losing conversation history?

Delegate admin panel checks by handing off the browser workflow to a separate subagent, which performs text-first element reads and console log inspections, then reports the results back in plain text to preserve conversation history.

Does browser-task require taking screenshots for every page inspection?

Browser-task does not require screenshots for every inspection; it applies a text-first workflow that prefers page text, element reads, searches, console logs, and network inspection before using high-cost visual screenshots.

Can I use this subagent delegation for long contact form submission testing?

You can use subagent delegation for contact form submission testing, which safely offloads the multi-step browser interactions and provides continuation support when tasks exceed limits during the extended Chrome workflow.

What happens when a multi-step browser workflow exceeds subagent limits?

When a multi-step browser workflow exceeds subagent limits, the skill provides continuation support to resume the isolated browser task, ensuring the main conversation context remains preserved throughout the extended automation process.