aissue
Pick up an open issue from the amux issue tracker, mark it doing, work it, and mark it done.
Use when the user needs to log into a website for browser automation, save auth cookies, or sync browser profiles to cloud
How it fires
How this command gets triggered: by you, by Claude, or both.
/playwright-authContext preview
What this command does when you run it.
Use when the user needs to log into a website for browser automation, save auth cookies, or sync browser profiles to cloud
description: Use when the user needs to log into a website for browser automation, save auth cookies, or sync browser profiles to cloud allowed-tools: Bash argument-hint: [capture|sync|status]
Manages Playwright browser auth profiles so Claude sessions (local and cloud) can access authenticated sites.
The user's request is: **$ARGUMENTS**
Parse the argument:
Run the capture command and wait for completion:
amux playwright-auth capture
This opens a browser. Inform the user to log into any sites they need, then close the browser. It will automatically sync to cloud when done.
Sync the existing local profile to cloud:
amux playwright-auth sync
Report the output — confirm success or surface any errors.
Check the current profile state:
# Profile location and age ls -lh ~/.amux/playwright-auth/profile/ 2>/dev/null && \ echo "Last modified: $(stat -f '%Sm' -t '%Y-%m-%d %H:%M' ~/.amux/playwright-auth/profile 2>/dev/null || stat -c '%y' ~/.amux/playwright-auth/profile 2>/dev/null)" || \ echo "No profile found. Run: amux playwright-auth capture"
Always report clearly:
Open-source control plane for AI coding agents. Run an AI engineering team: parallel Claude Code, Codex, and Gemini workers with a shared board, atomic tasks, schedules, loops, origin-stamped messaging, model switching, and self-healing recovery. One dashboard, or your phone. MIT, single Rust binary.
Pick up an open issue from the amux issue tracker, mark it doing, work it, and mark it done.
Use when the user says "add to board", "create a task", or wants to track a todo on the amux kanban board
Use when you need to interact with the amux system — manage board tasks, check sessions/workers, send emails, message via Telegram, automate browsers, work…
Use when the user asks to interact with a web page, take a screenshot of a site, click or type in Chrome, scrape content, or debug a web UI. Connects to real…
Repo/branch/file hygiene sweep — stray artifacts, doc drift, stale branches, worktrees, upstream sync, backup sprawl, duplicate build caches. Verifies before…
Scaffold a closed orchestrator loop — creates the mission note, state/constraints notes, and a scheduler entry from the v2 template.