dsh-devkit
Run the following command in DeepSeek Harness:
dsh plugin install mario03690/dsh-devkit
Paste the following prompt into your AI chat to install this plugin:
Install with dsh plugin install mario03690/dsh-devkit in DeepSeek Harness; source at https://github.com/mario03690/dsh-devkit
About this plugin
An agent in the middle of a task reaches for small deterministic operations constantly — JSON-to-YAML round-trip, SQL dialect transpiling, text diffing, regex testing, timezone and unit conversion. Prompting a model to do any of these is slow, expensive, and not reproducible. Transpiling a MySQL statement to Snowflake is not something you can wing from context.
dsh-devkit packages these operations into 14 remote tools that return a deterministic result in a single call. transpile_sql runs a real parser across MySQL, PostgreSQL, BigQuery, Snowflake, ClickHouse, Doris, StarRocks and more, so a syntax error comes back with line and column instead of a confident-looking rewrite. The remaining tools cover JSON Schema validation, LCS-based text diff, JWT decoding, regex matching with named capture groups, QR code generation, unit and timezone conversion, PII redaction, and full-page screenshots. A natural-language helper, what_can_you_do, lets you describe a task in any language and get back the exact tool plus a ready-to-run call.
The plugin is a single cordis.patch.yml configuration row — no tool code, build step, or lifecycle script runs locally. Documents and prompts are processed in memory and not retained. The free tier requires no signup. It is aimed at developers building agent workflows on the dsh v0.1 developer preview who want to pull deterministic utility calls out of the prompt loop.
Use Cases
- Transpile MySQL queries to Snowflake dialect in an agent pipeline with precise error location
- Quickly validate JSON, diff text, test regex patterns, and generate QR codes mid-task
- Describe a utility need in plain language and get back a ready-to-run tool call instead of model guesswork
Best For
- Developers building agent workflows on the dsh v0.1 developer preview
- Engineering teams pulling deterministic tool calls out of the prompt loop
- Automation engineers who need reproducible and auditable tool invocations
Related Plugins
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.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.