Slayzone — управление браузером через CLI
★ 6.5 · marketing
slay-browser is a Claude Code skill that controls the browser panel embedded in each Slayzone task's detail view using slay CLI commands. It covers the full web-interaction loop: navigating to URLs, creating and switching tabs, clicking elements and typing text by CSS selector, running arbitrary JavaScript with eval, extracting page text content (up to 10,000 characters with interactive elements), and capturing screenshots. All commands require $SLAYZONE_TASK_ID, which is set automatically in task terminals. Global flags --panel and --tab control panel visibility and let you precisely target a tab by zero-based index or a stable opaque tab ID. The skill is designed for automated verification and testing of web interfaces directly from the task environment, without switching context.