captcha-solver

Recognize captcha types and simulate human mouse movements for automated solving.

3|2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/woxiangyangzhimao/skills --skill captcha-solver-woxiangyangzhimao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: captcha-solver
Source: https://github.com/woxiangyangzhimao/skills/tree/main/captcha-solver
Command: npx skills add https://github.com/woxiangyangzhimao/skills --skill captcha-solver-woxiangyangzhimao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opencv-python, ddddocr, pycryptodome, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of solving captchas, enabling efficient verification without manual intervention.

Core Features & Use Cases

  • Captcha Recognition: Automatically identifies and solves various captcha types, including slider, click, arithmetic, and custom captchas.
  • Protocol-based Solutions: Utilizes pure protocol solutions without relying on browser automation tools.
  • Use Case: Ideal for scenarios where automated captcha solving is required, such as in web scraping, automated testing, or user authentication systems.

Quick Start

Use the captcha-solver skill to solve the captcha image provided in the attachment.

Frequently Asked Questions about captcha-solver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate captcha solving for web scraping without using browser automation tools?

You can automate captcha solving by recognizing captcha types, simulating human behavior for mouse movements, and encrypting submission parameters using a pure protocol-based solution.

What types of captchas can be recognized and solved using pure protocol solutions?

Pure protocol solutions can automatically identify and solve various captcha types, including slider, click, arithmetic, and custom captchas.

How does simulating human behavior for mouse movements work in automated captcha solving?

Simulating human behavior in automated captcha solving involves generating realistic mouse movement trajectories and encrypting submission parameters to mimic genuine user interactions.

Do I need opencv-python and pycryptodome to process captcha images and encrypt submission parameters?

Yes, you need opencv-python and ddddocr for captcha image processing and recognition, and pycryptodome to encrypt the submission parameters during the verification process.

When do I need to encrypt submission parameters during captcha-based verification processes?

You need to encrypt submission parameters when automating captcha-based verification processes for web scraping or automated testing to ensure the protocol requests are securely formatted and validated.