hellosky983/dsh-qrcode3

dsh-qrcode

Offline QR code generator for DeepSeek Harness (dsh): pure-JS, no network, no shell, cross-platform. Model tools (qrcode + barcode) with SVG/PNG/ASCII output.

AI Analysis

核心用途是无需网络和外部依赖,在本地将文本、URL 等编码为二维码或条形码。适合需要在 DSH 对话中快速生成可视化编码的办公与开发任务。

Package
dsh-qrcode
Version
0.2.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hellosky983/dsh-qrcode

Configuration

ToolOptionDefaultDescription
qrcodetext— (required)Content to encode: URL, WIFI:..., vCard, tel/sms, or plain text
qrcodeformatsvgsvg / ascii / png
qrcodeeclMError correction level L/M/Q/H
qrcodescale / border / fg / bg / mask4 / 4 / #000 / #fff / autoRendering options
barcodetext— (required)Content for Code128 (ASCII) or EAN-13 (12/13 digits)
barcodesymbologycode128code128 / ean13

No environment variables, no secrets.