Safe Captcha handling via Browser Agent or 2Captcha API.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
name: captcha-solver
description: "Safe Captcha handling via Browser Agent or 2Captcha API."
---
# Captcha Solver Logic
This skill provides a protocol for handling CAPTCHAs encountered during web automation.
## Strategy
1. **Detection**: If the browser agent sees "I'm not a robot" or similar challenges.
2. **Manual Intervention**:
- Pause the browser.
- Take a screenshot.
- Ask the user for help OR use an API key if configured.
## Tools to Use
- `browser_subagent`: To interact with the page.
- `hustle_vault` (optional): To check for `2CAPTCHA_API_KEY`.
## Setup
To fully automate, add your 2Captcha key to the vault:
```bash
python3 hustle/engine/vault.py --action store --key 2CAPTCHA_API_KEY --value <your_key>
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.