← ClaudeAtlas

playwright-human-modelisted

Visible, supervised, human-mode browser co-working. PRIMARY browser = Playwright MCP run VISIBLY on your local machine (vision, keyboard, mouse, click, screenshot) for real-time round-trip work you watch: program → drive the browser → check → iterate. Logs in with your credentials when it can; on CAPTCHA/2FA it pauses and hands the keyboard to you in the same window, then continues. Use whenever a browser is involved — testing, verifying a deploy, a login/auth flow, admin tasks, automating a site, inspecting a page, or when you mention Playwright, browser automation, 'open a browser', 'click', 'login', 'check the page', 'verify the UI', 'visual test', or similar.
LogicLabsAI/ultramemory-mcp · ★ 1 · AI & Automation · score 77
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