Install
openclaw skills install auto-captcha-solverClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Detect and solve simple image captchas during browser automation. Use when flows encounter 4-6 character text, distorted alphanumeric, numeric, rotated, or arithmetic captchas and need capture, OCR, optional calculation, input fill, and submit handling in Playwright, Puppeteer, or Selenium. Do not use for reCAPTCHA, hCaptcha, slider, or click-object challenges.
openclaw skills install auto-captcha-solverUse this skill to solve simple captcha images in browser automation.
3+8)Do not use this skill for reCAPTCHA, hCaptcha, sliders, or click-object challenges.
grayscale, contrast normalization, resize, noise reduction).http or https image URLs when reading captcha image source.javascript: or file:.Return a result object with:
solved: booleanvalue: solved captcha texttype: alphanumeric, numeric, arithmetic, or unknownconfidence: OCR confidence scorehash: SHA1 image hash (cache key)fromCache: optional boolean when a cached answer is usedsolve.js: main entry for solving an image bufferpreprocess.js: image normalization pipelineocr.js: OCR and text cleanup with multiple passescache.js: SHA1 captcha cachebrowser.js: automation helpers for Playwright, Puppeteer, and Selenium