Feat: Add CAPTCHA solver workflow with AI integration (fixes #282) #294
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
/claim #282
/fixes #282
Description
Add a Terminator MCP workflow that automatically detects and solves CAPTCHA challenges using AI vision models. The workflow can handle reCAPTCHA, hCaptcha, and Cloudflare challenges by analyzing images with OpenAI's GPT-4 Vision API.
Type of Change
[x] New feature
[ ] Bug fix
[ ] Breaking change
[ ] Documentation update
[ ] Other:
Video Demo (Recommended)
🎥 Please include a video demo showing your changes in action! We might use it to post on social media and grow the community.
Demo - https://github.com/user-attachments/assets/58d36af1-7acc-470f-8349-3eb7f2c76e63
Suggested editing tools:
Cap.so
Screen.studio
CapCut
Descript
AI Review & Code Quality
[x] I asked AI to critique my PR and incorporated feedback
[x] I formatted my code properly
[x] I tested my changes locally
Checklist
[x] Code follows project style guidelines
[x] Added video demo (recommended)
[x] Updated documentation if needed
Additional Notes
Test URL: https://www.google.com/recaptcha/api2/demo
Usage:
terminator mcp run examples/captcha-solver/captcha-cloudflare-solver.yml
Setup: Replace YOUR_OPENAI_API_KEY_HERE in the workflow with an actual OpenAI API key.
Definition of Done: ✅ Provides URL with modern CAPTCHA that terminator mcp run solver.yml can solve using AI.