AI Agent Hub
Back to plugins
🤖

xby-ocr-captcha

Model Inference Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-ocr-captcha

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install xby-skill/xby-ocr-captcha in DeepSeek Harness to install; the source code is available at https://github.com/xby-skill/xby-ocr-captcha .

About this plugin

In any automation pipeline, a single captcha image is often the one step that forces a human to step in. xby-ocr-captcha removes that bottleneck. Built as a DeepSeek Harness plugin, it takes a common captcha image and returns the text content directly, so the workflow keeps running without manual intervention.

The plugin supports three input methods to match different setups: a remote image file URL, a Base64-encoded string, or a local file path. Whether your scraper grabbed a URL or your automation saved a screenshot to disk, one call gets you the result. The API key is set via a chat command and persists automatically across restarts.

Ideal for developers working with RPA, data collection, or automated form-filling flows that integrate DeepSeek Harness. Anywhere a captcha-reading step exists, this plugin hands that task to the model and eliminates the need for a human on standby.

Use Cases

  • Captcha blocking a scraper or RPA workflow — auto-extract the text and let the pipeline proceed
  • Auto-filling forms that require image captcha verification without manual input
  • Batch processing captcha screenshots to quickly extract text for downstream validation or entry

Best For

  • Developers building data collection or RPA pipelines that frequently encounter captchas
  • Integration developers orchestrating agent workflows on DeepSeek Harness
  • Ops or QA engineers who need unattended captcha text extraction in production or test environments