AI Agent Hub
Back to plugins
🧰

dsh-toml

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-toml

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

Run dsh plugin install uckkk/dsh-toml in DeepSeek Harness to install the plugin; the source is available at https://github.com/uckkk/dsh-toml.

About this plugin

In config management, CI pipelines, and automation scripts, converting between TOML and JSON is a recurring pain point. Hand-editing both formats is slow and error-prone, while pasting files into an online converter means your data leaves your machine. dsh-toml turns that task into a single in-session step: paste TOML, get JSON, or the reverse.

The conversion logic is a pure Node module that runs entirely within your local process. It makes no network requests and depends on no external service, so even config snippets containing secrets or sensitive paths are transformed entirely on your hardware, with nothing ever sent to a third party.

If you maintain TOML-based configuration files across ecosystems like Cargo, Nix, or Terraform and regularly need to feed them into JSON-only tooling, dsh-toml is a quiet, reliable, zero-dependency bridge between the two formats.

Use Cases

  • Convert Cargo.toml or similar configs to JSON on the fly for CI pipelines
  • Toggle between TOML and JSON in a single in-session step
  • Transform sensitive config snippets locally without sending them to any online service

Best For

  • Rust, Nix, or Terraform developers maintaining TOML-based config files
  • Automation engineers feeding TOML configs into JSON-only toolchains
  • Security-conscious users who refuse to upload config files to third-party services