Bundle
SendPage for DeepSeek Harness: mounts the remote SendPage MCP (https://sendpageapp.com/mcp) via the in-box @deepseek-ai/dsh-mcp-client bridge — publish an HTML document as a shareable link that opens in one tap, and export it to PNG/PDF/Word.
Bundle
Generic webhook receiver for DeepSeek Harness — POST to a local endpoint to wake a dsh agent.
Bundle
右侧面板插件:展示当前会话 Token 用量(tokenUsage/contextPressure 投影)与工作区文件树(host HTTP 路由 + client 面板)
Bundle
DSH Web GUI 插件:在设置面板中管理远程/本地 MCP Server(HTTP / stdio),支持添加、编辑、删除、测试连接,工具自动注册到 DSH。
Bundle
Token-auth reverse proxy for dsh web: listen on 0.0.0.0, verify a static token via a built-in login page, then forward HTTP + WebSocket to the loopback webserver. No dsh source changes.
Bundle
DeepSeek Harness finance plugin: direct market HTTP APIs, portfolio settings, model tools
Bundle
DSH 插件:把 workspace 内容与 DSH agent 任务能力暴露为 HTTP API(/workspace-api/*),其他程序可查询目录、搜索文件、提交自然语言任务给 agent 处理。
Bundle
HTTP network debugging toolset for DeepSeek Harness (dsh): a general-purpose HTTP client with SSRF/private-network protection, per-session request history with replay, response inspection, and a zero-dependency CLI.
Bundle
DeepSeek Harness tool: open http(s) URLs in the Windows default browser from WSL.
Bundle
Web 技术
Bundle
yhbd.top 插件雷达:DSH 侧边栏 plugin_top 按钮 + 大面板(顶层「全部」+ 站点同款细分榜单:原生星榜·飙升·今日新秀·兼容工具·分类冠军;分类条随榜单联动;「安装」写入「先了解+安全审查」引导语),数据由插件内嵌的同源 HTTP 反代拉取,无需 CORS / nginx 配置;附带 Agent 可调用的搜索/榜单工具。
Bundle
DeepSeek Harness 本地音乐播放插件:Host 扫描音乐目录并以 HTTP 流式提供音频、自建歌单与播客 RSS 订阅(在线播放各集音频),浏览器侧提供播放条/播放面板/实时频谱,并注册 music_play_plus 模型工具
Bundle
DeepSeek Harness plugin: run headless-style tasks through the running dsh web process via one HTTP endpoint (POST /x/headless) with status and SSE live-event endpoints — CLI-invoked runs are visible in the Web UI in real time.
Bundle
DeepSeek Harness 的 Tailscale 远程访问运营面板:健康检查、HTTPS 入口开关、macOS 代理绕过、中继服务器运维、ACL 片段生成。
Bundle
Web compatibility layer for the DeepSeek Harness UI: polyfills crypto.randomUUID on non-secure contexts (plain-http LAN access) so the official conversation UI no longer crashes when attaching images, and surfaces the context status in Settings
Bundle
DSH web plugin: password-gate authentication (login page + HttpOnly signed cookie) for exposing dsh web behind a reverse proxy
Bundle
Fill custom-provider model capabilities from https://pi.dev/api/models
Bundle
MCP client hub (stdio / Streamable HTTP / SSE) with skill, command, memory and prompt management for the DeepSeek Harness Web GUI
Bundle
DSH plugin: download URLs to workspace files — path-fenced, streamed, 200MB cap
Bundle
归档会话抽屉(莉娅版):侧边栏底部「已归档 (n)」入口,按工作区分组列出归档会话,点击一键恢复并打开 / 复制为新会话 / 仅移回侧边栏。抄改自 chou109/dsh-archives(MIT,https://github.com/chou109/dsh-archives)。
Bundle
让 AI 助手能在会话里直接"看到"本地图片:/ws/<绝对路径> 把磁盘上任何位置的文件变成会话 markdown 可渲染的同源 http URL。Show any local file in DSH web sessions — no staging directory, any drive.
Bundle
DeepSeek Harness 业务桥接插件 — 让业务系统通过标准 HTTP 协议获得 DSH agent 能力(流式/回调两种响应模式,SQLite 任务队列)
Bundle
Proxy-aware web_fetch provider for WSL: send official web_fetch through Windows HTTP_PROXY instead of pinning a public IP from Linux.
Bundle
DeepSeek Harness host plugin: serves a configured workspace/media folder over the web server under /media, so any conversation can display local images by referencing http://<host>:<port>/media/<relative-path>.