Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Deploy, configure, validate, and integrate the OhMyCaptcha captcha-solving service. Use when working with YesCaptcha-style APIs, flow2api integration, reCAPTCHA/hCaptcha/Turnstile task creation, image classification, SGLang local model deployment, Render/Hugging Face cloud deployment, or OpenAI-compatible multimodal model setup. Also use when the user asks how to self-host a captcha-solving service or wants request/response examples for OhMyCaptcha.
.claude/skills/shenhao-stu-ohmycaptcha/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -5% | 0% |
Operational guidance for deploying and integrating the OhMyCaptcha service.
OhMyCaptcha uses two model backends:
Qwen/Qwen3.5-2B). Handles image recognition and classification tasks. Configured via LOCAL_BASE_URL, LOCAL_API_KEY, LOCAL_MODEL.gpt-5.4). Handles audio transcription and complex reasoning. Configured via CLOUD_BASE_URL, CLOUD_API_KEY, CLOUD_MODEL.RecaptchaV3TaskProxyless, RecaptchaV3TaskProxylessM1, RecaptchaV3TaskProxylessM1S7, RecaptchaV3TaskProxylessM1S9, RecaptchaV3EnterpriseTask, RecaptchaV3EnterpriseTaskM1, NoCaptchaTaskProxyless, RecaptchaV2TaskProxyless, RecaptchaV2EnterpriseTaskProxyless, HCaptchaTaskProxyless, TurnstileTaskProxyless, TurnstileTaskProxylessM1
ImageToTextTask, ImageToTextTaskMuggle, ImageToTextTaskM1
HCaptchaClassification, ReCaptchaV2Classification, FunCaptchaClassification, AwsClassification
bashpip install "sglang[all]>=0.4.6.post1" # From ModelScope (China): export SGLANG_USE_MODELSCOPE=true python -m sglang.launch_server --model-path Qwen/Qwen3.5-2B --port 30000
Then configure OhMyCaptcha:
bashexport LOCAL_BASE_URL="http://localhost:30000/v1" export LOCAL_MODEL="Qwen/Qwen3.5-2B"
pip install -r requirements.txt && playwright install --with-deps chromiumLOCAL_BASE_URL, CLOUD_BASE_URL, CLOUD_API_KEY, CLIENT_KEYpython main.pycurl http://localhost:8000/api/v1/healthhttps://antcpt.com/score_detector/ with key 6LcR_okUAAAAAPYrPe-HK_0RULO1aZM15ENyM-MfminScore is compatibility-onlydocs/deployment/local-model.md, docs/deployment/render.md, docs/deployment/huggingface.md.docs/api-reference.md and the usage guides under docs/usage/.Other measured skills in the registry, with their headline benchmark lift.