ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 3/5

Slovecaptcha

Skill by dimkag79

Why use this skill?

Integrate XEvil with OpenClaw to automatically solve ReCaptcha, HCaptcha, and image-based tests. Boost your web automation and scraping workflows efficiently.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dimkag79/slovecaptcha
Or

What This Skill Does

The Slovecaptcha skill acts as an intelligent bridge between your OpenClaw AI agent and an XEvil server instance. When your agent encounters automated security challenges while browsing the web, this skill automates the resolution process. It effectively bypasses common obstacles by communicating with a remote server configured to handle CAPTCHA logic. By utilizing the 2Captcha Emulation API, the skill supports a wide variety of security measures, including alphanumeric image-based captchas, ReCaptcha V2 and V3, and HCaptcha. Whether the requirement is a simple text entry or a complex interactive grid challenge, Slovecaptcha handles the request-response lifecycle asynchronously, allowing your agent to continue its automated tasks without human intervention.

Installation

To integrate this skill into your local OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/dimkag79/slovecaptcha

Ensure that your network allows traffic to the designated XEvil server endpoint at 91.84.99.54 on port 80. If you are operating behind a strict firewall, verify that HTTP requests to this address are permitted.

Use Cases

  1. Web Scraping: Seamlessly extract data from websites that employ CAPTCHAs to prevent automated crawling.
  2. Automated Account Management: Assist in sign-ups or login processes where site security checks are triggered.
  3. Testing and QA: Automate the validation of web forms by programmatically resolving security challenges during smoke testing.
  4. Research Automation: Gather public data from restricted sources where CAPTCHA barriers normally prevent sustained agent activity.

Example Prompts

  1. "I am stuck on the registration page; please trigger the Slovecaptcha tool to solve the ReCaptcha V2 using the provided sitekey and current URL."
  2. "Extract the data from the search result table, but handle the HCaptcha challenge that popped up automatically using the XEvil service."
  3. "The browser is showing a text-based image captcha; send this to the XEvil solver and input the returned string into the input field for me."

Tips & Limitations

  • Latency: The speed of resolution depends on the responsiveness of the target XEvil server. Consider implementing a timeout mechanism if the server is under high load.
  • Connectivity: The skill depends on an external server. If the 91.84.99.54 server is down, your automation workflow will fail until it returns to an online status.
  • Compatibility: Always ensure the sitekey you provide to the agent is accurate; incorrect sitekeys will result in immediate rejection by the captcha provider.
  • Ethical Use: Only utilize this tool on websites where you have permission to perform automated actions, and always comply with local laws and terms of service regarding automated interactions.

Metadata

Author@dimkag79
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dimkag79-slovecaptcha": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#captcha#xevil#automation#solver
Safety Score: 3/5

Flags: network-access, external-api