2-captcha

Automate CAPTCHA solving via the 2Captcha CLI service.

6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/jnotsknab/mux-swarm --skill 2-captcha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 2-captcha
Source: https://github.com/jnotsknab/mux-swarm/tree/main/Skills/bundled/2-captcha
Command: npx skills add https://github.com/jnotsknab/mux-swarm --skill 2-captcha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates CAPTCHA solving by routing CAPTCHA challenges through the 2Captcha CLI service for automated workflows, reducing manual intervention.

Core Features & Use Cases

  • CLI-based CAPTCHA solving for a variety of CAPTCHA types via the 2Captcha service.
  • Supports common workflows like web automation, account creation, and form submissions.
  • Quick feedback: check balance and retrieve solution tokens to continue automation.

Quick Start

Install 2captcha-cli globally and run a command with your API key to solve a CAPTCHA.

Frequently Asked Questions about 2-captcha

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

FAQPage Schema
How do I automate CAPTCHA solving for web automation workflows?

Automate CAPTCHA solving by routing challenges through the 2Captcha CLI service, which returns solution tokens to continue web automation. This requires installing the 2captcha-cli tool globally and providing a valid API key to process CAPTCHA verification requests.

What do I need to run a CLI-based CAPTCHA solver for form submissions?

A CLI-based CAPTCHA solver requires a Node.js/npm environment, the globally installed 2captcha-cli package, and a valid 2Captcha API key. This setup allows automated workflows to retrieve solution tokens needed for successful form submission and account creation.

Can I check my 2Captcha balance and retrieve solution tokens via command line?

You can check your 2Captcha balance and retrieve solution tokens via command line using the 2captcha-cli. This provides quick feedback during automated workflows, allowing scripts to verify funds before requesting CAPTCHA solutions for form submissions.

Does this CAPTCHA solving approach work for automated account creation?

This CAPTCHA solving approach works for automated account creation by integrating the 2Captcha CLI into web automation scripts. It handles CAPTCHA verification challenges, reducing manual intervention and allowing continuous automated form submission.

What are the limitations of using a CLI service for CAPTCHA automation?

Using a CLI service for CAPTCHA automation requires a valid 2Captcha API key and sufficient balance, introducing external dependency and potential processing latency. It relies on a Node.js/npm environment and cannot function offline during web automation tasks.