AI Agent Hub
Back to plugins
🖥️

dsh-toolkit

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install omdsh-dev/dsh-toolkit

Paste the following prompt into your AI chat to install this plugin:

Install the dsh-toolkit plugin in DeepSeek Harness from https://github.com/omdsh-dev/dsh-toolkit.

About this plugin

dsh-toolkit addresses the problem of scattered general-purpose utilities in the DSH ecosystem, where individual small plugins can easily be overlooked. It brings together ten deterministic tools—time, encoding, JSON, calculator, CSV, regex, markdown, diff, statistics, and schema—into a curated collection with unified engineering, testing, and maintenance, giving users a predictable set of foundational capabilities without hunting for separate plugins.

Its core abilities span common data-processing and text-manipulation tasks: date, time, timezone and calendar operations; base64, URL, hex, hash and UUID encoding; JSON querying; safe mathematical expression evaluation; RFC 4180 CSV parsing and statistics; regex testing, extraction and replacement; Markdown/HTML conversion; structured diffing; descriptive statistics; and JSON Schema validation. It suits developers building automation workflows, data pipelines, document transformations, validation utilities, or diagnostic tooling in DSH who want reliable, testable tools that can be adopted as a collection or managed individually.

Use Cases

  • Handle common data conversion tasks involving time, encoding, JSON, and CSV
  • Safely edit and compare Markdown, regex patterns, and text with diff utilities
  • Perform statistics, JSON Schema validation, and safe expression evaluation in workflows

Best For

  • Developers building automation workflows in DSH
  • Users who need general-purpose data processing and text utility plugins
  • Maintainers who want to install or manage a set of deterministic tools individually or together