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.

Open File — DSH Plugin for DeepSeek Harness
← Plugins

dsh-open-file

Open File

Workspace-bound arbitrary file upload, reading, OCR, and rendering for DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-open-file@0.1.2-rc.1
READMECompatibilityVersions

Compatibility and provenance

Open File is published as dsh-open-file and currently resolves to version 0.1.2-rc.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.2-rc.1prerelease
9/6/2026
0.1.2stable
8/18/2026
0.1.1stable
8/17/2026
0.1.0stable
8/17/2026
Show 1 more versionCollapse versions
0.1.1-rc.2prerelease
8/25/2026

Related plugins

Loading related plugins…

Latest
0.1.2-rc.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
80.2 MB
Files
335
Surface
web
License
MIT
Source
npm
GitHub
★ 5
Weekly downloads
258
Last push
9/6/2026
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in vision-media.

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.Imagegen@dickpy/dsh-imagegenAI image generation plugin for the dsh web GUI: text-to-image and image-to-image through configurable provider channels (gpt-image-2 / grok-imagine-image / nanobanana series / seedream-5.0-pro / dall-e-3, with native xAI Grok Imagine, Google Nano Banana aVoice Modedsh-voice-modeFull-duplex voice plugin for DeepSeek Harness: local zipformer2 streaming ASR (no API key) → editable draft; Edge TTS or local VITS / Kokoro read-aloud with live captions; true barge-in; hardened HTTP surface + model SHA256 pinning; compatible with all ds

README

dsh-open-file

English · 简体中文

Workspace-scoped file attachments, document reading, local OCR, and page rendering for DeepSeek Harness Web.

dsh-open-file brings files of any format into DeepSeek Harness conversations. Its included agent tools inspect each upload and read, OCR, or render the content available for the task through one traceable workflow.

Drop files anywhere in DeepSeek Harness Web

Drag files into the conversation
Drop one or more files anywhere in DeepSeek Harness Web to add them to the active session.

Features

  • Adds an Add → Attachment action to the existing + menu.
  • Accepts multiple files through the system picker, page-wide drag and drop, and clipboard paste.
  • Presents compact draft cards with format icons, upload progress, cancellation, retry, and removal controls.
  • Places sent attachment cards directly below their user message and keeps the conversation aligned.
  • Streams same-origin binary uploads into the active session workspace.
  • Provides four agent tools: file_inspect, file_read, file_ocr, and file_render.
  • Reads text, PDF, DOCX, PPTX, XLSX, bounded ZIP archives, common image formats, and metadata for regular files.
  • Runs English and Simplified Chinese OCR with packaged language data.
  • Returns source hashes, locators, cursors, parsers, and stable references for traceable reasoning.

Compatibility

ComponentVersion or requirement
DeepSeek Harness0.1.2-rc.1
Node.js>=22.13.0
Operating systemsWindows, Linux, macOS
Browser APIsfetch, XMLHttpRequest, File, drag and drop, clipboard file paste

The Web integration uses the current input-trigger registration, conversation renderer, native image workflow, and client runtime APIs. Compatibility checks report FILE_WEB_COMPATIBILITY when the host contract requires attention.

Install

Install the latest npm release:

dsh plugin --profile web add dsh-open-file

Install version 0.1.2-rc.1 for DeepSeek Harness 0.1.2-rc.1:

dsh plugin --profile web add dsh-open-file@0.1.2-rc.1

Install a locally reviewed package:

npm ci
npm pack
dsh plugin --profile web add ./dsh-open-file-0.1.2-rc.1.tgz

The package activates the Host service, Web client, and Open File Skill through cordis.patch.yml. npm presents this README.md as the package documentation.

Quick start

  1. Open a DeepSeek Harness session with an active workspace.
  2. Select + → Add → Attachment, drop files onto the Web app, or paste files from the clipboard.
  3. Review the draft cards and wait for the ready state.
  4. Send the message to create session-bound dsh-open-file://attachment/v1/... references.
  5. Let the Assistant inspect, read, OCR, or render the selected content.

Files in multiple formats ready in the DeepSeek Harness composer

Upload any file format whenever your task calls for it
Documents, data, source code, archives, images, and every other format share one attachment flow.

ToolRole
file_inspectReturns metadata, parser details, and selectable part_ref values
file_readReads a selected part with text cursors or worksheet ranges
file_ocrRuns local English and Simplified Chinese OCR on a selected image part
file_renderRenders a selected document part to a workspace PNG

Image files integrate with the DSH image workflow. Documents and regular files use the workspace attachment workflow.

Configuration

Version 0.1.2-rc.1 uses packaged release defaults. cordis.patch.yml registers the Host service, Web client, and Skill. Resource limits are listed below and represented in the public contract.

Permissions, storage, and protocol

Source files and derived artifacts live under the active session workspace:

<workspace>/.dsh/open-file/v1/sessions/<sha256(session-id)>/

The plugin reads and writes this session directory and registers same-origin upload routes on the DSH Web Host. OCR uses the packaged eng and chi_sim language data.

POST   /dsh-open-file/v1/uploads/prepare
PUT    /dsh-open-file/v1/uploads/<upload-id>     application/octet-stream
POST   /dsh-open-file/v1/uploads/<upload-id>/commit
DELETE /dsh-open-file/v1/uploads/<upload-id>

Tool responses include the source hash, parser, locator, cursor, and canonical references. Extracted file content is tagged as untrusted evidence for downstream reasoning.

Default limits

LimitDefault
File size256 MiB
Draft files per session20
Draft bytes per session512 MiB
ZIP entries10,000
Expanded ZIP entry64 MiB
Total expanded ZIP bytes512 MiB
ZIP compression ratio100:1
Upload timeout300 seconds
Parse and render timeout30 seconds
OCR timeout120 seconds
Rendered pixels40,000,000

These values define the 0.1.2-rc.1 resource envelope.

Security

  • Session references, active Agent sessions, authoritative workspaces, and disk metadata participate in one validation chain.
  • Canonical containment and symlink-aware checks protect managed workspace paths.
  • ZIP validation covers normalized paths, links, encryption, duplicates, CRC integrity, archive depth, expansion size, and compression ratio.
  • Office XML validation covers declarations, entities, and relationship targets.
  • Type detection uses magic bytes and container structure.
  • Published sources are immutable; derived artifacts use exclusive creation and atomic metadata replacement.

See SECURITY.md for the security policy and reporting process.

Troubleshooting

  • Attachment entry: confirm that the Web client plugin is active and the Host matches DeepSeek Harness 0.1.2-rc.1.
  • Upload: confirm the live session, workspace permissions, same-origin route, and resource limits.
  • OCR: select an image part or a PNG generated by file_render, then choose eng, chi_sim, or both languages.
  • Document parsing: use file_inspect to review the detected type, parser, and available parts.

Stable error codes are exported from the package contract and included in tool failures for programmatic handling.

Uninstall

dsh plugin --profile web remove dsh-open-file

Install a selected release to complete a version change:

dsh plugin --profile web add dsh-open-file@0.1.2-rc.1

Development

npm ci
npm run typecheck
npm run lint
npm test
npm run build
npm run verify:release
npm pack

The release workflow runs type checks, linting, the complete automated test suite, production builds, and npm artifact inspection across Windows, Linux, and macOS.

Release gate

GitHub and npm publication begins after maintainer approval of both README files and the generated tarball. Final acceptance covers package installation, Web startup, file selection, drag and drop, uploads, message rendering, all four tools, draft controls, and plugin removal.

License

MIT