AI Agent Hub
Back to plugins
🧰

dsh-json-size

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-json-size

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

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

About this plugin

When building or debugging applications, you often need a quick sense of how heavy a JSON payload is and where the size is concentrated, yet manual measurement is tedious and error-prone. dsh-json-size fills that gap by registering a ready-to-call tool inside your session, giving you JSON size and structure statistics without leaving your workflow. The plugin is written in pure Node.js, makes zero network requests, and depends on no external services, so every computation runs locally with full determinism and offline capability. It is a good fit for backend engineers, API debuggers, and any developer who wants an at-a-glance JSON volume report embedded directly in their daily session.

Use Cases

  • Check JSON payload size and field proportions while debugging API responses
  • Evaluate data structure weight before serialization to spot redundant fields
  • Get a JSON structure overview in fully offline environments

Best For

  • Backend engineers who frequently inspect API response sizes
  • Developers debugging data serialization workflows
  • Engineers who prefer local, network-free toolchains