0xclanky/captcha-relay/SKILL.md
Human-in-the-loop CAPTCHA solving with two modes: screenshot (default, zero infrastructure) and token relay (requires network access). Screenshot mode captures the page with a grid overlay, sends it to the human, and injects clicks based on their reply. Token relay mode detects CAPTCHA type + sitekey, serves the real widget on a relay page for native solving, and injects the token via CDP.
npx skillsauth add openclaw/skills captcha-relayInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Solve CAPTCHAs by relaying them to a human. Two modes available.
Grid overlay screenshot → send image to human via Telegram → human replies with cell numbers → inject clicks.
sharp for image processing + CDP for screenshots and click injection.node index.js # screenshot mode (default)
node index.js --mode screenshot # explicit
node index.js --screenshot # legacy alias
const { solveCaptchaScreenshot } = require('./index');
const capture = await solveCaptchaScreenshot({ cdpPort: 18800 });
// capture.imagePath — annotated screenshot to send to human
// capture.prompt — text prompt for the human
Detects CAPTCHA type + sitekey → serves real widget on relay page → human solves natively → token injected via CDP.
node index.js --mode relay # with localtunnel
node index.js --mode relay --no-tunnel # with Tailscale/LAN
const { solveCaptcha } = require('./index');
const result = await solveCaptcha({ cdpPort: 18800, useTunnel: false });
// result.relayUrl — URL to send to human
// result.token — solved CAPTCHA token
| Scenario | Mode |
|----------|------|
| Quick & easy, no setup | screenshot |
| Any CAPTCHA type (sliders, text, etc.) | screenshot |
| Known CAPTCHA with sitekey (reCAPTCHA, hCaptcha, Turnstile) | relay |
| Tailscale already configured | relay |
| No network access to host | screenshot |
| Flag | Default | Description |
|------|---------|-------------|
| --mode screenshot\|relay | screenshot | Select solving mode |
| --screenshot | — | Alias for --mode screenshot |
| --no-inject | inject | Return token without injecting into browser |
| --no-tunnel | tunnel | Skip tunnel, use local/Tailscale IP (relay mode) |
| --timeout N | 120 | Timeout in seconds |
| --cdp-port N | 18800 | Chrome DevTools Protocol port |
solveCaptchaScreenshot({ cdpPort })capture.imagePath to human via message tool with capture.promptinjectGridClicks(cdpPort, capture, selectedCells) to click those cellssolveCaptcha({ useTunnel: false }) (Tailscale) or solveCaptcha() (tunnel)result.relayUrl to human via message tool--remote-debugging-port=18800npm install (deps: ws, sharp)tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。