๐ resourceStalePromisinghigh
bowser
by disler
Agentic browser automation and ui testing system โ built with composable skills, subagent, command, and justfile layered architecture for repeatable, deployable browser use.
Quality Breakdown
92/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals โ not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Stale
No commits in 90-365 days and no tagged releases.
Risk Assessment
- Multi-agent spawning architecture: Repository explicitly implements subagent spawning and parallel execution framework (.claude/agents/) for autonomous browser automation
- Persistent CLI configuration: .claude/ directory with settings.json and structured agent/command/skill definitions designed to persist AI agent behavior and capabilities
- Browser automation with command orchestration: Commands layer (.claude/commands/) designed to orchestrate and fan out agent execution without explicit per-task human approval gates
- Justfile-based automation: justfile recipes enable one-command execution of complex browser automation workflows, reducing visibility into individual operations
- External code execution via skills: Skill layer (.claude/skills/) abstracts browser automation and CLI execution, enabling execution of arbitrary browser interactions and system commands
- Autonomous workflow design: Architecture explicitly designed for 'repeatable, deployable browser use' with minimal human intervention points, enabling agents to operate autonomously across multiple sessions