diff --git a/SKILL.md b/SKILL.md index 6c7d67ae..5ce86fe7 100644 --- a/SKILL.md +++ b/SKILL.md @@ -584,6 +584,7 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`. | Command | Description | |---------|-------------| | `chain` | Run commands from JSON stdin. Format: [["cmd","arg1",...],...] | +| `frame ` | Switch to iframe context (or main to return) | | `inbox [--clear]` | List messages from sidebar scout inbox | | `watch [stop]` | Passive observation — periodic snapshots while user browses | @@ -604,6 +605,7 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`. | `handoff [message]` | Open visible Chrome at current page for user takeover | | `restart` | Restart server | | `resume` | Re-snapshot after user takeover, return control to AI | +| `state save|load ` | Save/load browser state (cookies + URLs) | | `status` | Health check | | `stop` | Shutdown server | diff --git a/browse/SKILL.md b/browse/SKILL.md index bcec129e..2268ae80 100644 --- a/browse/SKILL.md +++ b/browse/SKILL.md @@ -467,6 +467,7 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`. | Command | Description | |---------|-------------| | `chain` | Run commands from JSON stdin. Format: [["cmd","arg1",...],...] | +| `frame ` | Switch to iframe context (or main to return) | | `inbox [--clear]` | List messages from sidebar scout inbox | | `watch [stop]` | Passive observation — periodic snapshots while user browses | @@ -487,5 +488,6 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`. | `handoff [message]` | Open visible Chrome at current page for user takeover | | `restart` | Restart server | | `resume` | Re-snapshot after user takeover, return control to AI | +| `state save|load ` | Save/load browser state (cookies + URLs) | | `status` | Health check | | `stop` | Shutdown server |