AI Agent Hub
Back to plugins
🧰

dsh-xml

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-xml

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

Run dsh plugin install uckkk/dsh-xml in DeepSeek Harness to install this plugin. The full source code is available at https://github.com/uckkk/dsh-xml. After installation, add dsh-xml to your profile bundles to enable it.

About this plugin

A great deal of real-world data still flows in XML—legacy APIs, configuration files, industry-standard feeds—while modern tooling increasingly speaks JSON. Bridging the two often means writing ad-hoc scripts or calling a third-party conversion endpoint, adding unnecessary friction.

dsh-xml removes that friction. Built in pure Node.js with zero network calls and no external services, it performs bidirectional XML-to-JSON and JSON-to-XML conversion entirely on your local machine. Load it into a session, invoke the registered tool, and you get the converted output—no server to manage, no outbound HTTP request, nothing beyond the Node runtime.

It is a practical fit for developers working with legacy XML feeds, configuration pipelines, or data-interchange layers who need a local, zero-config bridge to the JSON world without spinning up another microservice.

Use Cases

  • Parsing legacy XML API responses into JSON structures
  • Writing JSON configs back to XML for older systems
  • Converting data formats in air-gapped environments

Best For

  • Backend developers integrating with legacy XML endpoints
  • Architects maintaining data pipelines without external services
  • Scripting engineers needing local format conversion