AI Agent Hub
Back to plugins
⚙️

dsh-file-upload

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install HongMing-Huang/dsh-file-upload

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

In DeepSeek Harness, install this plugin from the open-source URL https://github.com/HongMing-Huang/dsh-file-upload.

About this plugin

dsh-file-upload improves the way local files enter DeepSeek Harness conversations. Instead of pasting raw content into the composer, you can attach files through the paperclip button, drag-and-drop, or paste, then reference them as Codex-style @relative/path mentions that agents can read on demand.

With its bundled MarkItDown engine, the plugin converts many document formats into Markdown and exposes a read_document tool with paging and caching for agents. It can also generate automatic image explanations for text-only models through a vision discovery chain, making images easier to reason about. It is a good fit for document Q&A, file review, agent workflows, and users who want a practical file-handling layer inside DeepSeek Harness.

Use Cases

  • Upload documents for agents to read on demand
  • Convert PDF, Office, and other files to Markdown
  • Generate image explanations for text-only models

Best For

  • Users handling local files in DeepSeek Harness
  • Developers building document Q&A or review workflows
  • Users who want text-only models to understand images