playwright-human-modelisted
Install: claude install-skill LogicLabsAI/ultramemory-mcp
# Browser Control — Human Vision Mode (Supervised Co-Working)
> UltraMemory Agent Kit — our Playwright *Human Vision Control* wrapper over the standard
> Playwright MCP. The kit installs the standard Playwright MCP (on your consent) and this skill
> rides on top, adding the speed mandate + supervised co-working discipline below.
## ⚡ SPEED MANDATE — read before any browser action (HARD RULE, do not drift)
This skill is only as fast as you drive it. The default failure mode is
**self-inflicted slowness**: one action per round-trip and a screenshot +
narration after every click. DO NOT. **Near-real-time is the bar.**
**Non-negotiable defaults, every browser session:**
1. **BATCH.** Put independent actions in ONE message, and chain a known UI
sequence without stopping between each — e.g. *copy password → focus field →
paste → submit* is ONE message, not four. One round-trip, not five.
2. **Snapshot-first, sparingly.** Act off `browser_snapshot` (the a11y text
tree). Do NOT re-snapshot after every action — refs stay valid until the DOM
changes; only re-snapshot when the page actually changed. Screenshot only at
checkpoints / when pixels matter.
3. **Reuse the session.** `browser_navigate` straight to the target and CHECK if
you're already authenticated before ever touching a login form.
4. **Narrate per phase, not per click** — "Logging in…", "At consent" — then move.
5. **Gates only at decisions / irreversible / money / login-2FA handoff.**
Everywhere el