{
 "name": "awesome-dsh-plugin",
 "url": "https://awesome-dsh-plugin.com",
 "source": "https://github.com/awesome-dsh-plugin/awesome-dsh-plugin",
 "updated": "2026-08-14",
 "count": 176,
 "categories": {
  "ui": {
   "en": "UI Enhancements",
   "zh": "UI 增强"
  },
  "theme": {
   "en": "Themes & Appearance",
   "zh": "主题与外观"
  },
  "session": {
   "en": "Sessions & Messages",
   "zh": "会话与消息"
  },
  "memory": {
   "en": "Memory",
   "zh": "记忆"
  },
  "tools": {
   "en": "Tools & Capabilities",
   "zh": "工具与能力"
  },
  "workflow": {
   "en": "Workflow & Automation",
   "zh": "工作流与自动化"
  },
  "notify": {
   "en": "Notifications & Integrations",
   "zh": "通知与集成"
  },
  "model": {
   "en": "Models & Providers",
   "zh": "模型与账号接入"
  },
  "dev": {
   "en": "Development & Runtime",
   "zh": "开发与运行时"
  },
  "fun": {
   "en": "Just for Fun",
   "zh": "娱乐"
  }
 },
 "plugins": [
  {
   "name": "dsh-tianshu-tui",
   "owner": "huiliyi37",
   "url": "https://github.com/huiliyi37/dsh-tianshu-tui",
   "category": "ui",
   "description": {
    "en": "A terminal UI (TUI) for DeepSeek Harness.",
    "zh": "DeepSeek Harness 的终端 UI（TUI）。"
   },
   "install": "dsh plugin --profile web add github:huiliyi37/dsh-tianshu-tui",
   "added": "2026-08-13"
  },
  {
   "name": "deepseek-harness-tui",
   "owner": "openma-ai",
   "url": "https://github.com/openma-ai/deepseek-harness-tui",
   "category": "ui",
   "description": {
    "en": "A Rust/ratatui terminal client that speaks the DSH SDK JSON-RPC protocol directly and runs standalone or as a profile bundle.",
    "zh": "Rust/ratatui 终端客户端，直接使用 DSH SDK JSON-RPC 协议，支持独立运行或作为 profile bundle 加载。"
   },
   "install": "dsh plugin --profile web add github:openma-ai/deepseek-harness-tui",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-at-file",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-at-file",
   "category": "ui",
   "description": {
    "en": "Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.",
    "zh": "Codex 风格的 `@file` 文件引用，输入框里直接搜索并引用工作区文件。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-at-file",
   "added": "2026-08-13"
  },
  {
   "name": "ui-status-label",
   "owner": "alingalingling",
   "url": "https://github.com/alingalingling/ui-status-label",
   "category": "ui",
   "description": {
    "en": "Customize the \"deep diving\" thinking status label to anything you like.",
    "zh": "把鲸鱼娘思考时的 \"deep diving\" 状态文案自定义成任意你想要的样子。"
   },
   "install": "dsh plugin --profile web add github:alingalingling/ui-status-label",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-openpencil",
   "owner": "ZSeven-W",
   "url": "https://github.com/ZSeven-W/dsh-openpencil",
   "category": "ui",
   "description": {
    "en": "OpenPencil design preview and editing plugin.",
    "zh": "OpenPencil 设计预览与编辑插件。"
   },
   "install": "dsh plugin --profile web add github:ZSeven-W/dsh-openpencil",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-visualize",
   "owner": "Nagi-ovo",
   "url": "https://github.com/Nagi-ovo/dsh-visualize",
   "category": "ui",
   "description": {
    "en": "In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.",
    "zh": "对话内生成式 UI：模型把交互式 HTML 卡片直接画进会话流，带流式预览与沙箱渲染。"
   },
   "install": "dsh plugin --profile web add github:Nagi-ovo/dsh-visualize",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-side-panel",
   "owner": "ccq1",
   "url": "https://github.com/ccq1/dsh-side-panel",
   "category": "ui",
   "description": {
    "en": "Side panel with file browser, terminal, and Git review for quick file previews.",
    "zh": "侧边栏集成文件浏览器、终端和 Git 审查，方便预览文件。"
   },
   "install": "dsh plugin --profile web add github:ccq1/dsh-side-panel",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-focus-chat",
   "owner": "dingyi222666",
   "url": "https://github.com/dingyi222666/dsh-focus-chat",
   "category": "ui",
   "description": {
    "en": "A \"focus chat\" minimal view that shows only final outputs.",
    "zh": "「聚焦会话」精简视图，只关注最终产出结果。"
   },
   "install": "dsh plugin --profile web add github:dingyi222666/dsh-focus-chat",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-genui",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-genui",
   "category": "ui",
   "description": {
    "en": "Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.",
    "zh": "助手回复内渲染交互式 UI 组件：布局、图表、表单、测验、mermaid、3D 场景与回传事件循环。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-genui",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-annotation",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-annotation",
   "category": "ui",
   "description": {
    "en": "Select text → annotate → send with your message; replies map back to each annotation.",
    "zh": "选中文字→批注→随消息发送，回复按批注逐条对照。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-annotation",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-navbar",
   "owner": "vlln",
   "url": "https://github.com/vlln/dsh-navbar",
   "category": "ui",
   "description": {
    "en": "Conversation node navigation bar for quick jumps between user messages.",
    "zh": "对话节点导航条，右缘节点串快速跳转 user 消息。"
   },
   "install": "dsh plugin --profile web add github:vlln/dsh-navbar",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-task-status",
   "owner": "vlln",
   "url": "https://github.com/vlln/dsh-task-status",
   "category": "ui",
   "description": {
    "en": "Background task status bar: progress plus live output tail on the chat page.",
    "zh": "后台任务状态条：对话页任务进度 + 实时输出 tail。"
   },
   "install": "dsh plugin --profile web add github:vlln/dsh-task-status",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-web-archive",
   "owner": "renat3u",
   "url": "https://github.com/renat3u/dsh-web-archive",
   "category": "ui",
   "description": {
    "en": "Collapse noisy messages (Think, Bash, etc.) in conversations.",
    "zh": "折叠对话中的 Think、Bash 等「无用消息」。"
   },
   "install": "dsh plugin --profile web add github:renat3u/dsh-web-archive",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-spotlight",
   "owner": "0xsline",
   "url": "https://github.com/0xsline/dsh-spotlight",
   "category": "ui",
   "description": {
    "en": "Keyboard-first command palette for the DSH Web UI.",
    "zh": "键盘优先的命令面板（command palette）。"
   },
   "install": "dsh plugin --profile web add github:0xsline/dsh-spotlight",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-101",
   "owner": "bill9109",
   "url": "https://github.com/bill9109/dsh-101",
   "category": "ui",
   "description": {
    "en": "Document reading mode for DSH.",
    "zh": "DSH 文档阅读模式。"
   },
   "install": "dsh plugin --profile web add github:bill9109/dsh-101",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-drag-and-drop",
   "owner": "bill9109",
   "url": "https://github.com/bill9109/dsh-drag-and-drop",
   "category": "ui",
   "description": {
    "en": "Cross-platform file drag-and-drop with raw path insertion, no file copying.",
    "zh": "跨平台文件拖拽与原始路径插入，无需复制文件。"
   },
   "install": "dsh plugin --profile web add github:bill9109/dsh-drag-and-drop",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-file-uploads",
   "owner": "l541402398",
   "url": "https://github.com/l541402398/dsh-file-uploads",
   "category": "ui",
   "description": {
    "en": "Upload arbitrary local files from the Web composer, show pending cards, and manage stored files in Settings.",
    "zh": "从 Web 输入框上传任意本地文件，以待发送卡片展示，并在设置中管理已存文件。"
   },
   "install": "dsh plugin --profile web add github:l541402398/dsh-file-uploads",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-deeplink",
   "owner": "qyw233",
   "url": "https://github.com/qyw233/dsh-deeplink",
   "category": "ui",
   "description": {
    "en": "Deep links: open a specific session or workspace via `?session=` / `?workspace=`.",
    "zh": "`?session=` / `?workspace=` 深链直达指定项目对话。"
   },
   "install": "dsh plugin --profile web add github:qyw233/dsh-deeplink",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-diff-viewer",
   "owner": "lehhair",
   "url": "https://github.com/lehhair/dsh-diff-viewer",
   "category": "ui",
   "description": {
    "en": "PiUI-style diff viewer replacing the stock DiffBlock for write/edit tool calls.",
    "zh": "PiUI 风格 diff 查看器，替换 write/edit 工具调用的默认 DiffBlock。"
   },
   "install": "dsh plugin --profile web add github:lehhair/dsh-diff-viewer",
   "added": "2026-08-13"
  },
  {
   "name": "ex-setting",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/ex-setting",
   "category": "ui",
   "description": {
    "en": "Settings extensions for DSH.",
    "zh": "DSH 的设置扩展。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/ex-setting",
   "added": "2026-08-13"
  },
  {
   "name": "web-components",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/web-components",
   "category": "ui",
   "description": {
    "en": "Web Components support.",
    "zh": "Web Components 支持。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/web-components",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-turn-navigator",
   "owner": "vibeinging",
   "url": "https://github.com/vibeinging/dsh-turn-navigator",
   "category": "ui",
   "description": {
    "en": "Turn navigation for the DSH Web UI.",
    "zh": "对话轮次导航。"
   },
   "install": "dsh plugin --profile web add github:vibeinging/dsh-turn-navigator",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-milestone",
   "owner": "SnowCrescenter-tech",
   "url": "https://github.com/SnowCrescenter-tech/dsh-milestone",
   "category": "ui",
   "description": {
    "en": "Right-side dot-timeline rail: jump between user messages.",
    "zh": "右侧圆点时间轴导航条，点击跳转到任意用户消息。"
   },
   "install": "dsh plugin --profile web add github:SnowCrescenter-tech/dsh-milestone",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-balance-meter",
   "owner": "Ghost011118",
   "url": "https://github.com/Ghost011118/dsh-balance-meter",
   "category": "ui",
   "description": {
    "en": "DeepSeek account balance and session cost in the composer dock, with auto-fetched official pricing and peak/off-peak support.",
    "zh": "输入框 dock 显示 DeepSeek 账户余额与会话花费，自动拉取官方定价，支持高峰/低谷计价。"
   },
   "install": "dsh plugin --profile web add github:Ghost011118/dsh-balance-meter",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-plugin-deepseek-balance",
   "owner": "fishxcode",
   "url": "https://github.com/fishxcode/dsh-plugin-deepseek-balance",
   "category": "ui",
   "description": {
    "en": "DeepSeek API balance, balance trend, and daily usage charts in DSH Web settings.",
    "zh": "在 DSH Web 设置中展示 DeepSeek API 余额、余额趋势与每日用量图表。"
   },
   "install": "dsh plugin --profile web add github:fishxcode/dsh-plugin-deepseek-balance",
   "added": "2026-08-14"
  },
  {
   "name": "ds-api-usage",
   "owner": "Sev7een",
   "url": "https://github.com/Sev7een/ds-api-usage",
   "category": "ui",
   "description": {
    "en": "DeepSeek API balance and 24-hour usage dashboard in Settings, with estimated spend, token counts, request counts, and an hourly timeline.",
    "zh": "在设置页展示 DeepSeek API 余额与最近 24 小时用量，包括估算消费、Token、请求次数和按小时时间线。"
   },
   "install": "dsh plugin --profile web add github:Sev7een/ds-api-usage",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-TUI",
   "owner": "ccch1mneyyy",
   "url": "https://github.com/ccch1mneyyy/dsh-TUI",
   "category": "ui",
   "description": {
    "en": "Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.",
    "zh": "Claude Code 风格全屏终端 UI：像素鲸鱼顶栏、实时工作状态行、思考流式展开。"
   },
   "install": "dsh plugin --profile web add github:ccch1mneyyy/dsh-TUI",
   "added": "2026-08-14"
  },
  {
   "name": "DSH-better-sidebar",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/DSH-better-sidebar",
   "category": "ui",
   "description": {
    "en": "Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.",
    "zh": "侧边栏完整工作台：内置文件渲染编辑、终端、Git 与子代理，支持三方插件注册新 Tab。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/DSH-better-sidebar",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-sticky-disclosure",
   "owner": "Han-1413141",
   "url": "https://github.com/Han-1413141/dsh-sticky-disclosure",
   "category": "ui",
   "description": {
    "en": "One-click collapse of every expanded section (Think rows, tool cards) with a live-count pill and a customizable hotkey.",
    "zh": "一键收起会话中所有展开的区块（Think、工具卡等），常驻计数按钮 + 自定义快捷键。"
   },
   "install": "dsh plugin --profile web add github:Han-1413141/dsh-sticky-disclosure",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-sticky-note",
   "owner": "Meredith2328",
   "url": "https://github.com/Meredith2328/dsh-sticky-note",
   "category": "ui",
   "description": {
    "en": "Quick sticky notes on the composer toolbar: jot ideas or TODOs, auto-saved as Markdown, one click to send into the chat.",
    "zh": "编辑框工具栏便签，随手记点子和 TODO，自动保存为 Markdown，一键发送到对话。"
   },
   "install": "dsh plugin --profile web add github:Meredith2328/dsh-sticky-note",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-web-attention-badge",
   "owner": "Luaphes",
   "url": "https://github.com/Luaphes/dsh-web-attention-badge",
   "category": "ui",
   "description": {
    "en": "Attention reminders: frame badge, tab-title count, and a status-colored whale favicon for sessions waiting for input or finished unopened.",
    "zh": "会话需要你时三处同时亮起：角标、标签页标题计数、按状态换色的鲸鱼 favicon。"
   },
   "install": "dsh plugin --profile web add github:Luaphes/dsh-web-attention-badge",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-web-ui",
   "owner": "zhu1090093659",
   "url": "https://github.com/zhu1090093659/dsh-web-ui",
   "category": "ui",
   "description": {
    "en": "Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.",
    "zh": "DSH Web UI 插件与皮肤合集：任务看板、git 图、右侧面板、远程移动端 UI、桌宠、实时 token 统计与皮肤中心。"
   },
   "install": "dsh plugin --profile web add github:zhu1090093659/dsh-web-ui",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-skin",
   "owner": "KinGao294",
   "url": "https://github.com/KinGao294/dsh-skin",
   "category": "theme",
   "description": {
    "en": "Codex-style skin switcher plus a custom wallpaper layer with opacity and blur controls.",
    "zh": "Codex 风格皮肤切换器 + 自定义壁纸层，可调透明度与模糊。"
   },
   "install": "dsh plugin --profile web add github:KinGao294/dsh-skin",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-deep-whale",
   "owner": "Small-tailqwq",
   "url": "https://github.com/Small-tailqwq/dsh-deep-whale",
   "category": "theme",
   "description": {
    "en": "Whale-girl skin series for the DSH Web UI (maid-atelier).",
    "zh": "DSH Web 鲸鱼娘皮肤系列（深海女仆工坊 maid-atelier）。"
   },
   "install": "dsh plugin --profile web add github:Small-tailqwq/dsh-deep-whale",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-turn-rewind",
   "owner": "Anionex",
   "url": "https://github.com/Anionex/dsh-turn-rewind",
   "category": "session",
   "description": {
    "en": "Rewind conversation and workspace state, powered by a persistent Change Ledger.",
    "zh": "对话回退：基于持久 Change Ledger 回滚会话与工作区状态。"
   },
   "install": "dsh plugin --profile web add github:Anionex/dsh-turn-rewind",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-crosstalk",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-crosstalk",
   "category": "session",
   "description": {
    "en": "Cross-session messaging for DSH: any session on the machine can list and message any other, Claude Code-style, via a local heartbeat registry and inbox.",
    "zh": "跨会话消息：本机任意会话都可像 Claude Code 一样列出并互发消息，基于本地心跳注册表与收件箱。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-crosstalk",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-share",
   "owner": "hellodigua",
   "url": "https://github.com/hellodigua/dsh-share",
   "category": "session",
   "description": {
    "en": "Share your conversations with one click.",
    "zh": "一键分享你的对话。"
   },
   "install": "dsh plugin --profile web add github:hellodigua/dsh-share",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-message-edit",
   "owner": "Moeblack",
   "url": "https://github.com/Moeblack/dsh-message-edit",
   "category": "session",
   "description": {
    "en": "Branch-based message editing, reroll, retry, and a version timeline.",
    "zh": "基于分支的消息编辑、reroll、重试与版本时间线。"
   },
   "install": "dsh plugin --profile web add github:Moeblack/dsh-message-edit",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-sidechain",
   "owner": "Buyi-wsgzg",
   "url": "https://github.com/Buyi-wsgzg/dsh-sidechain",
   "category": "session",
   "description": {
    "en": "`/side` persistent side sessions and `/btw` one-shot side questions, run in a temporary fork without touching main history.",
    "zh": "`/side` 持续性侧会话与 `/btw` 一次性侧问，在临时 fork 中运行、不写入主会话历史。"
   },
   "install": "dsh plugin --profile web add github:Buyi-wsgzg/dsh-sidechain",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-conversation-share",
   "owner": "bill9109",
   "url": "https://github.com/bill9109/dsh-conversation-share",
   "category": "session",
   "description": {
    "en": "Share any excerpt of a conversation.",
    "zh": "分享任意段落的对话。"
   },
   "install": "dsh plugin --profile web add github:bill9109/dsh-conversation-share",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-explain",
   "owner": "yuezengwu",
   "url": "https://github.com/yuezengwu/dsh-explain",
   "category": "session",
   "description": {
    "en": "Local-first learning mode: cross-session learning threads with per-source explanations.",
    "zh": "本地优先学习模式：跨会话全局学习线程、按来源讲解。"
   },
   "install": "dsh plugin --profile web add github:yuezengwu/dsh-explain",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-prompt-studio",
   "owner": "Moeblack",
   "url": "https://github.com/Moeblack/dsh-prompt-studio",
   "category": "session",
   "description": {
    "en": "Edit user and built-in system-prompt sections with live preview.",
    "zh": "带实时预览的用户/内置 system prompt 分节编辑器。"
   },
   "install": "dsh plugin --profile web add github:Moeblack/dsh-prompt-studio",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-chat-import",
   "owner": "Nwflower",
   "url": "https://github.com/Nwflower/dsh-chat-import",
   "category": "session",
   "description": {
    "en": "Import Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / opencode chat histories as resumable DeepSeek Harness sessions.",
    "zh": "把 Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / opencode 的聊天记录全保真导入为可续聊的 DSH 会话。"
   },
   "install": "dsh plugin --profile web add github:Nwflower/dsh-chat-import",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-file-claim",
   "owner": "Nwflower",
   "url": "https://github.com/Nwflower/dsh-file-claim",
   "category": "session",
   "description": {
    "en": "File claim/release protection for parallel DSH sessions on the same workspace (heartbeat stale takeover, pending 3-way merge area).",
    "zh": "同一工作区并行多会话的文件认领与写入保护（claim/release、心跳 stale 接管、pending 三路合并）。"
   },
   "install": "dsh plugin --profile web add github:Nwflower/dsh-file-claim",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-interconnect",
   "owner": "Chinesezjc",
   "url": "https://github.com/Chinesezjc/dsh-interconnect",
   "category": "session",
   "description": {
    "en": "Cross-instance message and event handoff between DSH instances via an interconnect server.",
    "zh": "跨实例互联：经 interconnect 服务在多个 DSH 实例间转发消息与事件。"
   },
   "install": "dsh plugin --profile web add github:Chinesezjc/dsh-interconnect",
   "added": "2026-08-14"
  },
  {
   "name": "distill",
   "owner": "LoserFox",
   "url": "https://github.com/LoserFox/distill",
   "category": "memory",
   "description": {
    "en": "Automatic conversation distillation: background subagent reflection + skill create/update.",
    "zh": "自动对话蒸馏：后台 subagent 反省 + 技能 create/update。"
   },
   "install": "dsh plugin --profile web add github:LoserFox/distill",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-mnemon",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-mnemon",
   "category": "memory",
   "description": {
    "en": "Deep Mnemon integration: local three-tier memory (Runtime Memory, retrievable Documents, supervised Memory Spaces).",
    "zh": "Mnemon 深度集成：本地三层记忆（Runtime Memory、可检索 Documents、受监督 Memory Spaces）。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-mnemon",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-mneme",
   "owner": "modusensus",
   "url": "https://github.com/modusensus/dsh-mneme",
   "category": "memory",
   "description": {
    "en": "Cross-session memory: SQLite with a human-editable Markdown mirror, background consolidation (dedup, merge, conflict resolution), and six memory tools.",
    "zh": "跨会话记忆：SQLite + 可人工编辑的 Markdown 镜像，后台自动巩固（去重/合并/冲突裁决），提供 6 个记忆工具。"
   },
   "install": "dsh plugin --profile web add github:modusensus/dsh-mneme",
   "added": "2026-08-14"
  },
  {
   "name": "nowledge-mem-deepseek-harness",
   "owner": "nowledge-co",
   "url": "https://github.com/nowledge-co/nowledge-mem-deepseek-harness",
   "category": "memory",
   "description": {
    "en": "One memory layer for every AI tool and agent: Context Bundle injection, prompt-time recall, MCP tools, and turn-end DSH thread capture.",
    "zh": "给所有 AI 工具和 Agent 共用的一层记忆：注入 Context Bundle、提示时检索、MCP 工具与回合结束 DSH 线程捕获。"
   },
   "install": "dsh plugin --profile web add github:nowledge-co/nowledge-mem-deepseek-harness",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-memory",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-memory",
   "category": "memory",
   "description": {
    "en": "Cited memory over DSH's lossless session log: distilled facts carry `(sessionId, eventRange)` citations that expand back to the exact original log excerpt.",
    "zh": "基于 DSH 无损会话日志的引用式记忆：蒸馏出的事实带 `(sessionId, eventRange)` 引用，可随时展开回原始日志片段。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-memory",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-memory-vault",
   "owner": "flymysql",
   "url": "https://github.com/flymysql/dsh-memory",
   "category": "memory",
   "description": {
    "en": "Cross-session memory vault: remember / recall / forget tools, per-turn prompt injection, and a settings-page entry browser.",
    "zh": "跨会话记忆库：remember / recall / forget 工具、每轮提示注入与设置页条目浏览。"
   },
   "install": "dsh plugin --profile web add github:flymysql/dsh-memory",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-plugin-asmemory",
   "owner": "Xplore-LAB",
   "url": "https://github.com/Xplore-LAB/dsh-plugin-asmemory",
   "category": "memory",
   "description": {
    "en": "Action-state time memory: record typed states and actions, then analyze trends, anomalies, and causality.",
    "zh": "动作-状态时序记忆：记录类型化的状态与动作，做趋势、异常与因果关联分析。"
   },
   "install": "dsh plugin --profile web add github:Xplore-LAB/dsh-plugin-asmemory",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-memento",
   "owner": "PerryLink",
   "url": "https://github.com/PerryLink/dsh-memento",
   "category": "memory",
   "description": {
    "en": "Bounded, layered, approval-gated, auditable cross-session memory: a typed `ctx.memory` seam with a zero-dependency SQLite provider, a `memory` tool, and frozen snapshot injection; every write passes the approval gate and stays reconstructable from the session log.",
    "zh": "有界、分层、带审批门、可审计的跨会话记忆：`ctx.memory` 服务 + 零依赖 SQLite 存储 + `memory` 工具与冻结快照注入；写入必过审批门，模型可见内容可自会话日志重建。"
   },
   "install": "dsh plugin --profile web add github:PerryLink/dsh-memento",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-bash-terminal",
   "owner": "MAXeaglet",
   "url": "https://github.com/MAXeaglet/dsh-bash-terminal",
   "category": "tools",
   "description": {
    "en": "One shell tool for PowerShell / Git Bash / WSL on Windows plus an interactive PTY terminal; the default terminal is chosen by the user in DSH settings.",
    "zh": "一个 shell 工具：Windows 上统一执行 PowerShell / Git Bash / WSL，外加交互式 PTY 终端，默认终端由用户在设置中选择。"
   },
   "install": "dsh plugin --profile web add github:MAXeaglet/dsh-bash-terminal",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-vision-toolkit",
   "owner": "Anionex",
   "url": "https://github.com/Anionex/dsh-vision-toolkit",
   "category": "tools",
   "description": {
    "en": "Vision tasks for text-only models: intent-aware image Q&A, long-screenshot OCR, UI reproduction, grounding, and pixel diff.",
    "zh": "让纯文本模型更好地做视觉任务：带意图的图片问答、长截图 OCR、UI 还原等。"
   },
   "install": "dsh plugin --profile web add github:Anionex/dsh-vision-toolkit",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-custom-tool",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-custom-tool",
   "category": "tools",
   "description": {
    "en": "Create and manage sandboxed JavaScript tools with a Monaco editor and model-driven tool lifecycle.",
    "zh": "用 Monaco 编辑器创建和管理沙箱化的自定义 JavaScript 工具。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-custom-tool",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-computer-use",
   "owner": "Anionex",
   "url": "https://github.com/Anionex/dsh-computer-use",
   "category": "tools",
   "description": {
    "en": "Accessibility-first macOS computer use: fresh observations, stale-state rejection, scoped permissions, and safe input.",
    "zh": "macOS 电脑控制：Accessibility 观测、过期状态拒绝、作用域权限与安全输入。"
   },
   "install": "dsh plugin --profile web add github:Anionex/dsh-computer-use",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-data-agent",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-data-agent",
   "category": "tools",
   "description": {
    "en": "Let the AI connect to databases and write SQL for you.",
    "zh": "让 AI 帮你连数据库、写 SQL。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-data-agent",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-toolkit",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-toolkit",
   "category": "tools",
   "description": {
    "en": "Zero-dependency toolkit: time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema — ten deterministic tools in one install.",
    "zh": "零依赖工具包：time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema 十件套一键安装。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-toolkit",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-csv",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-csv",
   "category": "tools",
   "description": {
    "en": "Parse/query/aggregate/convert CSV (RFC 4180) with a zero-dependency state-machine parser.",
    "zh": "CSV 解析/查询/统计/转换（RFC 4180），零依赖状态机解析器。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-csv",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-calculator",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-calculator",
   "category": "tools",
   "description": {
    "en": "Safe math expression evaluator, zero-dependency recursive-descent parser.",
    "zh": "安全的数学表达式求值器，零依赖递归下降解析器。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-calculator",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-diff",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-diff",
   "category": "tools",
   "description": {
    "en": "Structured comparison and unified diffs for text/JSON/CSV/Markdown.",
    "zh": "文本/JSON/CSV/Markdown 结构化比较与 unified diff。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-diff",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-encoding",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-encoding",
   "category": "tools",
   "description": {
    "en": "base64/url/hex encoding, common hashes, and UUID generation.",
    "zh": "base64/url/hex 编解码、常用哈希、UUID 生成。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-encoding",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-json",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-json",
   "category": "tools",
   "description": {
    "en": "JSON queries with a JMESPath subset.",
    "zh": "JMESPath 子集 JSON 查询。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-json",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-markdown",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-markdown",
   "category": "tools",
   "description": {
    "en": "HTML↔Markdown conversion, GFM table normalization, and TOC generation.",
    "zh": "HTML↔Markdown 转换、GFM 表格规范化、目录生成。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-markdown",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-regex",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-regex",
   "category": "tools",
   "description": {
    "en": "Test/extract/safe-replace/statically explain regexes without executing code.",
    "zh": "正则测试/提取/安全替换/静态解释（不执行代码）。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-regex",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-schema",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-schema",
   "category": "tools",
   "description": {
    "en": "JSON Schema validation: validate/paths/explain/normalize.",
    "zh": "JSON Schema 验证：validate/paths/explain/normalize。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-schema",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-stat",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-stat",
   "category": "tools",
   "description": {
    "en": "Descriptive statistics, percentiles, frequency distributions, and correlation.",
    "zh": "描述统计/百分位数/频数分布/相关性。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-stat",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tool-time",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-tool-time",
   "category": "tools",
   "description": {
    "en": "Strict ISO 8601 parsing, IANA timezone conversion, and UTC calendar arithmetic.",
    "zh": "严格 ISO 8601 解析、IANA 时区转换、UTC 日历运算。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-tool-time",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-kb-sieve",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-kb-sieve",
   "category": "tools",
   "description": {
    "en": "Build auditable KB packs (SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval and original-text reading.",
    "zh": "从 md/txt/docx/pdf 构建可审计知识库包（SQLite FTS5），确定性检索与原文阅读。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-kb-sieve",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-plugin-mineru",
   "owner": "HuanLinOTO",
   "url": "https://github.com/HuanLinOTO/dsh-plugin-mineru",
   "category": "tools",
   "description": {
    "en": "Expose MineRU document parsing tools to the model.",
    "zh": "向模型暴露 MineRU 文档解析工具。"
   },
   "install": "dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-mineru",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-cowork",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-cowork",
   "category": "tools",
   "description": {
    "en": "Bounded, cell-addressed `doc_read`/`doc_write` for xlsx / pdf / docx / pptx / ipynb, plus an MCP server and CLI.",
    "zh": "doc_read/doc_write：以有界、单元格寻址的方式读写 xlsx / pdf / docx / pptx / ipynb，另附 MCP 服务器与 CLI。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-cowork",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-skillport",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-skillport",
   "category": "tools",
   "description": {
    "en": "Bring your existing Agent Skills (SKILL.md) library to DSH: discover skills across Claude/Codex/Cursor/Gemini paths, inject a progressive-disclosure index, and load bodies on demand.",
    "zh": "把已有的 Agent Skills（SKILL.md）技能库带进 DSH：扫描 Claude/Codex/Cursor/Gemini 技能目录、注入渐进式索引，按需加载技能正文。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-skillport",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-tool-search",
   "owner": "vibeinging",
   "url": "https://github.com/vibeinging/dsh-tool-search",
   "category": "tools",
   "description": {
    "en": "Per-agent on-demand tool discovery and progressive schema disclosure.",
    "zh": "按 agent 的按需工具发现与渐进式 schema 披露。"
   },
   "install": "dsh plugin --profile web add github:vibeinging/dsh-tool-search",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-openmaic",
   "owner": "THU-MAIC",
   "url": "https://github.com/THU-MAIC/dsh-openmaic",
   "category": "tools",
   "description": {
    "en": "OpenMAIC: classrooms, slides, interactive widgets, and Socratic teaching.",
    "zh": "OpenMAIC 教学：课堂、幻灯片、交互组件与苏格拉底式教学。"
   },
   "install": "dsh plugin --profile web add github:THU-MAIC/dsh-openmaic",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-scholar",
   "owner": "lzszq",
   "url": "https://github.com/lzszq/dsh-scholar",
   "category": "tools",
   "description": {
    "en": "Academic assistant plugin.",
    "zh": "学术助手插件。"
   },
   "install": "dsh plugin --profile web add github:lzszq/dsh-scholar",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-apple-mode",
   "owner": "jihongboo",
   "url": "https://github.com/jihongboo/dsh-apple-mode",
   "category": "tools",
   "description": {
    "en": "Xcode AI integration for DSH: 26 Xcode MCP tools (mcpbridge) + Apple platform skills + Xcode Intelligence-style persona (agent preset or global bundle).",
    "zh": "DSH 的 Xcode AI 集成：26 个 Xcode MCP 工具（mcpbridge）+ Apple 平台技能 + Xcode Intelligence 风格 persona（agent preset 或全局 bundle）。"
   },
   "install": "dsh plugin --profile web add github:jihongboo/dsh-apple-mode",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-continual-evolve",
   "owner": "ZK-Andy",
   "url": "https://github.com/ZK-Andy/dsh-continual-evolve",
   "category": "tools",
   "description": {
    "en": "Continual self-evolution: versioned, auditable, rollback-safe harness state (prompts, memory, skills, subagent specs) refined from session trajectories, with review gates and hot-reloaded skills.",
    "zh": "持续自进化：从会话轨迹沉淀版本化、可审计、可回滚的 harness 状态（提示词/记忆/技能/子代理规格），带审查门禁与技能热加载。"
   },
   "install": "dsh plugin --profile web add github:ZK-Andy/dsh-continual-evolve",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-recommend",
   "owner": "zp-home",
   "url": "https://github.com/zp-home/dsh-recommend",
   "category": "tools",
   "description": {
    "en": "Transparent rankings and recommendations for the DSH plugin ecosystem: daily auto-fetched topic data, an open scoring model, and rank/search/recommend tools with a settings-page leaderboard.",
    "zh": "DSH 插件透明排行与推荐：每日自动抓取 `dsh-plugin` 话题生态，公开评分模型，提供 rank/search/recommend 工具与设置页榜单。"
   },
   "install": "dsh plugin --profile web add github:zp-home/dsh-recommend",
   "added": "2026-08-14"
  },
  {
   "name": "modlens",
   "owner": "liustack",
   "url": "https://github.com/liustack/modlens",
   "category": "tools",
   "description": {
    "en": "Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).",
    "zh": "为纯文本模型架起视觉桥梁：粘贴图片，输出结构化 JSON 证据（OCR、版面、语义）。"
   },
   "install": "dsh plugin --profile web add github:liustack/modlens",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-market",
   "owner": "dsh-market",
   "url": "https://github.com/dsh-market/dsh-market",
   "category": "tools",
   "description": {
    "en": "The plugin market inside DSH: a Settings page to browse and search the full community catalog by category, with confirmed one-click installs and an installed-plugins view.",
    "zh": "装在 DSH 里的插件市场：设置页内逛/搜全部社区插件，按分类筛选，确认后一键安装，已装插件一目了然。"
   },
   "install": "dsh plugin --profile web add github:dsh-market/dsh-market",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-find-plugin",
   "owner": "awesome-dsh-plugin",
   "url": "https://github.com/awesome-dsh-plugin/dsh-find-plugin",
   "category": "tools",
   "description": {
    "en": "Find plugins without leaving the agent: search this curated registry by keyword or category, with ready-to-run install commands.",
    "zh": "会话内直接找插件：按关键词/分类搜索本精选 registry，返回描述与可直接执行的安装命令。"
   },
   "install": "dsh plugin --profile web add github:awesome-dsh-plugin/dsh-find-plugin",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-code-intel",
   "owner": "lonelymoon87",
   "url": "https://github.com/lonelymoon87/dsh-code-intel",
   "category": "tools",
   "description": {
    "en": "Indexes workspace symbols with Tree-sitter and provides lexical or optional embedding-assisted code search.",
    "zh": "用 Tree-sitter 建立工作区符号索引，提供词法或可选 embedding 辅助的代码检索。"
   },
   "install": "dsh plugin --profile web add github:lonelymoon87/dsh-code-intel",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-subagent-tools",
   "owner": "lynx-gt",
   "url": "https://github.com/lynx-gt/dsh-subagent-tools",
   "category": "tools",
   "description": {
    "en": "Per-call model, provider, persona, and toolFilter overrides for subagent delegation, with @preset: references and provider/model composite ids.",
    "zh": "子代理委派的按调用覆盖：model/provider/persona/toolFilter、@preset: 引用与 provider/model 组合 id。"
   },
   "install": "dsh plugin --profile web add github:lynx-gt/dsh-subagent-tools",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-subagent-cwd",
   "owner": "lynx-gt",
   "url": "https://github.com/lynx-gt/dsh-subagent-cwd",
   "category": "tools",
   "description": {
    "en": "Extends dsh-subagent-tools with a per-call cwd for subagents, shipped with the two in-process provider patches it requires.",
    "zh": "在 dsh-subagent-tools 基础上增加子代理按调用 cwd，附带所需的两个 in-process provider 补丁。"
   },
   "install": "dsh plugin --profile web add github:lynx-gt/dsh-subagent-cwd",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-voice",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-voice",
   "category": "tools",
   "description": {
    "en": "Voice notes in, spoken answers out: dictate audio that becomes user messages (transcribe), have the agent read replies aloud (speak), local-first under ~/.dsh/voice.",
    "zh": "语音输入、语音输出：把口述音频转写为用户消息（transcribe），让 agent 朗读回复（speak），本地优先，音频存于 ~/.dsh/voice。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-voice",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-docker",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-docker",
   "category": "tools",
   "description": {
    "en": "Typed, guarded container control: ps/logs/inspect/exec/start/stop and compose up/down with JSON output, project-aware targeting, and approval-gated destructive ops.",
    "zh": "类型安全、带护栏的容器控制：ps/logs/inspect/exec/start/stop 与 compose up/down，JSON 输出、项目感知定位、破坏性操作需审批。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-docker",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-excel-chat",
   "owner": "hccccc01333",
   "url": "https://github.com/hccccc01333/dsh-excel-chat",
   "category": "tools",
   "description": {
    "en": "Talk to Excel in DeepSeek Harness: create, edit, repair, and verify spreadsheets by conversation, with automatic formula health checks after every edit.",
    "zh": "在 DeepSeek Harness 里对话完成 Excel 工作：建表、编辑、修复公式、图表校验，每次编辑后自动体检公式。"
   },
   "install": "dsh plugin --profile web add github:hccccc01333/dsh-excel-chat",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-context-proxy",
   "owner": "EvilIrving",
   "url": "https://github.com/EvilIrving/dsh-context-proxy",
   "category": "tools",
   "description": {
    "en": "Thin on-demand context retrieval: context_query / context_slice / context_grep tools that read already-persisted history back with replay-safe citations.",
    "zh": "按需取回薄层：context_query / context_slice / context_grep 三个工具读取已持久化的历史，引用可回放。"
   },
   "install": "dsh plugin --profile web add github:EvilIrving/dsh-context-proxy",
   "added": "2026-08-14"
  },
  {
   "name": "@zhaoolee/dsh-notes",
   "owner": "zhaoolee",
   "url": "https://github.com/zhaoolee/notes",
   "category": "tools",
   "description": {
    "en": "Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.",
    "zh": "将 DSH 对话导出为锤子便签风格 PNG，或在配置的账号工作区中新建和更新 Markdown 便签。"
   },
   "install": "dsh plugin --profile web add github:zhaoolee/notes",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-figma-to-lottie",
   "owner": "zimai233",
   "url": "https://github.com/zimai233/dsh-figma-to-lottie",
   "category": "tools",
   "description": {
    "en": "Compile SVG paths and keyframe specs into self-contained Lottie JSON animation files.",
    "zh": "将 SVG 路径与关键帧参数编译成自包含的 Lottie JSON 动画文件。"
   },
   "install": "dsh plugin --profile web add github:zimai233/dsh-figma-to-lottie",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-exam-countdown",
   "owner": "zimai233",
   "url": "https://github.com/zimai233/dsh-exam-countdown",
   "category": "tools",
   "description": {
    "en": "Query 64 Chinese exams (高考/考研/四六级/CPA/法考…) with rule-aware date math (2nd-Saturday, 1st-Sunday) and countdowns.",
    "zh": "查询 64 场中国考试（高考/考研/四六级/CPA/法考…）的规则日期（第二个周六、第一个周日）与倒计时。"
   },
   "install": "dsh plugin --profile web add github:zimai233/dsh-exam-countdown",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-wash-calendar",
   "owner": "zimai233",
   "url": "https://github.com/zimai233/dsh-wash-calendar",
   "category": "tools",
   "description": {
    "en": "Recurring-habit scheduling from pure date math: next occurrence, range schedules, and overdue advice.",
    "zh": "基于纯日期数学的周期习惯排程：下次发生日、区间排程与逾期提醒。"
   },
   "install": "dsh plugin --profile web add github:zimai233/dsh-wash-calendar",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-adhd-copilot",
   "owner": "zimai233",
   "url": "https://github.com/zimai233/dsh-adhd-copilot",
   "category": "tools",
   "description": {
    "en": "ADHD behavioral coaching skill: task breakdown, overwhelm management, launch rituals, and failure recovery.",
    "zh": "ADHD 行为辅导技能：任务拆解、事项过载管理、启动仪式与失败重启。"
   },
   "install": "dsh plugin --profile web add github:zimai233/dsh-adhd-copilot",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-image-search",
   "owner": "zimai233",
   "url": "https://github.com/zimai233/dsh-image-search",
   "category": "tools",
   "description": {
    "en": "Multi-engine reverse image search aggregator: Google Lens, Baidu, Yandex, TinEye, SauceNAO, IQDB, Ascii2d.",
    "zh": "多引擎反向识图聚合：Google Lens、百度、Yandex、TinEye、SauceNAO、IQDB、Ascii2d。"
   },
   "install": "dsh plugin --profile web add github:zimai233/dsh-image-search",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-video-downloader",
   "owner": "zimai233",
   "url": "https://github.com/zimai233/dsh-video-downloader",
   "category": "tools",
   "description": {
    "en": "Detect and download media from Bilibili/YouTube/Douyin/Xiaohongshu with quality and format analysis.",
    "zh": "检测并下载 B站/YouTube/抖音/小红书视频媒体，带清晰度与格式分析。"
   },
   "install": "dsh plugin --profile web add github:zimai233/dsh-video-downloader",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-plugin-knowledge-graph",
   "owner": "Luke-Yong",
   "url": "https://github.com/Luke-Yong/dsh-plugin-knowledge-graph",
   "category": "tools",
   "description": {
    "en": "A read_graph tool backed by a codebase knowledge graph (CONTAINS / EXPORTS / IMPORTS / IMPORTS_SYMBOL relations).",
    "zh": "基于代码库知识图谱的 read_graph 工具（CONTAINS / EXPORTS / IMPORTS / IMPORTS_SYMBOL 关系）。"
   },
   "install": "dsh plugin --profile web add github:Luke-Yong/dsh-plugin-knowledge-graph",
   "added": "2026-08-14"
  },
  {
   "name": "modsearch",
   "owner": "liustack",
   "url": "https://github.com/liustack/modsearch",
   "category": "tools",
   "description": {
    "en": "Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).",
    "zh": "纯文本 agent 的联网搜索桥：搜索网页与 X，返回结构化 JSON 证据（search/fetch/引用）。"
   },
   "install": "dsh plugin --profile web add github:liustack/modsearch",
   "added": "2026-08-14"
  },
  {
   "name": "argo",
   "owner": "taxueseek",
   "url": "https://github.com/taxueseek/argo",
   "category": "tools",
   "description": {
    "en": "Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.",
    "zh": "专为 agent 打造的搜索工具：多语言，覆盖中文/英文/学术/代码/购物/金融/新闻/百科。"
   },
   "install": "dsh plugin --profile web add github:taxueseek/argo",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-browser",
   "owner": "Lum1104",
   "url": "https://github.com/Lum1104/dsh-browser",
   "category": "tools",
   "description": {
    "en": "Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.",
    "zh": "Chrome 侧边栏扩展，让 DSH 直接操控你的浏览器，无需视觉能力。"
   },
   "install": "dsh plugin --profile web add github:Lum1104/dsh-browser",
   "added": "2026-08-14"
  },
  {
   "name": "dsh_workflow",
   "owner": "icetomoyo",
   "url": "https://github.com/icetomoyo/dsh_workflow",
   "category": "workflow",
   "description": {
    "en": "UltraCode-style multi-agent orchestration: a generatable, savable, governable, observable, resumable workflow layer.",
    "zh": "把 UltraCode 式多 Agent 调度带给 DSH：可生成、可保存、可治理、可观察、可恢复的 Workflow 层。"
   },
   "install": "dsh plugin --profile web add github:icetomoyo/dsh_workflow",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-agent-teams",
   "owner": "NanmiCoder",
   "url": "https://github.com/NanmiCoder/dsh-agent-teams",
   "category": "workflow",
   "description": {
    "en": "AgentTeams multi-agent teams.",
    "zh": "AgentTeams 多智能体团队。"
   },
   "install": "dsh plugin --profile web add github:NanmiCoder/dsh-agent-teams",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-automation",
   "owner": "titanwings",
   "url": "https://github.com/titanwings/dsh-automation",
   "category": "workflow",
   "description": {
    "en": "Scheduled coding runs in fresh agent sessions with auditable history.",
    "zh": "定时任务：让 Coding 任务按计划在全新 Agent Session 中运行，保留可审计历史。"
   },
   "install": "dsh plugin --profile web add github:titanwings/dsh-automation",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-routines",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-routines",
   "category": "workflow",
   "description": {
    "en": "Scheduled agents on a cron: run a prompt on a schedule and get the digest where you already are, with overlap/missed-run/timeout safety defaults.",
    "zh": "定时 Agent：按 cron 计划运行 prompt，把摘要送到你已有的地方，内置重叠/漏跑/超时安全策略。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-routines",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-plannotator",
   "owner": "titanwings",
   "url": "https://github.com/titanwings/dsh-plannotator",
   "category": "workflow",
   "description": {
    "en": "Plan review with anchored annotations and structured feedback back to the agent.",
    "zh": "计划批注：选中计划原文逐条批注，结构化反馈送回 Agent。"
   },
   "install": "dsh plugin --profile web add github:titanwings/dsh-plannotator",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-loop",
   "owner": "vlln",
   "url": "https://github.com/vlln/dsh-loop",
   "category": "workflow",
   "description": {
    "en": "Recurring loops: `/loop` command + loop tool + activity status bar.",
    "zh": "定时循环：`/loop` 命令 + loop 工具 + 活动状态条。"
   },
   "install": "dsh plugin --profile web add github:vlln/dsh-loop",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-sentinel",
   "owner": "fuhefei",
   "url": "https://github.com/fuhefei/dsh-sentinel",
   "category": "workflow",
   "description": {
    "en": "Condition-driven wakeup: durable file/command/http/process/webhook watches that wake the agent.",
    "zh": "条件驱动唤醒：file/command/http/process/webhook 持久监视，触发即唤醒 agent。"
   },
   "install": "dsh plugin --profile web add github:fuhefei/dsh-sentinel",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-deep-research",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-deep-research",
   "category": "workflow",
   "description": {
    "en": "Adaptive deep-research orchestrator built on the official workflow engine.",
    "zh": "自适应深度研究编排器（基于官方 workflow 引擎）。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-deep-research",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-inspect",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-inspect",
   "category": "workflow",
   "description": {
    "en": "Adversarial checkup → fix → review loop toolset.",
    "zh": "发现问题→修复交付→质量复查的对抗式闭环工具集。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-inspect",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-track",
   "owner": "fakechris",
   "url": "https://github.com/fakechris/dsh-track",
   "category": "workflow",
   "description": {
    "en": "Embedded task management engine: decision-point protocol, idea capture wall, Linear-style issue store.",
    "zh": "嵌入式任务管理引擎：决策点协议、念头捕获墙、Linear 形 issue 存储。"
   },
   "install": "dsh plugin --profile web add github:fakechris/dsh-track",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-advisor",
   "owner": "btspoony",
   "url": "https://github.com/btspoony/dsh-advisor",
   "category": "workflow",
   "description": {
    "en": "Pair a second model that passively reviews each turn and injects notes.",
    "zh": "搭配一个副模型，每轮被动审查并注入见解。"
   },
   "install": "dsh plugin --profile web add github:btspoony/dsh-advisor",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-specflow",
   "owner": "lonelymoon87",
   "url": "https://github.com/lonelymoon87/dsh-specflow",
   "category": "workflow",
   "description": {
    "en": "Adds specification artifacts, skills, commands, goal-backed implementation, and task-progress context.",
    "zh": "增加规格工件、技能、命令、由 goal 驱动的实施流程和任务进度上下文。"
   },
   "install": "dsh plugin --profile web add github:lonelymoon87/dsh-specflow",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-science",
   "owner": "biociao",
   "url": "https://github.com/biociao/dsh-science",
   "category": "workflow",
   "description": {
    "en": "Claude Science-style research workbench: ReAct research-loop engine (research_* tools), versioned artifacts with provenance (artifact_* tools), and 10 science skills for genomics/pathogens/bioinformatics.",
    "zh": "面向 DSH 的 Claude Science 式科研工作台：ReAct 研究循环引擎（research_* 工具）、带溯源的版本化工件（artifact_* 工具）与面向基因组/病原体/生物信息的 10 个科研技能。"
   },
   "install": "dsh plugin --profile web add github:biociao/dsh-science",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-proof",
   "owner": "EvilIrving",
   "url": "https://github.com/EvilIrving/dsh-proof",
   "category": "workflow",
   "description": {
    "en": "Independent read-only acceptance layer: spawns a read-only verifier before each top-level turn closes and steers non-pass gaps back into the agent.",
    "zh": "独立只读验收层：顶层 turn 收尾前 spawn 只读 verifier，未通过时把缺口注回主 agent。"
   },
   "install": "dsh plugin --profile web add github:EvilIrving/dsh-proof",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-doublecheck",
   "owner": "PerryLink",
   "url": "https://github.com/PerryLink/dsh-doublecheck",
   "category": "workflow",
   "description": {
    "en": "Engineering-discipline guard: grill the requirements before the first edit, enforce red/green test evidence gates, and audit the delivery with a forked adversary (grill-requirements skill + tool-policy gates).",
    "zh": "工程纪律守门：动笔前审讯需求，红绿测试证据门，交付后对抗评审（grill-requirements 技能 + 工具策略门）。"
   },
   "install": "dsh plugin --profile web add github:PerryLink/dsh-doublecheck",
   "added": "2026-08-14"
  },
  {
   "name": "mstar-harness",
   "owner": "btspoony",
   "url": "https://github.com/btspoony/mstar-harness",
   "category": "workflow",
   "description": {
    "en": "Skill-driven harness/loop engineering workflow agent plugin.",
    "zh": "技能驱动的 harness/loop 工程化工作流插件。"
   },
   "install": "dsh plugin --profile web add github:btspoony/mstar-harness",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-open-in-vscode",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-open-in-vscode",
   "category": "notify",
   "description": {
    "en": "Open DSH workspace directories in VS Code directly from the web GUI.",
    "zh": "从 Web GUI 一键在 VS Code 中打开工作区目录。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-open-in-vscode",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-notification",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-notification",
   "category": "notify",
   "description": {
    "en": "Desktop notifications for turn completions, with per-outcome controls and keyword rules.",
    "zh": "回合完成桌面通知，按结果分控 + 关键词过滤。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-notification",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-acp-for-bitfun",
   "owner": "bobleer",
   "url": "https://github.com/bobleer/dsh-acp-for-bitfun",
   "category": "notify",
   "description": {
    "en": "ACP bridge between BitFun and DSH.",
    "zh": "BitFun 与 DSH 的 ACP 交互对接。"
   },
   "install": "dsh plugin --profile web add github:bobleer/dsh-acp-for-bitfun",
   "added": "2026-08-13"
  },
  {
   "name": "deepseek-harness-acp",
   "owner": "openma-ai",
   "url": "https://github.com/openma-ai/deepseek-harness-acp",
   "category": "notify",
   "description": {
    "en": "ACP profile plugin and standalone stdio server for using the full DSH agent from Zed and other ACP clients while sharing DSH credentials and sessions.",
    "zh": "ACP profile 插件与独立 stdio server，可从 Zed 等 ACP 客户端使用完整 DSH agent，并共享 DSH 凭据与会话。"
   },
   "install": "dsh plugin --profile web add github:openma-ai/deepseek-harness-acp",
   "added": "2026-08-14"
  },
  {
   "name": "telegram",
   "owner": "LoserFox",
   "url": "https://github.com/LoserFox/telegram",
   "category": "notify",
   "description": {
    "en": "Bridge to the Telegram Bot API: long polling, per-chat sessions, HTML formatting.",
    "zh": "Telegram Bot API 桥接：长轮询、per-chat 会话、HTML 格式化。"
   },
   "install": "dsh plugin --profile web add github:LoserFox/telegram",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-chatnode-wechat",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-chatnode-wechat",
   "category": "notify",
   "description": {
    "en": "Chat with, monitor, and approve your DSH agents from WeChat via the iLink gateway: text both ways, session targeting, digest heartbeats, and numbered approval prompts.",
    "zh": "通过 iLink 网关在微信里与 DSH agent 聊天、监控与审批：双向文本、会话切换、进度摘要与编号审批提示。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-chatnode-wechat",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-session-notification",
   "owner": "dingyi222666",
   "url": "https://github.com/dingyi222666/dsh-session-notification",
   "category": "notify",
   "description": {
    "en": "Notifications for four session states, with browser alerts and prompts.",
    "zh": "会话完成等四种状态的通知响应，支持浏览器提示。"
   },
   "install": "dsh plugin --profile web add github:dingyi222666/dsh-session-notification",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-web-ui-notify",
   "owner": "bill9109",
   "url": "https://github.com/bill9109/dsh-web-ui-notify",
   "category": "notify",
   "description": {
    "en": "Desktop notification reminders.",
    "zh": "桌面通知提醒。"
   },
   "install": "dsh plugin --profile web add github:bill9109/dsh-web-ui-notify",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-webbridge",
   "owner": "bill9109",
   "url": "https://github.com/bill9109/dsh-webbridge",
   "category": "notify",
   "description": {
    "en": "DSH meets Kimi WebBridge.",
    "zh": "DSH 结合 Kimi WebBridge。"
   },
   "install": "dsh plugin --profile web add github:bill9109/dsh-webbridge",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-im-bridge",
   "owner": "BiBoyang",
   "url": "https://github.com/BiBoyang/dsh-im-bridge",
   "category": "notify",
   "description": {
    "en": "Two-way WeChat (iLink) bridge: turn-end and approval-request push, in-chat approve/reject and message injection, persistent dedup and convergent long-reply chunking; channel layer extensible to other IMs.",
    "zh": "微信（iLink）双向桥：turn 完成/批准请求推送、聊天内批准与消息注入、持久去重与长回复收敛分段；通道层为多 IM 预留。"
   },
   "install": "dsh plugin --profile web add github:BiBoyang/dsh-im-bridge",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-llm-fallbacks",
   "owner": "btspoony",
   "url": "https://github.com/btspoony/dsh-llm-fallbacks",
   "category": "model",
   "description": {
    "en": "Role-based LLM retry & fallback strategies.",
    "zh": "基于角色的模型重试与备用策略。"
   },
   "install": "dsh plugin --profile web add github:btspoony/dsh-llm-fallbacks",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-codex-connect",
   "owner": "franksong2702",
   "url": "https://github.com/franksong2702/dsh-codex-connect",
   "category": "model",
   "description": {
    "en": "Connect ChatGPT OAuth and OpenAI Codex models to DeepSeek Harness, with opt-in search and image tools.",
    "zh": "通过 ChatGPT OAuth 将 OpenAI Codex 模型接入 DeepSeek Harness，并提供可选的搜索与图片工具。"
   },
   "install": "dsh plugin --profile web add github:franksong2702/dsh-codex-connect",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-everything-oauth",
   "owner": "kam74515-boop",
   "url": "https://github.com/kam74515-boop/dsh-everything-oauth",
   "category": "model",
   "description": {
    "en": "Import local Codex, Grok, Claude, OpenCode, and CC Switch logins into DSH; pick sources and enable models in Settings.",
    "zh": "把本机 Codex / Grok / Claude / OpenCode / CC Switch 登录态导入 DSH，在设置里自选来源并启用模型。"
   },
   "install": "dsh plugin --profile web add github:kam74515-boop/dsh-everything-oauth",
   "added": "2026-08-14"
  },
  {
   "name": "Qwen-MM-Plugins",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/Qwen-MM-Plugins",
   "category": "model",
   "description": {
    "en": "Qwen multi-modal plugin support.",
    "zh": "Qwen 多模态插件支持。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/Qwen-MM-Plugins",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-codex-auth",
   "owner": "suntianc",
   "url": "https://github.com/suntianc/dsh-codex-auth",
   "category": "model",
   "description": {
    "en": "Reuses the Codex CLI ChatGPT login as an `openai-codex` LLM route and adds GPT Auth controls to DSH Web settings.",
    "zh": "复用 Codex CLI 的 ChatGPT 登录态注册 `openai-codex` LLM 路由，并在 DSH Web 设置中提供 GPT Auth 控件。"
   },
   "install": "dsh plugin --profile web add github:suntianc/dsh-codex-auth",
   "added": "2026-08-14"
  },
  {
   "name": "fabric",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/fabric",
   "category": "dev",
   "description": {
    "en": "An MC-Fabric-style hook processor.",
    "zh": "类似 MC Fabric 的 hook 处理器。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/fabric",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-git-identity",
   "owner": "LoserFox",
   "url": "https://github.com/LoserFox/dsh-git-identity",
   "category": "dev",
   "description": {
    "en": "Pin Git commits to the environment's own author identity; env-var injection overrides all `git config` settings.",
    "zh": "git 提交固定使用环境自身作者身份，环境变量注入压过一切 `git config` 设置。"
   },
   "install": "dsh plugin --profile web add github:LoserFox/dsh-git-identity",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-context-doctor",
   "owner": "Zhenyu98",
   "url": "https://github.com/Zhenyu98/dsh-context-doctor",
   "category": "dev",
   "description": {
    "en": "Context injection audit: token costs of instruction chains / skill catalogs / tool schemas, duplicate and conflict detection.",
    "zh": "上下文注入审计：统计指令链/技能目录/工具 schema 的 token 成本，检测重复与冲突。"
   },
   "install": "dsh plugin --profile web add github:Zhenyu98/dsh-context-doctor",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-pain-point-check",
   "owner": "ICCuse",
   "url": "https://github.com/ICCuse/dsh-pain-point-check",
   "category": "dev",
   "description": {
    "en": "Enforced pain-point gate: after two non-converged experiments it injects the three questions, denies non-investigative tool calls until answered, and blocks same-direction retries.",
    "zh": "强制痛点检查：同一问题连续 2 个实验未收敛后注入三问、拦截非调查类工具调用直到答出、阻止同方向重试。"
   },
   "install": "dsh plugin --profile web add github:ICCuse/dsh-pain-point-check",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-plugin-check",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-plugin-check",
   "category": "dev",
   "description": {
    "en": "Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.",
    "zh": "插件健康检查：扫描清单协议/patch 格式/构建陷阱，零依赖只读。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-plugin-check",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-security-audit",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-security-audit",
   "category": "dev",
   "description": {
    "en": "Local security audit: config, plugin origins, sessions, network exposure — read-only redacted risk report.",
    "zh": "本机安全审计：配置/插件来源/会话/网络暴露面，只读脱敏风险报告。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-security-audit",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-session-health",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-session-health",
   "category": "dev",
   "description": {
    "en": "Frame-level scan diagnostics for session files (torn/corrupt/empty detection).",
    "zh": "会话文件帧级扫描诊断（torn/损坏/空会话检测）。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-session-health",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-evolve",
   "owner": "william-jin-cmu",
   "url": "https://github.com/william-jin-cmu/dsh-evolve",
   "category": "dev",
   "description": {
    "en": "Self-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session.",
    "zh": "自进化：agent 在会话内给自己热挂载/卸载持久化插件。"
   },
   "install": "dsh plugin --profile web add github:william-jin-cmu/dsh-evolve",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-trace",
   "owner": "vibeinging",
   "url": "https://github.com/vibeinging/dsh-trace",
   "category": "dev",
   "description": {
    "en": "Telemetry backend exporting turns, model steps, and tool calls to yiTrace.",
    "zh": "遥测后端：把 turns、model steps、tool calls 导出到 yiTrace。"
   },
   "install": "dsh plugin --profile web add github:vibeinging/dsh-trace",
   "added": "2026-08-13"
  },
  {
   "name": "sandbox-micro",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/sandbox-micro",
   "category": "dev",
   "description": {
    "en": "Support for the microsandbox backend.",
    "zh": "microsandbox 沙箱支持。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/sandbox-micro",
   "added": "2026-08-13"
  },
  {
   "name": "sandbox-mxc",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/sandbox-mxc",
   "category": "dev",
   "description": {
    "en": "Microsoft cross-platform sandbox support.",
    "zh": "微软跨平台沙盒支持。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/sandbox-mxc",
   "added": "2026-08-13"
  },
  {
   "name": "sandbox-nono",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/sandbox-nono",
   "category": "dev",
   "description": {
    "en": "Support for the nono sandbox backend.",
    "zh": "nono 沙盒支持。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/sandbox-nono",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-agent-budget",
   "owner": "vibeinging",
   "url": "https://github.com/vibeinging/dsh-agent-budget",
   "category": "dev",
   "description": {
    "en": "Agent-tree token budget management.",
    "zh": "agent 树 token 预算管理。"
   },
   "install": "dsh plugin --profile web add github:vibeinging/dsh-agent-budget",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-polyglot",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-polyglot",
   "category": "dev",
   "description": {
    "en": "The model switch for DSH: point it at any OpenAI-compatible endpoint, with curated free/cheap DeepSeek provider presets and automatic fallback when a free tier rate-limits you.",
    "zh": "DSH 的模型切换器：指向任意 OpenAI 兼容端点，内置精选免费/低价 DeepSeek 服务商预设，免费额度限流时自动回退。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-polyglot",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-tool-approval",
   "owner": "ilharp",
   "url": "https://github.com/ilharp/dsh-tool-approval",
   "category": "dev",
   "description": {
    "en": "Manual approval mode (\"Manual Mode\" / \"Ask Mode\").",
    "zh": "手动审批模式（Manual/Ask Mode）。"
   },
   "install": "dsh plugin --profile web add github:ilharp/dsh-tool-approval",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-turn-approval",
   "owner": "arrow949",
   "url": "https://github.com/arrow949/dsh-turn-approval",
   "category": "dev",
   "description": {
    "en": "Turn-scoped “Allow for this task” approvals: automatically allow matching `danger-full-access` escalations only for the current task, then expire.",
    "zh": "DSH「允许本次任务」临时授权：仅在当前任务内自动放行同类 `danger-full-access` 请求，任务结束自动失效。"
   },
   "install": "dsh plugin --profile web add github:arrow949/dsh-turn-approval",
   "added": "2026-08-14"
  },
  {
   "name": "plugin-template",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/plugin-template",
   "category": "dev",
   "description": {
    "en": "Plugin template repo (based on the official turtle-ui repo).",
    "zh": "插件模板仓库（基于 turtle-ui 官方仓库）。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/plugin-template",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-tps",
   "owner": "Small-tailqwq",
   "url": "https://github.com/Small-tailqwq/dsh-tps",
   "category": "dev",
   "description": {
    "en": "A TPS metrics plugin.",
    "zh": "TPS 指标插件。"
   },
   "install": "dsh plugin --profile web add github:Small-tailqwq/dsh-tps",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-fail-logger",
   "owner": "Areium",
   "url": "https://github.com/Areium/dsh-fail-logger",
   "category": "dev",
   "description": {
    "en": "Auto-log failed tool calls across native tools, PTC run_code, and inline invocations: dedup and count root causes into a skill so repeated mistakes fade.",
    "zh": "全模式调用工具失败自动实录：把原生工具 / PTC run_code / 代码内嵌工具调用的失败错因去重计数后写入 skill，越用越少错。"
   },
   "install": "dsh plugin --profile web add github:Areium/dsh-fail-logger",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-eval-harness",
   "owner": "BiBoyang",
   "url": "https://github.com/BiBoyang/dsh-eval-harness",
   "category": "dev",
   "description": {
    "en": "Evaluation harness for DSH plugins: YAML cases drive real headless agent runs, assert on tool calls, args, results and token usage, with a baseline gate for CI regression.",
    "zh": "DSH 插件评测框架：YAML 用例驱动真实 headless agent，断言工具调用/参数/返回与 token 用量，baseline 门禁做 CI 回归。"
   },
   "install": "dsh plugin --profile web add github:BiBoyang/dsh-eval-harness",
   "added": "2026-08-14"
  },
  {
   "name": "oh-dsh",
   "owner": "hust-open-atom-club",
   "url": "https://github.com/hust-open-atom-club/oh-dsh",
   "category": "dev",
   "description": {
    "en": "Community distribution: TUI, desktop, and Web UI as one bundle with layered installation.",
    "zh": "社区发行版：TUI、桌面端与 Web UI 统一体验，分层安装、一步到位。"
   },
   "install": "dsh plugin --profile web add github:hust-open-atom-club/oh-dsh",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-annotate",
   "owner": "BrambleXu",
   "url": "https://github.com/BrambleXu/dsh-annotate",
   "category": "dev",
   "description": {
    "en": "Select browser elements directly during Vibe Coding and send structured visual feedback to the DeepSeek Harness Agent.",
    "zh": "面向 Vibe Coding 的浏览器元素标注插件：直接选取页面元素，并将结构化视觉反馈发送给 DeepSeek Harness Agent。"
   },
   "install": "dsh plugin --profile web add github:BrambleXu/dsh-annotate",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-prompt-profile",
   "owner": "BrambleXu",
   "url": "https://github.com/BrambleXu/dsh-prompt-profile",
   "category": "dev",
   "description": {
    "en": "Reusable Markdown prompt profiles for DeepSeek Harness with per-turn model selection, argument substitution, and state restoration.",
    "zh": "DeepSeek Harness 可复用 Markdown Prompt Profile，支持单轮模型选择、参数替换和状态恢复。"
   },
   "install": "dsh plugin --profile web add github:BrambleXu/dsh-prompt-profile",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-revdiff",
   "owner": "BrambleXu",
   "url": "https://github.com/BrambleXu/dsh-revdiff",
   "category": "dev",
   "description": {
    "en": "Native interactive Git diff review for DeepSeek Harness with structured annotations sent back to the current Agent session.",
    "zh": "DeepSeek Harness 原生交互式 Git diff 审查，支持结构化批注并回传当前 Agent 会话。"
   },
   "install": "dsh plugin --profile web add github:BrambleXu/dsh-revdiff",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-gitflow",
   "owner": "lonelymoon87",
   "url": "https://github.com/lonelymoon87/dsh-gitflow",
   "category": "dev",
   "description": {
    "en": "Adds approval-gated Git status, diff, log, commit, branch, and optional checkpoint tools.",
    "zh": "增加需要审批的 Git 状态、diff、日志、提交、分支和可选检查点工具。"
   },
   "install": "dsh plugin --profile web add github:lonelymoon87/dsh-gitflow",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-guardian",
   "owner": "lonelymoon87",
   "url": "https://github.com/lonelymoon87/dsh-guardian",
   "category": "dev",
   "description": {
    "en": "Adds dangerous-operation policy checks, output redaction, and a security-review workflow.",
    "zh": "增加危险操作策略检查、输出脱敏和安全审查工作流。"
   },
   "install": "dsh plugin --profile web add github:lonelymoon87/dsh-guardian",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-plugin-manager",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-plugin-manager",
   "category": "dev",
   "description": {
    "en": "The `dsh pm` plugin manager: multi-source search (awesome list + GitHub + npm), install/remove/update per profile, and a doctor audit of manifests, bundle patches, and version drift.",
    "zh": "`dsh pm` 插件管理器：多源搜索（awesome 列表 + GitHub + npm）、按 profile 安装/移除/更新，以及 doctor 审计（清单、bundle patch、版本漂移）。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-plugin-manager",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-tmuxctl",
   "owner": "Jesse-njx",
   "url": "https://github.com/Jesse-njx/dsh-tmuxctl",
   "category": "dev",
   "description": {
    "en": "Take control of your tmux panes: list/send-keys/capture, run long jobs in a pane with watch mode, and approval-gated destructive commands.",
    "zh": "掌控你的 tmux 面板：list/send-keys/capture、在面板中运行长任务并 watch，破坏性命令需审批。"
   },
   "install": "dsh plugin --profile web add github:Jesse-njx/dsh-tmuxctl",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-updater-ui",
   "owner": "xingyingyuzhui",
   "url": "https://github.com/xingyingyuzhui/dsh-updater-ui",
   "category": "dev",
   "description": {
    "en": "DSH self-updater in the settings page: one-click check/pull (`git pull --ff-only`), auto background checks, version diff and changelog preview with a red-dot reminder.",
    "zh": "设置页中的 DSH 自助更新器：一键检查/拉取（git pull --ff-only）、自动后台检查、版本对比与更新说明预览，带红点提醒。"
   },
   "install": "dsh plugin --profile web add github:xingyingyuzhui/dsh-updater-ui",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-repro",
   "owner": "EvilIrving",
   "url": "https://github.com/EvilIrving/dsh-repro",
   "category": "dev",
   "description": {
    "en": "/repro exports a minimal, secret-scrubbed, replayable problem bundle: the session log, failed commands, and Git diff.",
    "zh": "/repro 导出最小可复现问题包：去 secret 的会话日志、失败命令与 git diff。"
   },
   "install": "dsh plugin --profile web add github:EvilIrving/dsh-repro",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-mcp-panel",
   "owner": "PerryLink",
   "url": "https://github.com/PerryLink/dsh-mcp-panel",
   "category": "dev",
   "description": {
    "en": "Read-only runtime management panel for the official DSH MCP client: connection status, registered tools, errors, and reconnect counts through the /mcp command and a Settings tab, with sanitized display and enable/disable patch suggestions.",
    "zh": "官方 MCP 客户端（dsh-mcp-client）的只读运行时管理面板：/mcp 命令与设置页 MCP 页签展示连接状态、已注册工具、错误与重连计数，脱敏展示并提供启停 patch 建议。"
   },
   "install": "dsh plugin --profile web add github:PerryLink/dsh-mcp-panel",
   "added": "2026-08-14"
  },
  {
   "name": "forkprobe",
   "owner": "Jayden-X-L",
   "url": "https://github.com/Jayden-X-L/forkprobe",
   "category": "dev",
   "description": {
    "en": "Compare multiple skills on the same task and pick the winner.",
    "zh": "同一任务并行试跑多个技能，对比结果选出最优。"
   },
   "install": "dsh plugin --profile web add github:Jayden-X-L/forkprobe",
   "added": "2026-08-14"
  },
  {
   "name": "plugin-registry",
   "owner": "vlln",
   "url": "https://github.com/vlln/plugin-registry",
   "category": "dev",
   "description": {
    "en": "Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development.",
    "zh": "插件生态基建：浏览器面板管理官方 repository 插件（0 patch）+ make-dsh-plugin 插件开发引导技能。"
   },
   "install": "dsh plugin --profile web add github:vlln/plugin-registry",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-multica-runtime",
   "owner": "forrestchang",
   "url": "https://github.com/forrestchang/dsh-multica-runtime",
   "category": "dev",
   "description": {
    "en": "Run the dsh runtime on Multica.",
    "zh": "让 dsh 运行时跑在 Multica 上。"
   },
   "install": "dsh plugin --profile web add github:forrestchang/dsh-multica-runtime",
   "added": "2026-08-14"
  },
  {
   "name": "dsh-ads",
   "owner": "Nagi-ovo",
   "url": "https://github.com/Nagi-ovo/dsh-ads",
   "category": "fun",
   "description": {
    "en": "Parody ads in 2005-Chinese-web style: sidebar banners, in-chat feeds, corner popups, and a close button whose hit area is smaller than it looks. All fictional.",
    "zh": "2005 年中文站点风格的整活广告插件：侧栏广告/信息流/角落弹窗 + 假关闭叉，素材全虚构。"
   },
   "install": "dsh plugin --profile web add github:Nagi-ovo/dsh-ads",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-gomoku",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-gomoku",
   "category": "fun",
   "description": {
    "en": "Play Gomoku against the AI, or let two AIs battle it out.",
    "zh": "与 AI 下五子棋，也可让 AI 对局比棋力。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-gomoku",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-stock-market",
   "owner": "AnacondaKC",
   "url": "https://github.com/AnacondaKC/dsh-stock-market",
   "category": "fun",
   "description": {
    "en": "Fixes the bug where your account can't lose money while you code.",
    "zh": "有效解决了写代码的时候账户不能同时亏钱的 BUG。"
   },
   "install": "dsh plugin --profile web add github:AnacondaKC/dsh-stock-market",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-emoji",
   "owner": "hellodigua",
   "url": "https://github.com/hellodigua/dsh-emoji",
   "category": "fun",
   "description": {
    "en": "Automatically add emojis to AI replies.",
    "zh": "为 AI 回复自动添加表情。"
   },
   "install": "dsh plugin --profile web add github:hellodigua/dsh-emoji",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-minigames",
   "owner": "lhh010",
   "url": "https://github.com/lhh010/dsh-minigames",
   "category": "fun",
   "description": {
    "en": "Side-panel arcade: 18 offline mini-games to play while the model thinks.",
    "zh": "右侧小游戏面板：18 款离线小游戏，等模型回复时的摸鱼神器。"
   },
   "install": "dsh plugin --profile web add github:lhh010/dsh-minigames",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-stickers",
   "owner": "william-jin-cmu",
   "url": "https://github.com/william-jin-cmu/dsh-stickers",
   "category": "fun",
   "description": {
    "en": "Bidirectional sticker reactions between user and agent.",
    "zh": "用户与 agent 双向表情贴纸互动。"
   },
   "install": "dsh plugin --profile web add github:william-jin-cmu/dsh-stickers",
   "added": "2026-08-13"
  },
  {
   "name": "whale-girl",
   "owner": "vlln",
   "url": "https://github.com/vlln/whale-girl",
   "category": "fun",
   "description": {
    "en": "Desktop pet (QQ-pet style): floats in the corner, draggable, feedable, playable.",
    "zh": "桌面宠物（QQ 宠物形态）：右下角悬浮、可拖拽/投喂/玩耍。"
   },
   "install": "dsh plugin --profile web add github:vlln/whale-girl",
   "added": "2026-08-13"
  },
  {
   "name": "deepseek-manners",
   "owner": "Moeblack",
   "url": "https://github.com/Moeblack/deepseek-manners",
   "category": "fun",
   "description": {
    "en": "Append a thank-you note after every message. Mind your manners.",
    "zh": "给每次消息后注入感谢语，做个有礼貌的人。"
   },
   "install": "dsh plugin --profile web add github:Moeblack/deepseek-manners",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-plugin-d399",
   "owner": "HuanLinOTO",
   "url": "https://github.com/HuanLinOTO/dsh-plugin-d399",
   "category": "fun",
   "description": {
    "en": "Pops up a mini-game menu (wordle, match-3, extensible) while the model generates.",
    "zh": "模型生成时弹出小游戏菜单（wordle/消消乐，可扩展）。"
   },
   "install": "dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-d399",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-auto-chess",
   "owner": "omdsh-dev",
   "url": "https://github.com/omdsh-dev/dsh-auto-chess",
   "category": "fun",
   "description": {
    "en": "Auto chess: human vs AI, or AI vs AI.",
    "zh": "自走棋：人机对战或双 AI 对弈。"
   },
   "install": "dsh plugin --profile web add github:omdsh-dev/dsh-auto-chess",
   "added": "2026-08-13"
  },
  {
   "name": "dsh-douyin",
   "owner": "AnacondaKC",
   "url": "https://github.com/AnacondaKC/dsh-douyin",
   "category": "fun",
   "description": {
    "en": "Short-video sidebar: native player, series navigation, precise history replay.",
    "zh": "侧栏短视频：原生播放器、系列导航、精确历史回放。"
   },
   "install": "dsh plugin --profile web add github:AnacondaKC/dsh-douyin",
   "added": "2026-08-13"
  }
 ]
}
