Skip to content
View capskip's full-sized avatar
๐Ÿ”“
Happy CAPTCHA Solving!
๐Ÿ”“
Happy CAPTCHA Solving!

Block or report capskip

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
capskip/README.md
CapSkip, Unlimited Captcha Solver

Unlimited captcha solving, right on your own machine

High accuracy, low latency, and one flat price. No per-solve fees, no throttling, no limits.

Download for Windows Chrome Extension Firefox Add-on


What is CapSkip?

The CapSkip Captcha Solver is a desktop app that solves captchas right on your own computer. It runs quietly in the background and exposes a standard captcha-solver HTTP API (the familiar in.php and res.php endpoints), so your scripts, bots, and apps can solve captchas through one simple local endpoint.

  • โ™พ๏ธ Unlimited solving. Solve as many captchas as you want, with no limits and no throttling. This is the whole point.
  • ๐Ÿ–ฅ๏ธ Runs locally. Captchas are solved on your machine, not on someone else's server.
  • ๐ŸŽฏ High accuracy, low latency. AI-powered solving that is tuned for speed.
  • ๐Ÿ’ธ One flat price. A simple subscription instead of paying for every solve.
  • ๐Ÿ”Œ Drop-in HTTP API. Standard in.php and res.php endpoints that just work.
  • ๐Ÿงฉ Browser extensions and SDKs. Chrome and Firefox extensions, plus official libraries for Python, Node.js, .NET, and PHP.

What it solves

Captcha type Supported
Image CAPTCHA (distorted text) โœ…
reCAPTCHA v2 (checkbox, invisible, enterprise) โœ…
reCAPTCHA v3 โœ…
Cloudflare Turnstile (widget and challenge page) โœ…
GeeTest v3 (slide puzzle) โœ…

Browser extensions

Prefer to solve captchas straight from your browser? Grab the extension:

Chrome Web Store ย  Firefox Add-ons

Official SDKs

First-party clients that wrap the CapSkip local API with clean, familiar methods:

Language Package Source
Python PyPI capskip-python
Node.js npm capskip-node
.NET NuGet capskip-dotnet
PHP Packagist capskip-php
# Python, solve a reCAPTCHA in a few lines
from capskip import CapSkip

solver = CapSkip(host="127.0.0.1", port=8080)
result = solver.recaptcha(sitekey="YOUR_SITEKEY", url="https://example.com")
print(result["code"])   # the g-recaptcha-response token

Resources

Solve captchas locally, without limits.

Pinned Loading

  1. capskip-python capskip-python Public

    Official Python client for the CapSkip local captcha solver: local HTTP API for image CAPTCHA, reCAPTCHA v2/v3, and Cloudflare Turnstile.

    Python

  2. capskip-node capskip-node Public

    Official Node.js client for the CapSkip local captcha solver: local HTTP API for image CAPTCHA, reCAPTCHA v2/v3, and Cloudflare Turnstile.

    JavaScript

  3. capskip-php capskip-php Public

    Official PHP client for the CapSkip local captcha solver: local HTTP API for image CAPTCHA, reCAPTCHA v2/v3, and Cloudflare Turnstile.

    PHP

  4. capskip-dotnet capskip-dotnet Public

    Official .NET client for the CapSkip local captcha solver: local HTTP API for image CAPTCHA, reCAPTCHA v2/v3, and Cloudflare Turnstile.

    C#