dsh-remote-workspace
lengmoXXL/dsh-remote-workspace
0GitHub starsA DeepSeek Harness (DSH) plugin that runs the harness's file, shell, and terminal tools inside a git worktree on a remote machine over SSH. The remote agent installs itself: it ships as a static Rust binary from GitHub Releases, listens on a random loopback port, and updates when the plugin does.
dsh-task-console
He2way/dsh-task-console
0GitHub starsDSH client plugin: flip the page over to a glass task console — live jobs, subagents, session and workspace cards, an infinite canvas that unrolls a card into its own controls, embedded web apps, and a conversation box that edits the canvas.
dsh-usage-unified
satan9394/dsh-usage-unified
0GitHub starsMachine-wide DeepSeek Harness (dsh) usage statistics: trends, a custom date range that governs every panel, one merged model panel (share + four-bucket split + calls + cost), a session ranking with call drill-down, CSV/JSON export and an optional local cost estimate. 全机 DSH 用量统计:趋势 / 自定义区间(贯穿所有面板)/ 合并模型面板 / 会话排行下钻 / 调用明细 / 导出 / 可选成本估算。
dsh-reach
PerryLink/dsh-reach
0GitHub starsMulti-channel decision & remote-control bridge for DeepSeek Harness: pushes any workspace's approval/question cards to IM channels (WeChat iLink first) and answers them from chat, with a session console, per-channel security, and an open push service.
dsh-mcp-client-plus
anthonyyu-verkada/dsh-mcp-client-plus
0GitHub starsDeepSeek Harness MCP client bridge with OAuth 2.1, bounded connect/discovery timeouts, environment-indirected secrets, optional indefinite reconnection, and a mcp_status diagnostic tool
关于 DeepSeek Harness 远程访问与执行插件
Remote Access 与 Remote Execution 插件让 DeepSeek Harness 跨出本地界面或当前进程运行。本分类覆盖 LAN 与安全 Tunnel 访问、手机和远程控制界面、远程主机与终端、Sandbox 任务路由和隔离执行环境。这些插件解决的问题不同,但共同点都是扩展 Harness 的访问位置或 Agent 的执行环境。
远程插件涉及机器与网络边界,安装前应重点检查认证方式、网络暴露范围、Tunnel 行为、Credentials、命令执行权限、Sandbox 隔离、源码活跃度和兼容性证据。远程工作流会扩大 Harness 的安全边界,因此它的实现方式和源码证据与功能本身同样重要。