Install
openclaw skills install browser-task-runnerPlan and execute repeatable browser-based workflows such as opening sites, logging in, navigating dashboards, filling forms, exporting data, taking screenshots, and extracting page content. Use when a task depends on browser automation or scripted browser interaction on the local machine, especially for fixed multi-step website workflows.
openclaw skills install browser-task-runnerTreat browser work as fragile. Prefer deterministic, repeatable flows over improvising clicks.
Be cautious when the task involves:
In those cases, prefer a hybrid flow: automate the boring parts and let the user finish the sensitive step.
Prefer this order:
Do not pretend browser control exists if the tooling is absent. State what is missing and what can still be automated.
Report using:
Keep website-specific details in scripts or references if this skill grows beyond a generic runner.