From bf7efd84f8d2cd656b9ef205406067f33bc5d609 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 26 Apr 2026 14:07:04 -0700 Subject: [PATCH] docs: regen SKILL.md to surface the skill META command bun run gen:skill-docs picked up the new \`skill\` command from COMMAND_DESCRIPTIONS in browse/src/commands.ts. Co-Authored-By: Claude Opus 4.7 (1M context) --- SKILL.md | 1 + browse/SKILL.md | 1 + 2 files changed, 2 insertions(+) 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