dsh-pixel-probe
Run the following command in DeepSeek Harness:
dsh plugin install TableRogue/dsh-pixel-probe
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in DeepSeek Harness by running dsh plugin install TableRogue/dsh-pixel-probe (source: https://github.com/TableRogue/dsh-pixel-probe); it is auto-loaded on every dsh --profile web startup.
About this plugin
Building a pixel-based plugin always starts with the same anxiety: can the browser sandbox actually give you canvas? Is MutationObserver blocked? Does the Image constructor even exist? dsh-pixel-probe is a small diagnostic utility designed to remove that guesswork. In a single run it checks the availability of document, canvas, MutationObserver, and Image, counts the SVG icons on the current page, and prints a compact one-line JSON report to the browser console—so you can confirm in seconds whether a runtime rasterization-to-pixel pipeline is feasible in your specific environment.
The plugin is intentionally lightweight. It is a pure client plugin with an empty apply on the host side, meaning it pulls in no extra dependencies and introduces no side effects. After installation it is automatically appended to the profile bundles and activates alongside your web workflow, with console output tagged [cordis:dsh-pixel-probe] for easy identification in mixed logs. For a one-off feasibility check you can also paste the source directly into a single-process codis_run without touching your profile configuration at all.
It is aimed at developers working on pixel rendering, icon rasterization, or DOM-animation plugins within the DeepSeek Harness ecosystem. Run the probe once before you start writing business logic, map out exactly which sandbox APIs are available to you, and spend your debugging time on the pixel algorithms that actually matter instead of repeatedly hitting restricted-implementation dead ends.
Use Cases
- Check browser sandbox API availability before building pixel plugins
- Verify whether canvas and MutationObserver are restricted by sandbox
- Assess feasibility of runtime rasterization DOM pipelines in the current environment
Best For
- Developers building pixel rendering plugins in the DeepSeek Harness ecosystem
- Plugin authors who need to diagnose browser dynamic sandbox capabilities
- Frontend engineers working on icon rasterization or DOM animation
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.