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.

Clipfile — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-clipfile

Clipfile

Attach files and folders in the DSH composer: clipboard paste, native file/folder picker, @-mention path search; folders are converted to paged Markdown for the agent to read page by page

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

npx -y @deepseek-ai/dsh plugin --profile web add github:whyzsm/dsh-clipfile#1c23c1c77f60fb082f86a0ceac8c67847241fe85
READMECompatibilityVersions

Compatibility and provenance

Clipfile is published as dsh-clipfile and currently resolves to version 0.9.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/28/2026

Versions

0.9.0stable
8/28/2026
0.8.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.9.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
Last push
8/28/2026
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-baseWeb 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 包。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.

README

dsh-clipfile

Attach files and folders in the DeepSeek Harness (DSH) Web composer.

What it does

  • Clipboard paste (⌘V) — copy files/folders in Finder, paste into the composer. Detected via osascript furl, no upload needed.
  • Native picker (+ button) — a folder-styled button next to the composer opens the macOS file/folder chooser (multi-select).
  • @-mention path completion — type @ + keyword in the composer to fuzzy-search paths (mdfind-backed).
  • Paged Markdown conversion — pasted folders are converted in place (zero-dependency Node, python fallback) into INDEX.md + pages/*.md (summary index first), so the agent reads large folders page by page instead of dumping everything.
  • Removable chips — every attachment is a chip under the composer; ✕ removes it (and its path token in the draft), click reveals it in Finder. Chips are scoped to their conversation: switching dialogs shows only that dialog's attachments, and sending the message clears them.

Attachments are zero-copy: the converter reads the original path read-only and writes only the paged Markdown pack under .dsh-clipfiles/md/.

Install

dsh plugin --profile web add whyzsm/dsh-clipfile

macOS only (uses osascript / NSOpenPanel / python3 at /opt/homebrew/bin/python3).

License

MIT