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.

Qr Toolkit — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-qr-toolkit

Qr Toolkit

QR code & barcode toolkit for DeepSeek Harness: decode images (PNG/JPEG, local or URL) and generate QR codes as PNG. 二维码/条码工具箱:解码与生成。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-qr-toolkit@0.1.1
READMECompatibilityVersions

Compatibility and provenance

Qr Toolkit is published as dsh-qr-toolkit and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.1stable
8/19/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
152.7 kB
Files
10
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
25
Last push
8/19/2026
View source ↗Project homepage ↗
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

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

dsh-qr-toolkit

QR code & barcode toolkit for DeepSeek Harness (DSH). Two model-facing tools:

  • qr_decode — decode QR codes / barcodes from images (local path or http(s) URL; PNG/JPEG)
  • qr_generate — render text/links into a QR code PNG in the session workspace

Dual-engine decoding: jsqr first (best for QR codes in screenshots), falling back to @zxing/library MultiFormatReader (QR / Code128 / EAN / UPC / DataMatrix / …). Pure JS, no native dependencies, Node ≥ 22.19.

Install

# Preferred: via the dsh CLI
dsh plugin --profile web add dsh-qr-toolkit

# Or npm into the profile dir
cd ~/.dsh/profiles/web && npm install dsh-qr-toolkit --save

Restart dsh web to activate (the package joins the profile bundle layer via dsh.bundle).

Tools

ToolParamsReturns
qr_decodesource: path or URLcontent, format (e.g. QR_CODE / CODE_128), engine (jsqr/zxing); error when nothing found
qr_generatetext (required), size (128–2048), fileNamePNG path under <session cwd>/.dsh-qr/

Config (all optional)

- id: tool-qr
  name: dsh-qr-toolkit
  config:
    maxInputBytes: 20971520   # per-image cap, default 20MB
    outputDir: .dsh-qr       # generation output subdir
    timeoutMs: 30000

Security

Reads only the image you point at (local file or explicit URL); writes only into the session workspace. No outbound traffic beyond a URL you pass in. Input size capped to prevent OOM; AbortSignal propagates for cancellation.

License

MIT

Sponsor / Donate

If this plugin helps you, feel free to buy the author a coffee (WeChat Pay):

WeChat donate