Overview
- Skill Key
- adinvadim/2captcha
- Author
- adinvadim
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adinvadim/2captcha
- Latest Commit SHA
- 7b18c477846ff41fc91a1b4c3f53ee85374c1559
Solve CAPTCHAs using 2Captcha service via CLI. Use for bypassing captchas during web automation, account creation, or form submission.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 2captcha 技能。 若已安装,则直接安装 2captcha 技能。
# 2Captcha Skill Solve CAPTCHAs programmatically using the 2Captcha human-powered service. ## Installation ```bash # One-line install curl -fsSL https://raw.githubusercontent.com/adinvadim/2captcha-cli/main/solve-captcha \ -o /usr/local/bin/solve-captcha && chmod +x /usr/local/bin/solve-captcha # Verify solve-captcha --version ``` ## Configuration ```bash # Save your 2Captcha API key mkdir -p ~/.config/2captcha echo "YOUR_API_KEY" > ~/.config/2captcha/api-key # Or use environment variable export TWOCAPTCHA_API_KEY="your-key" ``` Get your API key at https://2captcha.com/enterpage ## Quick Reference ### Check Balance First ```bash ./solve-captcha balance ``` ### Image CAPTCHA ```bash # From file ./solve-captcha image /path/to/captcha.png # From URL ./solve-captcha image "https://site.com/captcha.jpg" # With options ./solve-captcha image captcha.png --numeric 1 --math ./solve-captcha image captcha.png --comment "Enter red letters only" ``` ### reCAPTCHA v2 ```bash ./solve-captcha recaptcha2 --sitekey "6Le-wvk..." --url "https://example.com" ``` ### reCAPTCHA v3 ```bash ./solve-captcha recaptcha3 --sitekey "KEY" --url "URL" --action "submit" --min-score 0.7 ``` ### hCaptcha ```bash ./solve-captcha hcaptcha --sitekey "KEY" --url "URL" ``` ### Cloudflare Turnstile ```bash ./solve-captcha turnstile --sitekey "0x4AAA..." --url "URL" ``` ### FunCaptcha (Arkose) ```bash ./solve-captcha funcaptcha --public-key "KEY" --url "URL" ``` ### GeeTest ```bash # v3 ./solve-captcha geetest --gt "GT" --challenge "CHALLENGE" --url "URL" # v4 ./solve-captcha geetest4 --captcha-id "ID" --url "URL" ``` ### Text Question ```bash ./solve-captcha text "What color is the sky?" --lang en ``` ## Finding CAPTCHA Parameters ### reCAPTCHA sitekey Look for: - `data-sitekey` attribute in HTML - `k=` parameter in reCAPTCHA iframe URL - Network request to `google.com/recaptcha/api2/anchor` ### hCaptcha sitekey Look for: - `data-sitekey` in hCaptcha div - Network requests to `h...
# solve-captcha Solve CAPTCHAs from the command line using [2Captcha](https://2captcha.com) human-powered service. ## Features - **10 captcha types** — Image, reCAPTCHA v2/v3, hCaptcha, Turnstile, FunCaptcha, GeeTest, Amazon WAF - **Zero dependencies** — Pure Python 3 stdlib - **Human-first design** — Clear output, helpful errors, progress indicators - **Script-friendly** — `--json` output, proper exit codes, `--quiet` mode - **Flexible config** — Flag > env > config file precedence ## Installation ```bash # Quick install (one line) curl -fsSL https://raw.githubusercontent.com/adinvadim/2captcha-cli/main/solve-captcha \ -o /usr/local/bin/solve-captcha && chmod +x /usr/local/bin/solve-captcha # Or with Homebrew (coming soon) # brew install adinvadim/tap/solve-captcha # Or clone manually git clone https://github.com/adinvadim/2captcha-cli.git cd 2captcha-cli chmod +x solve-captcha sudo ln -s $(pwd)/solve-captcha /usr/local/bin/ ``` ## Configuration API key lookup order: 1. `--api-key` / `-k` flag 2. `TWOCAPTCHA_API_KEY` environment variable 3. `~/.config/2captcha/api-key` file ```bash # Option 1: Environment export TWOCAPTCHA_API_KEY="your-key" # Option 2: Config file mkdir -p ~/.config/2captcha echo "your-key" > ~/.config/2captcha/api-key ``` ## Usage ### Quick examples ```bash # Image captcha solve-captcha image captcha.png solve-captcha image https://example.com/captcha.jpg --math # reCAPTCHA v2 solve-captcha recaptcha2 -s 6Le-wvkSAAAA... -u https://example.com # hCaptcha solve-captcha hcaptcha -s a5f74b19-9e45... -u https://example.com # Cloudflare Turnstile solve-captcha turnstile -s 0x4AAA... -u https://example.com # Check balance solve-captcha balance ``` ### Commands | Command | Description | |---------|-------------| | `image <file\|url>` | Solve image captcha (OCR) | | `recaptcha2` | Solve reCAPTCHA v2 | | `recaptcha3` | Solve reCAPTCHA v3 | | `hcaptcha` | Solve hCaptcha | | `turnstile` | Solve Cloudflare Turnstile | | `funcaptcha` |...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.