From accelerator
Resolves the absolute path of the Playwright executor (run.sh) for browser agents. Preloaded automatically by agent definitions that need to invoke the executor without self-discovery; not intended for direct user invocation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/accelerator:browser-executorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!--
The path below is authoritative for invoking the Playwright executor.
Reference this resolved value from agent bodies — do not run which run.sh
or find to discover it.
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-browser-executor.sh
npx claudepluginhub atomicinnovation/accelerator --plugin acceleratorExecutes web tests via Playwright (Microsoft). Captures AX-tree snapshots, screenshots, and console output under deterministic run directories for orchestrator parsing.
Writes and executes custom Playwright browser automation scripts for testing or scraping. Auto-detects local dev servers and runs scripts with a visible browser for debugging.
Automates browser tasks via Playwright CLI for AI agents: navigate pages, take snapshots/screenshots, fill forms, click elements from command line. Use with shell access.