DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

173787247 /

173787247/dsh-wsl-clipboard

Verified

DeepSeek Harness tool: read/write the Windows clipboard from WSL.

★ 1 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: master@5db0ce91

dsh-wsl-clipboard

DeepSeek Harness tool: wsl_clipboard — read or write the Windows clipboard from an agent in WSL.

Part of dsh-wsl-kit.

中文说明 → README.zh.md


Why

Copying a Linux path, command, or snippet into Notepad / ChatGPT / Explorer is awkward when the agent only lives in WSL. This tool bridges the Windows clipboard via PowerShell.

Tool

Arg Required Meaning
action yes get or set
text for set UTF-8 text to place on the clipboard

Long text is truncated by maxChars (default 100000). Do not put secrets on the clipboard unless the user asks.

Install

dsh plugin --profile web add github:173787247/dsh-wsl-clipboard

Restart dsh web. New session → Tools should list wsl_clipboard.

Config

- id: dsh-wsl-clipboard
  name: dsh-wsl-clipboard
  config:
    timeoutMs: 15000
    maxChars: 100000
Key Default Meaning
timeoutMs 15000 Tool timeout
maxChars 100000 Max clipboard text length

Test

npm test

License

MIT

—/ 5

No ratings yet

Verified DSH bundle

Commit 5db0ce91e49d

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout