AI Agent Hub
Back to plugins
🧰

dsh-base64

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-base64

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

Install the plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-base64; the source code is available at https://github.com/uckkk/dsh-base64

About this plugin

Working with Base64 strings — auth tokens, Data URIs, config snippets — often means tabbing out to an online encoder or scribbling a throwaway script, either of which breaks your flow. dsh-base64 exists to eliminate that extra step entirely. \n\nIt is implemented in pure Node.js and runs completely offline: zero network calls, zero third-party services. Once installed you simply invoke the tool it registers inside your session to encode or decode, with no background processes and no external API dependencies. \n\nIt is a great fit for developers who regularly handle Base64 payloads in conversational workflows and want a lightweight, dependency-free, network-free utility that is ready the moment they need it. Licensed under MIT with fully transparent source.

Use Cases

  • Quickly encode or decode Base64 strings in a session
  • Handle Base64 payloads such as tokens or Data URIs
  • Finish encoding/decoding without leaving the conversation or opening a web tool

Best For

  • Developers who repeatedly handle Base64 strings
  • Users who prefer offline, zero-network utilities
  • People who need instant data processing inside AI chat workflows