browser_workflow_remember
Save verified reusable browser workflows with durable UI labels, steps, and notes while omitting passwords and transient handles for future agent reuse.
Instructions
Save the verified reusable workflow after discovering or completing a browser task. Store durable UI labels, decisions, and pitfalls; do not store passwords, one-time codes, or transient [ref=eN] handles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Useful starting URL if stable. | |
| site | No | Human site name, e.g. 'Google Play Console'. | |
| tags | No | Search tags such as 'android', 'play-store', 'release'. | |
| task | Yes | Reusable task objective, e.g. 'Create a new Android app in Google Play Console'. | |
| notes | No | Short extra context for future agents. | |
| steps | Yes | Ordered durable steps that worked. Use visible labels and page names, not transient refs. | |
| title | No | Page title where the workflow starts or was verified. | |
| domain | No | Domain, e.g. 'play.google.com'. | |
| outcome | No | What succeeded or what state was reached. | |
| pitfalls | No | Things that were wrong, surprising, changed, or easy to miss. | |
| selectors | No | Durable UI cues: visible labels, section names, field names. Avoid transient refs. | |
| confidence | No | Confidence that the workflow is reusable. | |
| supersedes | No | Workflow memory ids this record replaces because they are stale or incomplete. | |
| lastVerified | No | Verification date, default today. |