Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Automatically solves image, ReCaptcha V2/V3, and HCaptcha challenges via XEvil server using Base64 uploads or sitekey proxying. Skill: Captcha breaker Owner: DimkaG79 Summary: Automatically solves image, ReCaptcha V2/V3, and HCaptcha challenges via XEvil server using Base64 uploads or sitekey proxying. Tags: 2Captcha:1.0.2, Xevil:1.0.2, captcha:1.0.2, latest:1.0.2, solvecaptcha:1.0.0 Version history: v1.0.2 | 2026-02-07T12:45:07.330Z | user - Updated documentation to highlight support for image CAPTCHAs, ReCaptcha V2/V3, and HCaptcha. - Added
clawhub skill install kn7bm8pz4d8jnwh2sz3bj4c7z980q4th:slovecaptchaOverall rank
#62
Adoption
1.2K downloads
Trust
Unknown
Freshness
Feb 28, 2026
Freshness
Last checked Feb 28, 2026
Best For
Captcha breaker is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Automatically solves image, ReCaptcha V2/V3, and HCaptcha challenges via XEvil server using Base64 uploads or sitekey proxying. Skill: Captcha breaker Owner: DimkaG79 Summary: Automatically solves image, ReCaptcha V2/V3, and HCaptcha challenges via XEvil server using Base64 uploads or sitekey proxying. Tags: 2Captcha:1.0.2, Xevil:1.0.2, captcha:1.0.2, latest:1.0.2, solvecaptcha:1.0.0 Version history: v1.0.2 | 2026-02-07T12:45:07.330Z | user - Updated documentation to highlight support for image CAPTCHAs, ReCaptcha V2/V3, and HCaptcha. - Added Capability contract not published. No trust telemetry is available yet. 1.2K downloads reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 28, 2026
Vendor
Clawhub
Artifacts
0
Benchmarks
0
Last release
1.0.2
Install & run
clawhub skill install kn7bm8pz4d8jnwh2sz3bj4c7z980q4th:slovecaptchaSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Clawhub
Protocol compatibility
OpenClaw
Latest release
1.0.2
Adoption signal
1.2K downloads
Handshake status
UNKNOWN
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
3
Examples
0
Snippets
0
Languages
Unknown
skill.md
---
slug: solvecaptcha
display_name: XEvil Captcha Solver
version: 1.0.2
tags: [captcha, xevil, automation, solver]
---
# XEvil Auto-Solver / Авто-Решатель Капчи
## Description / Описание
**[EN]**
This skill integrates an available high-speed XEvil instance to solve various types of CAPTCHAs automatically. It supports standard image CAPTCHAs, ReCaptcha V2/V3, and HCaptcha. Use this skill when you encounter a challenge on a website that requires human verification.
**[RU]**
Этот навык (скилл) интегрирует доступный сервер XEvil для автоматического решения капчи через AI агентов. Поддерживает обычные картинки, ReCaptcha V2/V3 и HCaptcha. Используйте этот навык, когда сталкиваетесь с проверкой "я не робот" или текстовыми картинками на сайтах.
---
## Configuration / Конфигурация
* **Server / Сервер:** `91.84.99.54`
* **Port / Порт:** `80`
* **Protocol:** HTTP (2Captcha Emulation API)
## Capabilities / Возможности
1. **Image Recognition (Распознавание картинок):**
* [EN] Solves alphanumeric text captchas via Base64 upload.
* [RU] Решает текстовые/числовые капчи, загруженные в формате Base64.
2. **Token Solvers (Токенизированные капчи):**
* [EN] Solves complex grid/checkbox captchas (ReCaptcha, HCaptcha) by proxying through the XEvil engine.
* [RU] Решает сложные задачи (галочки, сетки) проксируя запросы через движок XEvil.
## Usage / Использование
### Step 1: Upload / Шаг 1: Загрузка
**[EN]** Call `uploadCaptcha` with the image (base64) or sitekey. The server returns a Captcha ID.
**[RU]** Вызовите `uploadCaptcha` с картинкой (base64) или sitekey. Сервер вернет ID капчи.
### Step 2: Poll Result / Шаг 2: Проверка
**[EN]** Poll `getCaptchaResult` using the ID until the status is 1 and the solution is returned.
**[RU]** Периодически опрашивайте `getCaptchaResult` используя полученный ID, пока статус не станет 1 и не вернется текст решения.
### Example Prompt for AI / Пример Промпта
> "I have encountered a captcha on this website. Please solve it using the XEvil tool. Here is the sitekey: [SITEKEY] and the URL: [URL]."
>
> "Я наткнулся на капчу на этом сайте. Реши её через XEvil. Вот sitekey: [SITEKEY] и ссылка: [URL]."_meta.json
{
"ownerId": "kn7bm8pz4d8jnwh2sz3bj4c7z980q4th",
"slug": "slovecaptcha",
"version": "1.0.2",
"publishedAt": 1770468307330
}skill-2captcha-xevil.json
{
"openapi": "3.1.0",
"info": {
"title": "XEvil Solver (Dual Lang)",
"description": "A skill to solve CAPTCHAs using an available XEvil server. / Навык для автоматического решения капчи с использованием доступного сервера XEvil.",
"version": "1.0.2"
},
"servers": [
{
"url": "http://91.84.99.54:80"
}
],
"paths": {
"/in.php": {
"post": {
"summary": "Upload Captcha / Загрузить капчу",
"description": "Uploads a captcha image or sitekey parameters to the queue. / Отправляет изображение или sitekey в очередь.",
"operationId": "uploadCaptcha",
"requestBody": {
"required": true,
"content": {
"multipart/form-data": {
"schema": {
"type": "object",
"properties": {
"key": {
"type": "string",
"default": "4fbb2f48cc9576e5e500a82585b739c3",
"description": "API Key / API Ключ"
},
"method": {
"type": "string",
"enum": ["base64", "userrecaptcha"],
"default": "base64",
"description": "Method: 'base64' for images, 'userrecaptcha' for Google/Hcaptcha. / Метод: 'base64' для картинок, 'userrecaptcha' для Google/Hcaptcha."
},
"body": {
"type": "string",
"description": "Base64 encoded image string (required if method is base64). / Строка Base64 изображения."
},
"googlekey": {
"type": "string",
"description": "Sitekey (required if method is userrecaptcha). / Sitekey сайта."
},
"pageurl": {
"type": "string",
"description": "URL of the page containing the captcha. / URL страницы с капчей."
},
"json": {
"type": "integer",
"default": 1
}
},
"required": ["key", "method"]
}
}
}
},
"responses": {
"200": {
"description": "Successful upload / Успешная загрузка",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"status": { "type": "integer" },
"request": { "type": "string", "description": "CAPTCHA ID / ID Капчи" }
}
}
}
}
}
}
}
},
"/res.php": {
"get": {
"summary": "Get Solution / Получить решение",
"description": "Poll this endpoint with the ID to get the solution. / Опрашивайте эEditorial read
Docs source
CLAWHUB
Editorial quality
ready
Automatically solves image, ReCaptcha V2/V3, and HCaptcha challenges via XEvil server using Base64 uploads or sitekey proxying. Skill: Captcha breaker Owner: DimkaG79 Summary: Automatically solves image, ReCaptcha V2/V3, and HCaptcha challenges via XEvil server using Base64 uploads or sitekey proxying. Tags: 2Captcha:1.0.2, Xevil:1.0.2, captcha:1.0.2, latest:1.0.2, solvecaptcha:1.0.0 Version history: v1.0.2 | 2026-02-07T12:45:07.330Z | user - Updated documentation to highlight support for image CAPTCHAs, ReCaptcha V2/V3, and HCaptcha. - Added
Skill: Captcha breaker
Owner: DimkaG79
Summary: Automatically solves image, ReCaptcha V2/V3, and HCaptcha challenges via XEvil server using Base64 uploads or sitekey proxying.
Tags: 2Captcha:1.0.2, Xevil:1.0.2, captcha:1.0.2, latest:1.0.2, solvecaptcha:1.0.0
Version history:
v1.0.2 | 2026-02-07T12:45:07.330Z | user
v1.0.1 | 2026-02-07T12:22:34.813Z | user
v1.0.0 | 2026-02-07T12:13:30.073Z | user
Archive index:
Archive v1.0.2: 3 files, 3261 bytes
Files: skill-2captcha-xevil.json (4899b), skill.md (2853b), _meta.json (131b)
File v1.0.2:skill.md
[EN] This skill integrates an available high-speed XEvil instance to solve various types of CAPTCHAs automatically. It supports standard image CAPTCHAs, ReCaptcha V2/V3, and HCaptcha. Use this skill when you encounter a challenge on a website that requires human verification.
[RU] Этот навык (скилл) интегрирует доступный сервер XEvil для автоматического решения капчи через AI агентов. Поддерживает обычные картинки, ReCaptcha V2/V3 и HCaptcha. Используйте этот навык, когда сталкиваетесь с проверкой "я не робот" или текстовыми картинками на сайтах.
91.84.99.5480[EN] Call uploadCaptcha with the image (base64) or sitekey. The server returns a Captcha ID.
[RU] Вызовите uploadCaptcha с картинкой (base64) или sitekey. Сервер вернет ID капчи.
[EN] Poll getCaptchaResult using the ID until the status is 1 and the solution is returned.
[RU] Периодически опрашивайте getCaptchaResult используя полученный ID, пока статус не станет 1 и не вернется текст решения.
"I have encountered a captcha on this website. Please solve it using the XEvil tool. Here is the sitekey: [SITEKEY] and the URL: [URL]."
"Я наткнулся на капчу на этом сайте. Реши её через XEvil. Вот sitekey: [SITEKEY] и ссылка: [URL]."
File v1.0.2:_meta.json
{ "ownerId": "kn7bm8pz4d8jnwh2sz3bj4c7z980q4th", "slug": "slovecaptcha", "version": "1.0.2", "publishedAt": 1770468307330 }
File v1.0.2:skill-2captcha-xevil.json
{ "openapi": "3.1.0", "info": { "title": "XEvil Solver (Dual Lang)", "description": "A skill to solve CAPTCHAs using an available XEvil server. / Навык для автоматического решения капчи с использованием доступного сервера XEvil.", "version": "1.0.2" }, "servers": [ { "url": "http://91.84.99.54:80" } ], "paths": { "/in.php": { "post": { "summary": "Upload Captcha / Загрузить капчу", "description": "Uploads a captcha image or sitekey parameters to the queue. / Отправляет изображение или sitekey в очередь.", "operationId": "uploadCaptcha", "requestBody": { "required": true, "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "key": { "type": "string", "default": "4fbb2f48cc9576e5e500a82585b739c3", "description": "API Key / API Ключ" }, "method": { "type": "string", "enum": ["base64", "userrecaptcha"], "default": "base64", "description": "Method: 'base64' for images, 'userrecaptcha' for Google/Hcaptcha. / Метод: 'base64' для картинок, 'userrecaptcha' для Google/Hcaptcha." }, "body": { "type": "string", "description": "Base64 encoded image string (required if method is base64). / Строка Base64 изображения." }, "googlekey": { "type": "string", "description": "Sitekey (required if method is userrecaptcha). / Sitekey сайта." }, "pageurl": { "type": "string", "description": "URL of the page containing the captcha. / URL страницы с капчей." }, "json": { "type": "integer", "default": 1 } }, "required": ["key", "method"] } } } }, "responses": { "200": { "description": "Successful upload / Успешная загрузка", "content": { "application/json": { "schema": { "type": "object", "properties": { "status": { "type": "integer" }, "request": { "type": "string", "description": "CAPTCHA ID / ID Капчи" } } } } } } } } }, "/res.php": { "get": { "summary": "Get Solution / Получить решение", "description": "Poll this endpoint with the ID to get the solution. / Опрашивайте этот эндпоинт с ID капчи для получения решения.", "operationId": "getCaptchaResult", "parameters": [ { "name": "key", "in": "query", "required": true, "schema": { "type": "string", "default": "4fbb2f48cc9576e5e500a82585b739c3" } }, { "name": "action", "in": "query", "required": true, "schema": { "type": "string", "default": "get" } }, { "name": "id", "in": "query", "required": true, "schema": { "type": "string" }, "description": "The CAPTCHA ID from upload / ID капчи полученный при загрузке" }, { "name": "json", "in": "query", "schema": { "type": "integer", "default": 1 } } ], "responses": { "200": { "description": "Result / Результат", "content": { "application/json": { "schema": { "type": "object", "properties": { "status": { "type": "integer" }, "request": { "type": "string", "description": "Solution text / Текст решения" } } } } } } } } } } }
Archive v1.0.1: 3 files, 2143 bytes
Files: index.js (1293b), skill.md (2201b), _meta.json (131b)
File v1.0.1:skill.md
[RU]
Этот скилл предоставляет бесшовную интеграцию между ClawHub.ai и сервером XEvil. Он позволяет автоматически разгадывать практически любые графические капчи, используя мощность серверов.
Основные преимущества:
После установки вызовите функцию solveCaptcha, передав ей изображение в формате base64:
```javascript
const captchaResult = await solveCaptcha(base64ImageString);
console.log("Результат разгадывания:", captchaResult);
```
[EN]
This skill provides a seamless integration between ClawHub.ai and акщь ВЫ XEvil server. It enables automatic solving of almost any graphical captcha using the power of hardware.
Key Benefits:
Once the skill is added, call the solveCaptcha function by passing the captcha image as a base64 string:
```javascript
const captchaResult = await solveCaptcha(base64ImageString);
console.log("Captcha Result:", captchaResult);
```
File v1.0.1:_meta.json
{ "ownerId": "kn7bm8pz4d8jnwh2sz3bj4c7z980q4th", "slug": "slovecaptcha", "version": "1.0.1", "publishedAt": 1770466954813 }
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T04:09:08.030Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clawhub",
"href": "https://clawhub.ai/DimkaG79/slovecaptcha",
"sourceUrl": "https://clawhub.ai/DimkaG79/slovecaptcha",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1.2K downloads",
"href": "https://clawhub.ai/DimkaG79/slovecaptcha",
"sourceUrl": "https://clawhub.ai/DimkaG79/slovecaptcha",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "latest_release",
"category": "release",
"label": "Latest release",
"value": "1.0.2",
"href": "https://clawhub.ai/DimkaG79/slovecaptcha",
"sourceUrl": "https://clawhub.ai/DimkaG79/slovecaptcha",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-07T12:45:07.330Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-dimkag79-slovecaptcha/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "release",
"title": "Release 1.0.2",
"description": "- Updated documentation to highlight support for image CAPTCHAs, ReCaptcha V2/V3, and HCaptcha. - Added configuration details for XEvil server integration. - Included bilingual (English and Russian) setup and usage instructions. - Introduced a new configuration/example file: skill-2captcha-xevil.json. - Removed index.js file.",
"href": "https://clawhub.ai/DimkaG79/slovecaptcha",
"sourceUrl": "https://clawhub.ai/DimkaG79/slovecaptcha",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-07T12:45:07.330Z",
"isPublic": true
}
]Sponsored
Ads related to Captcha breaker and adjacent AI workflows.