diff --git a/SKILL.md b/SKILL.md index ed84f009..eee3153a 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1029,6 +1029,7 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`. | `domain-skill save|list|show|edit|promote-to-global|rollback|rm ` | Per-site notes (host derived from active tab). Quarantined → active after N=3 uses without classifier flag → global by explicit promote. | | `frame ` | Switch to iframe context (or main to return) | | `inbox [--clear]` | List messages from sidebar scout inbox | +| `skill list|show|run|test|rm [--arg k=v]... [--timeout=Ns]` | Run a browser-skill: deterministic Playwright script that drives the daemon over loopback HTTP. 3-tier lookup (project > global > bundled). Spawned scripts get a per-spawn scoped token (read+write only) — never the daemon root token. | | `watch [stop]` | Passive observation — periodic snapshots while user browses | ### Tabs diff --git a/browse/SKILL.md b/browse/SKILL.md index 6fc9a247..1ac63779 100644 --- a/browse/SKILL.md +++ b/browse/SKILL.md @@ -953,6 +953,7 @@ $B prettyscreenshot --cleanup --scroll-to ".pricing" --width 1440 ~/Desktop/hero | `domain-skill save|list|show|edit|promote-to-global|rollback|rm ` | Per-site notes (host derived from active tab). Quarantined → active after N=3 uses without classifier flag → global by explicit promote. | | `frame ` | Switch to iframe context (or main to return) | | `inbox [--clear]` | List messages from sidebar scout inbox | +| `skill list|show|run|test|rm [--arg k=v]... [--timeout=Ns]` | Run a browser-skill: deterministic Playwright script that drives the daemon over loopback HTTP. 3-tier lookup (project > global > bundled). Spawned scripts get a per-spawn scoped token (read+write only) — never the daemon root token. | | `watch [stop]` | Passive observation — periodic snapshots while user browses | ### Tabs