mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 03:35:09 +02:00
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) <noreply@anthropic.com>
This commit is contained in:
@@ -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 <host?>` | Per-site notes (host derived from active tab). Quarantined → active after N=3 uses without classifier flag → global by explicit promote. |
|
| `domain-skill save|list|show|edit|promote-to-global|rollback|rm <host?>` | Per-site notes (host derived from active tab). Quarantined → active after N=3 uses without classifier flag → global by explicit promote. |
|
||||||
| `frame <sel|@ref|--name n|--url pattern|main>` | Switch to iframe context (or main to return) |
|
| `frame <sel|@ref|--name n|--url pattern|main>` | Switch to iframe context (or main to return) |
|
||||||
| `inbox [--clear]` | List messages from sidebar scout inbox |
|
| `inbox [--clear]` | List messages from sidebar scout inbox |
|
||||||
|
| `skill list|show|run|test|rm <name?> [--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 |
|
| `watch [stop]` | Passive observation — periodic snapshots while user browses |
|
||||||
|
|
||||||
### Tabs
|
### Tabs
|
||||||
|
|||||||
@@ -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 <host?>` | Per-site notes (host derived from active tab). Quarantined → active after N=3 uses without classifier flag → global by explicit promote. |
|
| `domain-skill save|list|show|edit|promote-to-global|rollback|rm <host?>` | Per-site notes (host derived from active tab). Quarantined → active after N=3 uses without classifier flag → global by explicit promote. |
|
||||||
| `frame <sel|@ref|--name n|--url pattern|main>` | Switch to iframe context (or main to return) |
|
| `frame <sel|@ref|--name n|--url pattern|main>` | Switch to iframe context (or main to return) |
|
||||||
| `inbox [--clear]` | List messages from sidebar scout inbox |
|
| `inbox [--clear]` | List messages from sidebar scout inbox |
|
||||||
|
| `skill list|show|run|test|rm <name?> [--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 |
|
| `watch [stop]` | Passive observation — periodic snapshots while user browses |
|
||||||
|
|
||||||
### Tabs
|
### Tabs
|
||||||
|
|||||||
Reference in New Issue
Block a user