xby-image-detect
Run the following command in DeepSeek Harness:
dsh plugin install xby-skill/xby-image-detect
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install xby-skill/xby-image-detect in DeepSeek Harness to install this plugin; the source is available at https://github.com/xby-skill/xby-image-detect
About this plugin
Running object detection inside a conversation workflow typically means standing up a local inference stack first: pulling model weights, configuring a GPU, juggling dependency versions. xby-image-detect collapses all of that into a single API call. No local runtime, no GPU setup, no environment management — hand the image to the plugin and get structured detection results back immediately.
Built on the YOLO26 model, the plugin covers all 80 COCO object classes spanning people, vehicles, animals, and everyday household items. Every detection run returns precise bounding-box coordinates, confidence scores, and class labels that downstream code can consume directly. On the input side it accepts images via URL, Base64-encoded strings, or local file paths, so whether the image lives on a remote server, arrives as an upload payload, or sits on your disk, it plugs in seamlessly.
If your multimodal pipeline needs a lightweight visual-structuring step, you want to quickly confirm which objects appear in a frame, or you simply do not want to be distracted by inference infrastructure setup and maintenance, this plugin lets you skip all the groundwork and focus your energy on the logic that actually drives business value.
Use Cases
- Identify object classes and positions in real time within multimodal conversations
- Extract structured key-object information from video frame-by-frame analysis
- Generate coordinate-tagged detection results that feed downstream annotation or review pipelines
- Complete image object detection via API without any local model deployment
Best For
- App developers who need image understanding without maintaining inference infrastructure
- Engineers building multimodal AI pipelines that require a lightweight visual-structuring step
- Independent developers who want to validate object detection quickly without GPU environment setup
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.