DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-clipboard-history

k

dsh-clipboard-history

Manifest valid★ 1

No project description is available for this repository yet.

hasBundlePatch

dsh-clipboard-history

English | 中文

A DeepSeek Harness (dsh) plugin that monitors the system clipboard and keeps a recallable history of multiple clipboard entries.

What it does

  • Monitors the system clipboard in the background (polling pbpaste on macOS, xclip on Linux, PowerShell on Windows) and records every text change into a persisted history file.
  • Persists history across restarts at $DSH_HOME/clipboard-history.json.
  • Exposes five tools to the agent:
ToolPurpose
clipboard_listList recent history entries (id, time, size, preview).
clipboard_getRecall the full text of one entry by id.
clipboard_currentRead the live clipboard content right now.
clipboard_copyWrite text to the system clipboard and record it.
clipboard_clearClear the stored history (keeps the live clipboard).

Install

# pnpm is required by the dsh plugin manager (enable via corepack if missing)
corepack enable

# from npm (once published)
dsh plugin --profile web add dsh-clipboard-history

# from a local checkout
dsh plugin --profile web add file:/absolute/path/to/dsh-clipboard-history

Then restart the web app (dsh web) so the new host plugin is loaded.

The dsh plugin command forwards to pnpm inside the profile directory and reconciles dsh.profile.bundles automatically: because this package declares "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, it joins the profile's patch-layer stack.

Configuration

Edit the row in the profile's cordis.patch.yml (or the config block the bundle inserted) to tune it:

- id: clipboard-history
  config:
    pollIntervalMs: 700   # clipboard poll interval in ms
    maxHistory: 200       # max stored entries
    maxEntryChars: 50000  # max stored characters per entry
    previewChars: 160     # preview length in clipboard_list
    historyFile: clipboard-history.json  # relative to the DSH home
    poll: true            # false disables background monitoring

Notes and limitations

  • Text only. Image / file clipboards are ignored (they read as empty text).
  • macOS is the primary target; Linux needs xclip, Windows uses PowerShell.
  • The plugin lives in the host process, so it has access to the logged-in user's pasteboard without a native addon.

Versions

Latest versionPublishedSize
0.1.0——

Comments

Loading…

From the same category

deepseek-harness

by deepseek-ai

DeepSeek Harness: Everything is a Plugin.

Development & InfrastructureWorkflow & Automation

★ 236.7k

MIT

TypeScript

Sep 24, 2026

Index only — not installable

by nexu-io

🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards,

Development & InfrastructureTerminal & ClientsUI & ExperienceManifest valid

★ 98.2k

Apache-2.0

TypeScript

Sep 26, 2026

Index only — not installable

by tt-a1i

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

Workflow & AutomationTools & CapabilitiesDevelopment & InfrastructureManifest valid

★ 72.1k

↓ 4.2k/wk

MIT

JavaScript

Sep 26, 2026

dsh plugin --profile agent add @tt-a1i/archify-dsh

by Tencent

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Development & InfrastructureTools & CapabilitiesManifest valid

★ 30.3k

↓ 950/wk

NOASSERTION

Go

Sep 26, 2026

dsh plugin --profile web add @wxg-prc-cpg/dsh-weknora

by awesome-dsh-plugin

A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表

Development & Infrastructure

★ 17k

CC0-1.0

Python

Sep 26, 2026

Index only — not installable

by zhu1090093659

DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop

Tools & CapabilitiesTerminal & ClientsDevelopment & InfrastructureModels & ProvidersUI & ExperienceManifest valid

★ 8k

Apache-2.0

TypeScript

Sep 26, 2026

dsh plugin --profile web add dsh-web