Agentic Browser Workflow Templates
Use this skill when browser automation needs a reusable operating template rather than a one-off prompt.
Workflow
- Choose a use case such as
form-filling,case-routing,portal-operation, orresearch-capture. - Provide optional steps as JSON, or let the script generate a safe starter workflow.
- Review the generated controls before connecting to live browser/computer-use tools.
- Pair with Browser Agent Trust Hub for runtime policy scoring.
Parameters
--use-case: Workflow type.--portal: Portal or website category.--steps PATH: Optional JSON list of workflow steps.--output PATH: Optional YAML-like markdown output path.--json: Emit JSON instead of markdown.--approval-threshold {low,normal,high}: Sets human approval strictness.
Outputs
The script generates:
- Objective and assumptions.
- Step-by-step browser workflow.
- Approval gates.
- Evidence capture requirements.
- Error handling and rollback/degraded-mode notes.
- Handoff payload schema.
This skill does not execute browser actions.