kuangre123/dsh-clipboard-history1

dsh-clipboard-history

适用于 DeepSeek Harness 的剪贴板历史记录插件:监控系统剪贴板并提供召回与复制工具。

AI 分析

核心用途是让 DSH 能够读取和管理系统剪贴板历史。适合需要频繁让 Agent 引用、处理剪贴板历史文本的自动化任务。

套件
dsh-clipboard-history
版本
0.1.0
授權
MIT
最近更新
2026年8月19日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kuangre123/dsh-clipboard-history

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