DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Xby Captcha — DSH Plugin for DeepSeek Harness
← Plugins
X

xby-captcha

Xby Captcha

CAPTCHA recognition toolkit supporting the recognition of text, slider, rotation, selection, and other verification methods. Note: Always comply with the terms of use and applicable laws and regulations of the target website or system, and use it only where permitted.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:xby-skill/xby-captcha#e18fe6b2d7d6e755a9d0845b8fef13428d543493
READMECompatibilityVersions

Compatibility and provenance

Xby Captcha is published as xby-captcha and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/28/2026

Versions

1.0.0
stable
8/28/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/28/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in vision-media.

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Modlens@liustack/modlensPlug-in vision for text-only LLMs, powered by the free Antigravity CLIVision Toolkit@anionex/dsh-vision-toolkitDeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, OCR, grounding, UI restoration, pixel diff, Artifacts, and Web UI.Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.

README

xby-captcha

DeepSeek Harness (DSH) 的插件:验证码识别工具集

验证码识别工具集,支持文本、滑块、旋转、选择等验证方式的识别。注意:一定要遵守目标网站或系统的使用条款和法律法规,在允许的条件下使用。

功能

  • set_xby_apikey — 在聊天中设置 API 密钥(自动持久化,重启有效)
  • find_chars — 识别图片中的文字(数字、字母、汉字),输入常见验证码图片,返回验证码文本内容和置信度。 需要输入图片文件链接。
  • find_chars_for_data_base64 — 识别图片中的文字(数字、字母、汉字),输入常见验证码图片,返回验证码文本内容和置信度。 需要输入图片文件的BASE64编码。
  • find_chars_for_data_file — 识别图片中的文字(数字、字母、汉字),输入常见验证码图片,返回验证码文本内容和置信度。 需要输入图片文件的文件路径。
  • slide_match_target_background — 根据目标(滑块)图在背景图(带缺口)中找到最佳匹配位置,返回缺口坐标。 需要输入图片文件链接。
  • slide_match_target_background_for_data_base64 — 根据目标(滑块)图在背景图(带缺口)中找到最佳匹配位置,返回缺口坐标。 需要输入图片文件的BASE64编码。
  • slide_match_target_background_for_data_file — 根据目标(滑块)图在背景图(带缺口)中找到最佳匹配位置,返回缺口坐标。 需要输入图片文件的文件路径。
  • slide_match_only_background — 在背景图(带缺口)中找到缺口位置,即滑块的最佳匹配位置,返回缺口坐标。 需要输入图片文件链接。
  • slide_match_only_background_for_data_base64 — 在背景图(带缺口)中找到缺口位置,即滑块的最佳匹配位置,返回缺口坐标。 需要输入图片文件的BASE64编码。
  • slide_match_only_background_for_data_file — 在背景图(带缺口)中找到缺口位置,即滑块的最佳匹配位置,返回缺口坐标。 需要输入图片文件的文件路径。
  • slide_compare — 找到目标图与背景图的差异区域,定位阴影滑块位置。返回差异区域起始坐标。 需要输入图片文件链接。
  • slide_compare_for_data_base64 — 找到目标图与背景图的差异区域,定位阴影滑块位置。返回差异区域起始坐标。 需要输入图片文件的BASE64编码。
  • slide_compare_for_data_file — 找到目标图与背景图的差异区域,定位阴影滑块位置。返回差异区域起始坐标。 需要输入图片文件的文件路径。
  • rotate_double — 计算目标图像(内圈)相对于背景图像(外圈)的旋转角度,返回旋转角度。 需要输入图片文件链接。
  • rotate_double_for_data_base64 — 计算目标图像(内圈)相对于背景图像(外圈)的旋转角度,返回旋转角度。 需要输入图片文件的BASE64编码。
  • rotate_double_for_data_file — 计算目标图像(内圈)相对于背景图像(外圈)的旋转角度,返回旋转角度。 需要输入图片文件的文件路径。
  • rotate_single — 识别图像的旋转角度,支持 0-359 度范围,返回旋转角度 (0-359) 需要输入图片文件链接。
  • rotate_single_for_data_base64 — 识别图像的旋转角度,支持 0-359 度范围,返回旋转角度 (0-359) 需要输入图片文件的BASE64编码。
  • rotate_single_for_data_file — 识别图像的旋转角度,支持 0-359 度范围,返回旋转角度 (0-359) 需要输入图片文件的文件路径。
  • detect_icon — 根据顺序提示图中的图标顺序,在目标图中检测对应图标并按顺序返回坐标。 需要输入图片文件链接。
  • detect_icon_for_data_base64 — 根据顺序提示图中的图标顺序,在目标图中检测对应图标并按顺序返回坐标。 需要输入图片文件的BASE64编码。
  • detect_icon_for_data_file — 根据顺序提示图中的图标顺序,在目标图中检测对应图标并按顺序返回坐标。 需要输入图片文件的文件路径。
  • detect_text — 根据顺序提示图中的文字顺序,在目标图中检测对应文字并按顺序返回坐标。 需要输入图片文件链接。
  • detect_text_for_data_base64 — 根据顺序提示图中的文字顺序,在目标图中检测对应文字并按顺序返回坐标。 需要输入图片文件的BASE64编码。
  • detect_text_for_data_file — 根据顺序提示图中的文字顺序,在目标图中检测对应文字并按顺序返回坐标。 需要输入图片文件的文件路径。
  • compare_image — 计算两张图片的相似度,输入两张图片,返回相似度分数 (0-1,越接近1越相似)。 需要输入图片文件链接。
  • compare_image_for_data_base64 — 计算两张图片的相似度,输入两张图片,返回相似度分数 (0-1,越接近1越相似)。 需要输入图片文件的BASE64编码。
  • compare_image_for_data_file — 计算两张图片的相似度,输入两张图片,返回相似度分数 (0-1,越接近1越相似)。 需要输入图片文件的文件路径。
  • solve_math — 识别图像中的数学表达式,支持加减乘除运算,自动计算结果。返回算术表达式和计算结果。 需要输入图片文件链接。
  • solve_math_for_data_base64 — 识别图像中的数学表达式,支持加减乘除运算,自动计算结果。返回算术表达式和计算结果。 需要输入图片文件的BASE64编码。
  • solve_math_for_data_file — 识别图像中的数学表达式,支持加减乘除运算,自动计算结果。返回算术表达式和计算结果。 需要输入图片文件的文件路径。

安装

方式一:从 GitHub 直接安装(推荐)

# 格式: dsh plugin --profile <profile> add github:<owner>/<repo>
dsh plugin --profile web add github:xby_skill/xby-captcha

方式二:从本地目录安装(开发模式)

# 仅用于本地开发调试
dsh plugin --profile web add /absolute/path/to/xby-captcha

方式三:通过 cordis.patch.yml 开发调试

dsh web --profile web --patch /absolute/path/to/dsh-ocr-plugin/cordis.patch.yml

配置

获取 API 密钥

前往 小笨羊官网 注册并获取 API 密钥。