browser_propose_skill
Propose a recorded browser session as a candidate reusable skill with end-state assertions, quarantined until validated by replay.
Instructions
ACTIVE MEMORY (step 1 of 2). Propose the current session as a candidate SKILL for this origin: a reusable flow (the recorded action bundle) plus an end-state probe that defines success ("text Order placed is visible"). A candidate is NOT trusted yet — it is quarantined until browser_validate_skill replays it against the live site and its probe passes. This is how the agent learns a flow WITHOUT blindly trusting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A name for the skill (e.g. "add-to-cart"). | |
| assertions | Yes | The end-state probe. A skill with no assertions can never be admitted. |