DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Doc Quick — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

dsh-doc-quick

Doc Quick

Document Quick Processing plugin: Drag documents into the Web dialog → the Agent reads and processes them directly → when complete, a sidebar opens on the right to display the output and file path. The host directly reads the local file system (supports PDF/Word/PPT/EPUB/Notebook/Markdown/text) and

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Entity-Him/dsh-doc-quick#89740fc6509f852c710c34f0cf290cbf45389272
READMECompatibilityVersions

Description

Document Quick Processing plugin: Drag documents into the Web dialog → the Agent reads and processes them directly → when complete, a sidebar opens on the right to display the output and file path. The host directly reads the local file system (supports PDF/Word/PPT/EPUB/Notebook/Markdown/text) and provides the doc_list / doc_read / doc_complete tools and task sidebar.

Compatibility and provenance

Doc Quick is published as dsh-doc-quick and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/25/2026

Versions

0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-doc-quick

Drag a document into the dsh web chat — the agent reads it straight from your local filesystem (no sandbox limits), processes it, and when done a right-hand sidebar pops up with the outputs and their file paths.

Features

  • Drag & drop: drop a file into the web dialog; the host saves it to ~/.dsh/doc-quick/<sessionId>/ and registers a task.
  • Local read: the host reads the local filesystem directly. Supported formats: PDF, Word (doc/docx), PowerPoint (ppt/pptx), EPUB, Notebook (ipynb), Markdown and plain text.
  • Agent tools: doc_list (see your pending tasks), doc_read (read the file content), doc_complete (register the produced outputs).
  • Result sidebar: task status, summaries, and output file paths with preview / download links on the right side of the chat.

Install

dsh plugin --profile web add github:Entity-Him/dsh-doc-quick

Requires the dsh web profile (the sidebar is a web-client UI). The plugin is pure JavaScript — no native or Node-gyp dependencies. PDF parsing lazily loads pdfjs-dist when available and degrades gracefully when it is not.

Usage

  1. Open the dsh web chat.
  2. Drag a file into the input box.
  3. Ask the agent to read and process it (it already knows the file was dropped).
  4. When finished, the right sidebar shows the outputs and file paths — click to preview or download.

How it works

drag & drop ──> host saves to ~/.dsh/doc-quick/<sessionId>/
     └──> agent: doc_read(file) ──> doc_complete(outputs)
     └──> client: right sidebar polls docQuick/getTasks

License

MIT