📄 skillActivePromisinghigh

browser-use/browser-harness

by browser-use

Browser Harness | Self-healing harness that enables LLMs to complete any task.

Supported Platforms

🤖 Claude Code

Stars

14.7k

Skill Type

📖 Library & API Reference

Quality Score

119/200

License

MIT

Forks

1.4k

Last Updated

Jun 11, 2026

Discovered

Apr 24, 2026

Validation

Passed

github.com/browser-use/browser-harness

Quality Breakdown

119/ 200

Content Signals

✓Gotchas/Edge Cases+40
â—‹Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
✓Code Examples+15
✓Composability+15

Repo Health

✓Recent Activity+15
â—‹Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
✓Config/Persistence+10
✓Install Instructions+5

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.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Autonomous browser automation with direct Chrome DevTools Protocol (CDP) access - enables arbitrary web navigation, form submission, and data extraction without user approval gates per-action
  • Multi-agent spawning capability via remote daemon architecture (start_remote_daemon) with cloud browser orchestration - allows spawning of multiple isolated browser instances autonomously
  • Persistent profile state management (cookies, login sessions) across executions - enables long-lived authenticated sessions that persist between agent runs
  • Dynamic helper code generation in agent-workspace/agent_helpers.py - the harness is designed to write custom Python helpers during execution, creating self-modifying automation patterns
  • Large domain-skills library (40+ pre-built scraping/automation playbooks for specific websites) - suggests framework designed for autonomous task execution across diverse targets
  • Cloud proxy and stealth evasion capabilities (proxyCountryCode parameter, captcha solving) - enables bypassing detection and rate-limiting systems