AI Agent Hub
Back to plugins
🧰

dsh-paper-sizes

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-paper-sizes

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

Install it in DeepSeek Harness by running "dsh plugin install uckkk/dsh-paper-sizes"; the source is at https://github.com/uckkk/dsh-paper-sizes .

About this plugin

When you are typesetting, rendering a print template, or generating a document batch, A4 at 210x297 mm and Letter at 8.5x11 in might come to you naturally, but B5, Legal, or A3? Pausing to look up every time breaks your flow. dsh-paper-sizes collects the most common paper size standards into a lightweight plugin you can call directly from a session, so the lookup becomes a single query instead of a detour.

The plugin is a pure Node implementation that runs entirely on your machine. It has no external service calls, no network dependency, and no additional runtime packages. Once registered in your profile, you simply invoke the tool it provides mid-conversation to retrieve millimetre and inch dimensions for the A series, B series, Letter, Legal, and other standard paper formats. It fits neatly into scripting workloads where paper dimensions are needed inline.

It is a good fit for designers, typesetters, document engineers, and developers who hard-code paper sizes in build scripts or PDF generators. If your workflow repeatedly references paper standards, adding this plugin to your profile turns a web-lookup into a one-liner.

Use Cases

  • Quickly referencing paper dimensions in typesetting scripts
  • Confirming size parameters when generating PDF print templates
  • Checking B5 or A3 dimensions in courseware or document design

Best For

  • Document engineers with frequent print typesetting work
  • Developers who hard-code paper dimensions in build scripts
  • Designers who verify multiple paper formats