{
  "schemaVersion": 4,
  "generatedAt": "2026-08-16T12:29:29.017Z",
  "automation": {
    "enabled": true,
    "schedule": "0 */12 * * *",
    "state": "bundled",
    "scanVersion": 2,
    "lastRunAt": null,
    "lastSuccessfulRunAt": null,
    "checkedThisRun": 0,
    "discoveredThisRun": 0,
    "admittedThisRun": 0,
    "rejectedTotal": 0,
    "error": null
  },
  "sources": {
    "curated": {
      "url": "https://awesome-dsh-plugin.com/plugins.json",
      "repository": "https://github.com/awesome-dsh-plugin/awesome-dsh-plugin",
      "state": "live",
      "updated": "2026-08-16",
      "count": 984
    },
    "topic": {
      "url": "https://github.com/topics/dsh-plugin",
      "query": "topic:dsh-plugin",
      "state": "live",
      "total": 4928,
      "scanned": 1000,
      "matched": 81,
      "error": null
    },
    "codex": {
      "url": "https://raw.githubusercontent.com/cclank/dsh-plugin-hub/main/data/codex-picks.json",
      "repository": "https://github.com/cclank/dsh-plugin-hub",
      "state": "live",
      "updated": "2026-08-16T11:40:31.840Z",
      "count": 4,
      "matched": 4,
      "error": null
    }
  },
  "summary": {
    "curated": 217,
    "codexPicks": 4,
    "listed": 220,
    "autoDiscovered": 3,
    "topicTotal": 4928,
    "metadataMatches": 81,
    "manifestMatches": 204,
    "screeningClear": 0,
    "screeningReview": 203,
    "screeningBlocked": 17,
    "owners": 188,
    "stars": 7624
  },
  "categories": {
    "ui": {
      "en": "UI Enhancements",
      "zh": "UI 增强"
    },
    "usage": {
      "en": "Usage & Billing",
      "zh": "用量与计费"
    },
    "theme": {
      "en": "Themes & Appearance",
      "zh": "主题与外观"
    },
    "model": {
      "en": "Models & Providers",
      "zh": "模型与账号接入"
    },
    "session": {
      "en": "Sessions & Messages",
      "zh": "会话与消息"
    },
    "memory": {
      "en": "Memory",
      "zh": "记忆"
    },
    "tools": {
      "en": "Tools & Capabilities",
      "zh": "工具与能力"
    },
    "vision": {
      "en": "Vision & Multimodal",
      "zh": "视觉与多模态"
    },
    "skill": {
      "en": "Skills",
      "zh": "技能包"
    },
    "workflow": {
      "en": "Workflow & Automation",
      "zh": "工作流与自动化"
    },
    "notify": {
      "en": "Notifications & Integrations",
      "zh": "通知与集成"
    },
    "dev": {
      "en": "Development & Runtime",
      "zh": "开发与运行时"
    },
    "market": {
      "en": "Plugin Markets & Managers",
      "zh": "插件市场与管理"
    },
    "fun": {
      "en": "Just for Fun",
      "zh": "娱乐"
    }
  },
  "plugins": [
    {
      "id": "omdsh-dev/dsh-at-file",
      "order": 0,
      "name": "dsh-at-file",
      "owner": "omdsh-dev",
      "repo": "omdsh-dev/dsh-at-file",
      "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` 文件引用，输入框里直接搜索并引用工作区文件。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 249,
      "forks": 10,
      "openIssues": 1,
      "watchers": 249,
      "pushedAt": "2026-08-16T10:54:04Z",
      "updatedAt": "2026-08-16T12:06:37Z",
      "createdAt": "2026-08-13T12:00:09Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-at-file",
        "version": "0.6.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      },
      "codexPick": {
        "repo": "omdsh-dev/dsh-at-file",
        "pickedAt": "2026-08-14T03:10:26.926Z",
        "reviewedCommit": "2c5653ebc3240626cdad41a9c01d15d22471aed2",
        "category": "ui",
        "summary": {
          "zh": "在 DSH 输入框中用 @ 搜索并引用当前工作区的文件或目录路径。",
          "en": "Adds Codex-style @path search and references to the DSH composer."
        },
        "reason": {
          "zh": "交互直接、使用频率高；当前版本只注入工作区相对路径，由 Agent 按需读取文件。",
          "en": "A frequent, direct workflow improvement; current releases inject a workspace-relative path and let the agent read on demand."
        },
        "safety": {
          "risk": "medium",
          "zh": "会索引工作区路径名并提供打开路径能力；符号链接与越界路径会被拒绝。",
          "en": "Indexes workspace path names and can open selected paths; symlinks and paths outside the workspace are rejected."
        }
      }
    },
    {
      "id": "uckkk/dsh-license-guard",
      "order": 1,
      "name": "dsh-license-guard",
      "owner": "uckkk",
      "repo": "uckkk/dsh-license-guard",
      "url": "https://github.com/uckkk/dsh-license-guard",
      "category": "dev",
      "description": {
        "zh": "扫描 node_modules 许可证并做发布前合规门禁。",
        "en": "Scans dependency licenses and adds a pre-release compliance gate."
      },
      "added": "2026-08-16",
      "curated": false,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-license-guard",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "topic",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      },
      "codexPick": {
        "repo": "uckkk/dsh-license-guard",
        "pickedAt": "2026-08-16T10:39:31.618Z",
        "reviewedCommit": "2ad466ac10b725730ddc400f73b8aee68cf66f0e",
        "category": "dev",
        "summary": {
          "zh": "扫描 node_modules 许可证并做发布前合规门禁。",
          "en": "Scans dependency licenses and adds a pre-release compliance gate."
        },
        "reason": {
          "zh": "零运行依赖、无网络与 Shell，适合在开源或商业发布前快速排查许可证风险。",
          "en": "Zero runtime dependencies, no network or shell access, and useful before open-source or commercial releases."
        },
        "safety": {
          "risk": "low",
          "zh": "只读取 node_modules 中的 package.json；结果属于启发式筛查，仍需法律复核。",
          "en": "Reads package.json files under node_modules only; findings remain heuristic and need legal review."
        }
      }
    },
    {
      "id": "luoyuejun9/dsh-project-memory",
      "order": 2,
      "name": "dsh-project-memory",
      "owner": "luoyuejun9",
      "repo": "luoyuejun9/dsh-project-memory",
      "url": "https://github.com/luoyuejun9/dsh-project-memory",
      "category": "session",
      "description": {
        "zh": "把项目决策、约束和经验保存成带证据、可校验的长期记忆。",
        "en": "Stores project decisions, constraints, and lessons as evidence-backed, verifiable memory."
      },
      "added": "2026-08-16",
      "curated": false,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-project-memory",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "topic",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      },
      "codexPick": {
        "repo": "luoyuejun9/dsh-project-memory",
        "pickedAt": "2026-08-16T09:38:31.473Z",
        "reviewedCommit": "05215420d6853a1a0f9effcf3a96290cedcc85ed",
        "category": "session",
        "summary": {
          "zh": "把项目决策、约束和经验保存成带证据、可校验的长期记忆。",
          "en": "Stores project decisions, constraints, and lessons as evidence-backed, verifiable memory."
        },
        "reason": {
          "zh": "模型只能提出候选，必须由人通过命令批准；记录可进 Git，证据变化后能检测失效。",
          "en": "The model can only propose candidates; human approval is required, records are Git-friendly, and stale evidence is detectable."
        },
        "safety": {
          "risk": "medium",
          "zh": "会在项目 .dsh 目录写入候选与记忆；不使用云数据库、向量服务或后台进程。",
          "en": "Writes candidates and memory under the project .dsh directory; no cloud database, embeddings service, or background daemon."
        }
      }
    },
    {
      "id": "luoyuejun9/dsh-workstate",
      "order": 3,
      "name": "dsh-workstate",
      "owner": "luoyuejun9",
      "repo": "luoyuejun9/dsh-workstate",
      "url": "https://github.com/luoyuejun9/dsh-workstate",
      "category": "workflow",
      "description": {
        "zh": "用结构化检查点保存任务进度、决策、失败和下一步，方便跨 Agent 接力。",
        "en": "Captures structured task checkpoints for safe handoffs between coding agents."
      },
      "added": "2026-08-16",
      "curated": false,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-workstate",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "topic",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      },
      "codexPick": {
        "repo": "luoyuejun9/dsh-workstate",
        "pickedAt": "2026-08-16T09:38:31.473Z",
        "reviewedCommit": "0b1b1477f3f23aeebaed6d0c08b2ce3b96cf74b7",
        "category": "workflow",
        "summary": {
          "zh": "用结构化检查点保存任务进度、决策、失败和下一步，方便跨 Agent 接力。",
          "en": "Captures structured task checkpoints for safe handoffs between coding agents."
        },
        "reason": {
          "zh": "交接包记录路径与哈希，不复制文件内容；恢复前会校验 Git 与工作区是否发生漂移。",
          "en": "Handoff packets store paths and hashes without file contents, and validate Git and workspace drift before resume."
        },
        "safety": {
          "risk": "medium",
          "zh": "会写入 .dsh/workstate；恢复只注入状态，不执行 checkout、reset、stash、commit 或 push。",
          "en": "Writes under .dsh/workstate; resume injects state without checkout, reset, stash, commit, or push."
        }
      }
    },
    {
      "id": "01virex/dsh-status-rotator",
      "order": 4,
      "name": "dsh-status-rotator",
      "owner": "01Virex",
      "repo": "01Virex/dsh-status-rotator",
      "url": "https://github.com/01Virex/dsh-status-rotator",
      "category": "ui",
      "description": {
        "en": "Replaces the \"Deep diving...\" turn-status label with rotating meme-worthy phrases, with typewriter and gradient effects.",
        "zh": "把回合状态那句 \"Deep diving...\" 替换成更有梗的自定义文案，按阶段轮换，支持打字机与流动渐变。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 13,
      "forks": 2,
      "openIssues": 0,
      "watchers": 13,
      "pushedAt": "2026-08-15T01:16:24Z",
      "updatedAt": "2026-08-16T11:59:33Z",
      "createdAt": "2026-08-13T16:39:32Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-status-rotator",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "0xsline/dsh-spotlight",
      "order": 5,
      "name": "dsh-spotlight",
      "owner": "0xsline",
      "repo": "0xsline/dsh-spotlight",
      "url": "https://github.com/0xsline/dsh-spotlight",
      "category": "ui",
      "description": {
        "en": "Keyboard-first command palette for the DSH Web UI.",
        "zh": "键盘优先的命令面板（command palette）。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 6,
      "forks": 0,
      "openIssues": 1,
      "watchers": 6,
      "pushedAt": "2026-08-14T10:40:39Z",
      "updatedAt": "2026-08-16T12:20:58Z",
      "createdAt": "2026-08-13T13:16:27Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@0xsline/dsh-spotlight",
        "version": "0.0.2",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "1123762794/dsh-web-restart",
      "order": 6,
      "name": "dsh-web-restart",
      "owner": "1123762794",
      "repo": "1123762794/dsh-web-restart",
      "url": "https://github.com/1123762794/dsh-web-restart",
      "category": "ui",
      "description": {
        "en": "One-click restart button for the DSH Web UI: a sidebar footer button that restarts the dsh web process with a single click and persists across the restart it triggers.",
        "zh": "DSH Web 界面一键重启按钮：侧边栏底部按钮，单击即重启 dsh web 进程，且重启后按钮常驻。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-web-restart",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "13071301808/dsh-composer-expand",
      "order": 7,
      "name": "dsh-composer-expand",
      "owner": "13071301808",
      "repo": "13071301808/dsh-composer-expand",
      "url": "https://github.com/13071301808/dsh-composer-expand",
      "category": "ui",
      "description": {
        "en": "Composer expand/collapse toggle for the Web UI: a ⬆/⬇ button in the composer tool row grows the input to a tall 70vh writing view for long drafts.",
        "zh": "Web UI 输入框展开/收起：composer 工具行新增 ⬆/⬇ 按钮，一键把输入框扩大到 70vh 高度，方便写长 prompt。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 3,
      "forks": 0,
      "openIssues": 0,
      "watchers": 3,
      "pushedAt": "2026-08-15T07:20:09Z",
      "updatedAt": "2026-08-16T06:16:16Z",
      "createdAt": "2026-08-15T06:32:14Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": "https://github.com/13071301808/dsh-composer-expand",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-composer-expand",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "1624318455/dsh-plugin-tts",
      "order": 8,
      "name": "dsh-plugin-tts",
      "owner": "1624318455",
      "repo": "1624318455/dsh-plugin-tts",
      "url": "https://github.com/1624318455/dsh-plugin-tts",
      "category": "ui",
      "description": {
        "en": "Reads assistant replies aloud via free Edge TTS or your own RVC voice models: read-aloud buttons + auto-read, adaptive chunked progressive playback (gapless long reads), one-click voice-pack installs from a registry, and a portable RVC runtime.",
        "zh": "用免费 Edge TTS 或你自己的 RVC 音色朗读 AI 回复：消息朗读与自动朗读、长文自适应分块渐进播放（无缝衔接）、音色包仓库一键安装、便携 RVC 运行时。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 3,
      "forks": 0,
      "openIssues": 0,
      "watchers": 3,
      "pushedAt": "2026-08-16T09:50:47Z",
      "updatedAt": "2026-08-16T09:51:01Z",
      "createdAt": "2026-08-15T03:54:09Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-plugin-tts",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.mjs",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "2nd1st/dsh-plugin-open-app",
      "order": 9,
      "name": "dsh-plugin-open-app",
      "owner": "2nd1st",
      "repo": "2nd1st/dsh-plugin-open-app",
      "url": "https://github.com/2nd1st/dsh-plugin-open-app",
      "category": "ui",
      "description": {
        "en": "Runs open-mcp-apps inside DSH: every MCP app gets its own sidebar container with a separate workspace, session, and App mode, an agent status strip under the app, and inline app rendering in ordinary chats.",
        "zh": "把 open-mcp-apps 接进 DSH：每个 MCP app 都是侧边栏里自己的容器，带独立 workspace、会话与 App mode，应用下方是 agent 状态条，普通聊天里也能行内渲染 app。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@2nd1st/dsh-plugin-open-app",
        "version": "0.1.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "a1073097082/dsh-model-search",
      "order": 10,
      "name": "dsh-model-search",
      "owner": "a1073097082",
      "repo": "a1073097082/dsh-model-search",
      "url": "https://github.com/a1073097082/dsh-model-search",
      "category": "ui",
      "description": {
        "en": "Adds searchable filtering to the model selector by provider, model name, and model ID; spaces act as wildcards.",
        "zh": "为模型选择器增加按提供方、模型名称和模型 ID 搜索的筛选框，空格表示任意字符。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-model-search",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "a179-sanae/dsh-auto-collapse",
      "order": 11,
      "name": "dsh-auto-collapse",
      "owner": "a179-sanae",
      "repo": "a179-sanae/dsh-auto-collapse",
      "url": "https://github.com/a179-sanae/dsh-auto-collapse",
      "category": "ui",
      "description": {
        "en": "Codex-style workflow auto-collapse: finished turns fold into a single \"processed in Xs\" row leaving only the final answer; tool calls and think blocks collapse into live-summary chips that follow streaming; expand level by level, fully reversible on uninstall.",
        "zh": "Codex 风格工作流自动折叠：回合完成收成一行「已处理 X秒」只留最终正文，工具/思考块折叠成实时摘要 chip（运行中跟随流式滚动），逐级点击展开；卸载完整还原。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 8,
      "forks": 0,
      "openIssues": 0,
      "watchers": 8,
      "pushedAt": "2026-08-16T02:27:41Z",
      "updatedAt": "2026-08-16T12:21:39Z",
      "createdAt": "2026-08-14T17:37:54Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-auto-collapse",
        "version": "0.1.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "a735624258/dsh-skill-picker",
      "order": 12,
      "name": "dsh-skill-picker",
      "owner": "a735624258",
      "repo": "a735624258/dsh-skill-picker",
      "url": "https://github.com/a735624258/dsh-skill-picker",
      "category": "ui",
      "description": {
        "en": "WorkBuddy-style skill picker: a button beside the composer opens a searchable list of installed skills; picking one inserts the official /skill-name gesture, so the skill loads with your message.",
        "zh": "WorkBuddy 同款技能选择器：输入框旁 ⚡ 按钮弹出全部技能列表，支持搜索与最近/常用排序，点选即插入官方 `/技能名` 手势，随消息发出自动加载执行。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-skill-picker",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "a903067276-rgb/dsh-file-mentions",
      "order": 13,
      "name": "dsh-file-mentions",
      "owner": "a903067276-rgb",
      "repo": "a903067276-rgb/dsh-file-mentions",
      "url": "https://github.com/a903067276-rgb/dsh-file-mentions",
      "category": "ui",
      "description": {
        "en": "Clickable file paths in DSH replies: Codex-style inline open, reveal in file manager, and a mentioned-files chip list at the turn tail.",
        "zh": "DSH 回复中的文件路径可点击：Codex 风格行内打开、文件管理器定位、回合尾部文件 chip 列表。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-file-mentions",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "a903067276-rgb/dsh-hud",
      "order": 14,
      "name": "dsh-hud",
      "owner": "a903067276-rgb",
      "repo": "a903067276-rgb/dsh-hud",
      "url": "https://github.com/a903067276-rgb/dsh-hud",
      "category": "ui",
      "description": {
        "en": "HUD status panel: Git status, MCP servers, skills, model and token usage in a floating side panel.",
        "zh": "HUD 状态面板：Git 状态、MCP 服务器、技能列表、模型与 token 用量，悬浮侧栏一览无余。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-15T06:47:50Z",
      "updatedAt": "2026-08-16T02:40:11Z",
      "createdAt": "2026-08-14T07:02:30Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-hud",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "acidgr/dsh-web-lan-access",
      "order": 15,
      "name": "dsh-web-lan-access",
      "owner": "AcidGr",
      "repo": "AcidGr/dsh-web-lan-access",
      "url": "https://github.com/AcidGr/dsh-web-lan-access",
      "category": "ui",
      "description": {
        "en": "LAN/remote access for the Web UI: injects a crypto.randomUUID polyfill on plain-HTTP origins so the frontend survives LAN or Tailscale IP direct links.",
        "zh": "Web UI 局域网/远程访问：为纯 HTTP 非安全上下文注入 crypto.randomUUID polyfill，局域网/Tailscale IP 直连时前端不再崩溃。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 10,
      "forks": 3,
      "openIssues": 1,
      "watchers": 10,
      "pushedAt": "2026-08-16T12:22:36Z",
      "updatedAt": "2026-08-16T12:23:08Z",
      "createdAt": "2026-08-14T14:17:04Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-web-lan-access",
        "version": "1.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "acidgr/dsh-web-mobile-fix",
      "order": 16,
      "name": "dsh-web-mobile-fix",
      "owner": "AcidGr",
      "repo": "AcidGr/dsh-web-mobile-fix",
      "url": "https://github.com/AcidGr/dsh-web-mobile-fix",
      "category": "ui",
      "description": {
        "en": "Mobile layout fixes for the Web UI on narrow screens: full-screen settings panel, one-row plugin nav, full-screen sidebar, centered popups, icon-only session-log button.",
        "zh": "Web UI 移动端布局修复：窄屏下设置面板全屏化、插件导航单行排满、侧边栏全屏、弹层居中、会话日志按钮图标化。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 1,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-16T12:16:23Z",
      "updatedAt": "2026-08-16T12:16:30Z",
      "createdAt": "2026-08-14T14:17:02Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-web-mobile-fix",
        "version": "1.0.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "akiracod/dsh-drag-and-drop",
      "order": 17,
      "name": "dsh-drag-and-drop",
      "owner": "AKIRACOD",
      "repo": "AKIRACOD/dsh-drag-and-drop",
      "url": "https://github.com/AKIRACOD/dsh-drag-and-drop",
      "category": "ui",
      "description": {
        "en": "File-drag fork: drop documents as removable chips above the composer, send without typing.",
        "zh": "拖放 fork：文档以可删除「文件芯片」挂在输入框上方，不打字也能发送。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@omdsh-dev/dsh-drag-and-drop",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "aks1st/dsh-archived-conversations",
      "order": 18,
      "name": "dsh-archived-conversations",
      "owner": "AKS1st",
      "repo": "AKS1st/dsh-archived-conversations",
      "url": "https://github.com/AKS1st/dsh-archived-conversations",
      "category": "ui",
      "description": {
        "en": "Archived conversations list in the sidebar footer with read-only previews of the most recent messages, for sessions the product deliberately keeps hidden and unreopenable.",
        "zh": "侧边栏底部的已归档对话列表，可只读预览最近消息；针对产品刻意隐藏且无法重新打开的归档会话。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-archived-conversations",
        "version": "0.1.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "aks1st/dsh-mermaid",
      "order": 19,
      "name": "dsh-mermaid",
      "owner": "AKS1st",
      "repo": "AKS1st/dsh-mermaid",
      "url": "https://github.com/AKS1st/dsh-mermaid",
      "category": "ui",
      "description": {
        "en": "Render Mermaid code fences in DSH Web chat messages as lazy-loaded SVG diagrams with strict sanitization and light/dark theme follow.",
        "zh": "把 DSH Web 会话消息中的 Mermaid 代码围栏渲染为惰性加载的 SVG 图表，严格消毒并跟随明暗主题。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-mermaid",
        "version": "0.4.2",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "aks1st/dsh-sysmon",
      "order": 20,
      "name": "dsh-sysmon",
      "owner": "AKS1st",
      "repo": "AKS1st/dsh-sysmon",
      "url": "https://github.com/AKS1st/dsh-sysmon",
      "category": "ui",
      "description": {
        "en": "System status floating widget: live CPU/memory/disk usage in the bottom-right corner of the DSH Web UI with threshold colour warnings.",
        "zh": "DSH Web 右下角系统状态悬浮窗：实时显示 CPU、内存、磁盘占用率，带阈值变色告警。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 3,
      "forks": 0,
      "openIssues": 0,
      "watchers": 3,
      "pushedAt": "2026-08-15T07:32:15Z",
      "updatedAt": "2026-08-15T15:35:26Z",
      "createdAt": "2026-08-14T17:42:26Z",
      "license": "BSD-3-Clause",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-sysmon",
        "version": "0.1.1",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "alingalingling/ui-status-label",
      "order": 21,
      "name": "ui-status-label",
      "owner": "alingalingling",
      "repo": "alingalingling/ui-status-label",
      "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\" 状态文案自定义成任意你想要的样子。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 35,
      "forks": 2,
      "openIssues": 3,
      "watchers": 35,
      "pushedAt": "2026-08-15T08:57:01Z",
      "updatedAt": "2026-08-16T10:49:25Z",
      "createdAt": "2026-08-11T19:46:33Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-ui-status-label",
        "version": "0.1.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 3,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "asukasec/dsh-message-preview",
      "order": 22,
      "name": "dsh-message-preview",
      "owner": "asukasec",
      "repo": "asukasec/dsh-message-preview",
      "url": "https://github.com/asukasec/dsh-message-preview",
      "category": "ui",
      "description": {
        "en": "Right-edge user-message navigator with an adaptive block layout that fits the available height, plus hover previews, keyboard controls, and click-to-jump navigation.",
        "zh": "右侧用户消息导航条，根据消息数量与可用高度自适应排布导航块，并支持悬停预览、键盘操作与点击跳转。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-message-preview",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "badai147/dsh-global-rules",
      "order": 23,
      "name": "dsh-global-rules",
      "owner": "badai147",
      "repo": "badai147/dsh-global-rules",
      "url": "https://github.com/badai147/dsh-global-rules",
      "category": "ui",
      "description": {
        "en": "Edit the global ~/.dsh/AGENTS.md rules from the web settings panel, live on save.",
        "zh": "在设置面板中编辑 ~/.dsh/AGENTS.md 全局规则，保存后实时生效。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 0,
      "openIssues": 0,
      "watchers": 5,
      "pushedAt": "2026-08-15T02:48:27Z",
      "updatedAt": "2026-08-16T12:27:00Z",
      "createdAt": "2026-08-15T02:10:35Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-global-rules",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "baisama-cloud/dsh-custom-brand",
      "order": 24,
      "name": "dsh-custom-brand",
      "owner": "baisama-cloud",
      "repo": "baisama-cloud/dsh-custom-brand",
      "url": "https://github.com/baisama-cloud/dsh-custom-brand",
      "category": "ui",
      "description": {
        "en": "Customizable brand area for the Web UI: replace the whale logo and DeepSeek wordmark with local images, and edit the HARNESS badge text (double-click to change, right-click to reset).",
        "zh": "Web UI 品牌区自定义：鲸鱼 logo 与 DeepSeek 文字可换成本地图片，HARNESS 徽章文字可双击编辑（双击修改，右键恢复）。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-custom-brand",
        "version": "0.1.10",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "bernardxu123/dsh-mobile-gate",
      "order": 25,
      "name": "dsh-mobile-gate",
      "owner": "Bernardxu123",
      "repo": "Bernardxu123/dsh-mobile-gate",
      "url": "https://github.com/Bernardxu123/dsh-mobile-gate",
      "category": "ui",
      "description": {
        "en": "LAN mobile gateway: isolated child-process reverse proxy with first-visit approval, per-device token binding, rate limiting, and mobile layout injection (compact composer pills, randomUUID polyfill).",
        "zh": "局域网手机访问网关：独立子进程反向代理 + 首次访问审批 + 设备令牌绑定 + 限流 + 手机端紧凑排版注入（输入区权限/模型小胶囊、randomUUID polyfill）。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": null,
      "maintenance": "unknown",
      "manifest": {
        "state": "missing",
        "branch": null,
        "kinds": [],
        "packageName": null,
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          },
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证",
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "bill9109/dsh-101",
      "order": 26,
      "name": "dsh-101",
      "owner": "bill9109",
      "repo": "bill9109/dsh-101",
      "url": "https://github.com/bill9109/dsh-101",
      "category": "ui",
      "description": {
        "en": "Document reading mode for DSH.",
        "zh": "DSH 文档阅读模式。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@bill9109/dsh-101",
        "version": "0.1.8",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "bill9109/dsh-drag-and-drop",
      "order": 27,
      "name": "dsh-drag-and-drop",
      "owner": "bill9109",
      "repo": "bill9109/dsh-drag-and-drop",
      "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": "跨平台文件拖拽与原始路径插入，无需复制文件。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 13,
      "forks": 1,
      "openIssues": 1,
      "watchers": 13,
      "pushedAt": "2026-08-14T13:42:41Z",
      "updatedAt": "2026-08-16T12:27:34Z",
      "createdAt": "2026-08-06T04:01:40Z",
      "license": "BSD-3-Clause",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@omdsh-dev/dsh-drag-and-drop",
        "version": "0.1.5",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "blank-not-black/dsh-remote",
      "order": 28,
      "name": "dsh-Remote",
      "owner": "Blank-not-black",
      "repo": "Blank-not-black/dsh-Remote",
      "url": "https://github.com/Blank-not-black/dsh-Remote",
      "category": "ui",
      "description": {
        "en": "Mobile remote-control suite: bundle plugin with native sidebar entry and admin drawer, self-healing bearer-token gateway over LAN/Tailscale, Android app (sessions/approvals/questions/goals), /fs/* file transfer (Range resume, 2GB upload), latency-based multi-server auto-switch, offline chat cache.",
        "zh": "移动远程控制套件：原生侧边栏入口 + 管理抽屉的 bundle 插件，自带 Bearer 令牌网关自愈（局域网/Tailscale）；Android App 覆盖会话/审批/提问/goal；/fs/* 文件端点（Range 断点续传、2GB 上传）；多服务器测速自动切换；聊天记录离线缓存。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 1,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-16T08:10:53Z",
      "updatedAt": "2026-08-16T10:28:58Z",
      "createdAt": "2026-08-15T07:57:45Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "package-only",
        "branch": "main",
        "kinds": [],
        "packageName": "dsh-remote",
        "version": "0.5.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 5,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "causebefore/dsh-pomodoro",
      "order": 29,
      "name": "dsh-pomodoro",
      "owner": "causebefore",
      "repo": "causebefore/dsh-pomodoro",
      "url": "https://github.com/causebefore/dsh-pomodoro",
      "category": "ui",
      "description": {
        "en": "Pomodoro focus-and-break timer for DSH Web with configurable cycles, a draggable mini panel, and in-app, sound, and browser notifications.",
        "zh": "DSH Web 番茄钟：提供可配置专注/休息循环、可拖动迷你面板，以及站内提醒、提示音和浏览器通知。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-pomodoro",
        "version": "0.3.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "ccch1mneyyy/dsh-tui",
      "order": 30,
      "name": "dsh-TUI",
      "owner": "ccch1mneyyy",
      "repo": "ccch1mneyyy/dsh-TUI",
      "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：像素鲸鱼顶栏、实时工作状态行、思考流式展开。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 1442,
      "forks": 59,
      "openIssues": 47,
      "watchers": 1442,
      "pushedAt": "2026-08-16T12:27:37Z",
      "updatedAt": "2026-08-16T12:27:22Z",
      "createdAt": "2026-08-13T12:49:31Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": "https://dshtui.com/",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "@deepseek-harness-tui/dsh-tui",
        "version": "0.7.2",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 48,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/types/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "ccq1/dsh-side-panel",
      "order": 31,
      "name": "dsh-side-panel",
      "owner": "ccq1",
      "repo": "ccq1/dsh-side-panel",
      "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 审查，方便预览文件。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 15,
      "forks": 2,
      "openIssues": 1,
      "watchers": 15,
      "pushedAt": "2026-08-14T17:45:41Z",
      "updatedAt": "2026-08-15T17:03:08Z",
      "createdAt": "2026-08-07T21:40:25Z",
      "license": "BSD-3-Clause",
      "language": "JavaScript",
      "homepage": null,
      "archived": true,
      "defaultBranch": "main",
      "maintenance": "archived",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-side-panel",
        "version": "0.2.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 12,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "archived",
            "severity": "high",
            "label": {
              "zh": "仓库已经归档",
              "en": "Repository is archived"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "仓库已归档",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "ceelog/dsh-plugins",
      "order": 32,
      "name": "dsh-plugins",
      "owner": "Ceelog",
      "repo": "Ceelog/dsh-plugins",
      "url": "https://github.com/Ceelog/dsh-plugins/tree/main/src/plugins/dsh-plugin-setting-mcp",
      "category": "ui",
      "description": {
        "en": "Manage MCP servers from the Web settings panel: view, add, edit, remove, enable or disable them, with hot reload on save.",
        "zh": "在 Web 设置面板中查看、添加、编辑、删除、启用或停用 MCP 服务器，保存后热重载。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 1,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-15T17:45:38Z",
      "updatedAt": "2026-08-15T17:45:48Z",
      "createdAt": "2026-08-14T10:08:23Z",
      "license": null,
      "language": "TypeScript",
      "homepage": "https://www.npmjs.com/package/@opendsh/dsh-plugin-scheduled-tasks",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "package-only",
        "branch": "main",
        "kinds": [],
        "packageName": "dsh-plugins",
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          },
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证",
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "chuantianml/dsh-chat-tidy",
      "order": 33,
      "name": "dsh-chat-tidy",
      "owner": "ChuanTianML",
      "repo": "ChuanTianML/dsh-chat-tidy",
      "url": "https://github.com/ChuanTianML/dsh-chat-tidy",
      "category": "ui",
      "description": {
        "en": "One stylesheet that retypesets the DSH conversation to measured Codex metrics: 14/22 px body, tighter heading ladder, list and block rhythm, blockquote bar and table cells, with no settings to choose and before/after captures in the README.",
        "zh": "一张样式表，按实测的 Codex 版式重排 DSH 对话页：14/22 px 正文、更紧凑的标题层级、列表与块级节奏、引用条与表格单元格；无需任何设置，README 内附前后对比图。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-chat-tidy",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "chuantianml/prompt-for-me",
      "order": 34,
      "name": "prompt-for-me",
      "owner": "ChuanTianML",
      "repo": "ChuanTianML/prompt-for-me",
      "url": "https://github.com/ChuanTianML/prompt-for-me",
      "category": "ui",
      "description": {
        "en": "Context-aware next-message suggestions in the DSH composer, with repeated Trigger cycling and explicit user review before sending.",
        "zh": "DSH 输入框的上下文感知下一句建议：重复 Trigger 可持续换一条，发送前始终由用户确认。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-prompt-for-me",
        "version": "0.2.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.cjs",
          "lib/client.cjs"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "cindyguyuehu123/dsh-mobile",
      "order": 35,
      "name": "dsh-mobile",
      "owner": "cindyguyuehu123",
      "repo": "cindyguyuehu123/dsh-mobile",
      "url": "https://github.com/cindyguyuehu123/dsh-mobile",
      "category": "ui",
      "description": {
        "en": "Use DSH from iPhone/iPad: an explicit-opt-in LAN reverse proxy (Host/Origin rewrite through the loopback trust fence, WebSocket upgrades included), iOS PWA chrome (home-screen icon, standalone meta, viewport-fit), and touch/mobile CSS (safe areas, keyboard lifting, composer row fit).",
        "zh": "让 DSH 在 iPhone/iPad 上可用：显式开启的局域网反向代理（改写 Host/Origin 通过回环信任栅栏，含 WebSocket 升级）、iOS PWA 外壳（主屏幕图标、standalone meta、viewport-fit）、触屏/移动端 CSS（安全区、键盘避让、输入框按钮行适配）。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 3,
      "forks": 0,
      "openIssues": 0,
      "watchers": 3,
      "pushedAt": "2026-08-15T12:14:26Z",
      "updatedAt": "2026-08-16T11:41:46Z",
      "createdAt": "2026-08-15T11:24:43Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-mobile",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "cirelir/dsh-change-review",
      "order": 36,
      "name": "dsh-change-review",
      "owner": "cirelir",
      "repo": "cirelir/dsh-change-review",
      "url": "https://github.com/cirelir/dsh-change-review",
      "category": "ui",
      "description": {
        "en": "Session change-review plugin for DeepSeek Harness: tracks write/edit tool calls per session and renders line-level diffs with customizable colors, with session isolation, subagent aggregation, and SSE live updates.",
        "zh": "会话修改审查插件：追踪会话内 write/edit 工具调用并展示 diff 对比；会话隔离、子代理聚合、SSE 实时推送、角标与颜色自定义。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-change-review",
        "version": "0.2.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "damonkoy/dsh-plugin-toggle",
      "order": 37,
      "name": "dsh-plugin-toggle",
      "owner": "DamonKoy",
      "repo": "DamonKoy/dsh-plugin-toggle",
      "url": "https://github.com/DamonKoy/dsh-plugin-toggle",
      "category": "ui",
      "description": {
        "en": "Settings -> Plugins switchboard: every loaded plugin card shows its package description and runtime phase, with fuzzy search and start/stop toggles that never rewrite config files.",
        "zh": "设置→插件开关面板：每个已加载插件的卡片显示简述与运行阶段，支持模糊搜索与运行时启动/关闭（不改写配置文件）。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-plugin-toggle",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "client/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "dannyvan/dsh-file-drop",
      "order": 38,
      "name": "dsh-file-drop",
      "owner": "dannyvan",
      "repo": "dannyvan/dsh-file-drop",
      "url": "https://github.com/dannyvan/dsh-file-drop",
      "category": "ui",
      "description": {
        "en": "Drag & drop or click to attach any non-image file (PDF/Word/Excel/ZIP/text) into the composer: in the desktop shell it resolves the real Finder path instantly; otherwise it uploads to the workspace and inserts the path.",
        "zh": "拖拽/点击上传任意非图片文件（PDF/Word/Excel/ZIP/文本）到输入框：桌面壳下直取 Finder 原始路径；无壳时上传到工作区并插入路径。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-file-drop",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "ddsg-x/dsh-workspace-dir",
      "order": 39,
      "name": "dsh-workspace-dir",
      "owner": "DDSG-X",
      "repo": "DDSG-X/dsh-workspace-dir",
      "url": "https://github.com/DDSG-X/dsh-workspace-dir",
      "category": "ui",
      "description": {
        "en": "Shows the current conversation's working directory in a draggable directory panel with adjustable opacity.",
        "zh": "在可拖动、透明度可调的目录面板中显示当前对话的工作目录与文件列表。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-workspace-dir",
        "version": "0.6.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "dhb861832993-star/pbr-render",
      "order": 40,
      "name": "pbr-render",
      "owner": "dhb861832993-star",
      "repo": "dhb861832993-star/pbr-render",
      "url": "https://github.com/dhb861832993-star/pbr-render",
      "category": "ui",
      "description": {
        "en": "PBR 3D model preview for game art: GLB/GLTF with textures, IBL environment lighting, orbit controls, and a material channel inspector (baseColor/normal/roughness/metallic/AO/emissive/wireframe); scalar channels shown as grayscale per PBR spec, via the pbr3d fence and pbr_render tool.",
        "zh": "游戏美术 PBR 3D 模型预览：GLB/GLTF 带贴图纹理、IBL 环境光照、轨道控制，以及材质通道检查器（基础色/法线/粗糙度/金属度/AO/自发光/线框），标量通道按 PBR 规范以灰度显示，通过 pbr3d 围栏与 pbr_render 工具使用。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "pbr-render",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "dingyi222666/dsh-focus-chat",
      "order": 41,
      "name": "dsh-focus-chat",
      "owner": "dingyi222666",
      "repo": "dingyi222666/dsh-focus-chat",
      "url": "https://github.com/dingyi222666/dsh-focus-chat",
      "category": "ui",
      "description": {
        "en": "A \"focus chat\" minimal view that shows only final outputs.",
        "zh": "「聚焦会话」精简视图，只关注最终产出结果。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 16,
      "forks": 1,
      "openIssues": 1,
      "watchers": 16,
      "pushedAt": "2026-08-16T09:25:25Z",
      "updatedAt": "2026-08-16T09:26:01Z",
      "createdAt": "2026-08-10T19:40:36Z",
      "license": null,
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dingyi222666/dsh-focus-chat",
        "version": "0.1.5",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "eric-song-dev/dsh-ikun-pet",
      "order": 42,
      "name": "dsh-ikun-pet",
      "owner": "eric-song-dev",
      "repo": "eric-song-dev/dsh-ikun-pet",
      "url": "https://github.com/eric-song-dev/dsh-ikun-pet",
      "category": "ui",
      "description": {
        "en": "An ikun (basketball meme) pet that fills the dock under the \"Deep diving...\" status row during replies: a sprite-sheet pet walks a 0→100% progress bar, switching animation and text every 20%, and plays a system-level \"nǐ gàn ma~\" voice cue at completion.",
        "zh": "ikun 桌宠填满「Deep diving...」状态行下方整行区块：坤宠动图沿 0%→100% 进度条行走，每 20% 切换动作与文案，完成时系统级播放「你干嘛~哎哟」提示音。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-ikun-pet",
        "version": "2.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/host.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "fayelin12/dsh-office",
      "order": 43,
      "name": "dsh-office",
      "owner": "Fayelin12",
      "repo": "Fayelin12/dsh-office",
      "url": "https://github.com/Fayelin12/dsh-office",
      "category": "ui",
      "description": {
        "en": "Office workspace & session dashboard: a floating 6-column sprite panel visualizing workspaces, sessions, token usage and subagents.",
        "zh": "办公室工作区/会话仪表盘：悬浮 6 列精灵面板，可视化工作区、会话、token 用量与子代理。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-office",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "fengmax1997/dsh-line-select",
      "order": 44,
      "name": "dsh-line-select",
      "owner": "fengMax1997",
      "repo": "fengMax1997/dsh-line-select",
      "url": "https://github.com/fengMax1997/dsh-line-select",
      "category": "ui",
      "description": {
        "en": "Line-range selection: browse workspace files, preview code with line numbers, visually select a line range, and write a `@path:start-end` reference into the composer; the agent receives the exact selected lines on send.",
        "zh": "行选区：浏览工作区文件、带行号预览代码、可视化选中行范围，一键把 `@path:start-end` 引用写入输入框，agent 发送时自动收到所选行原文，精准修改指定行。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-line-select",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "fishsb/dsh-prompt-enhancer",
      "order": 45,
      "name": "dsh-prompt-enhancer",
      "owner": "Fishsb",
      "repo": "Fishsb/dsh-prompt-enhancer",
      "url": "https://github.com/Fishsb/dsh-prompt-enhancer",
      "category": "ui",
      "description": {
        "en": "One-click prompt enhancement: an independent LLM call rewrites your rough draft in the composer, fully undoable.",
        "zh": "一键提示词增强：独立 LLM 调用把模糊草稿改写为更强的提示词，不满意可撤回。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 10,
      "forks": 1,
      "openIssues": 0,
      "watchers": 10,
      "pushedAt": "2026-08-16T12:17:52Z",
      "updatedAt": "2026-08-16T12:18:12Z",
      "createdAt": "2026-08-13T23:21:41Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-prompt-enhancer",
        "version": "3.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.cjs",
          "lib/client.cjs"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "fuzzysoul/dsh-chatvoice",
      "order": 46,
      "name": "dsh-chatvoice",
      "owner": "FuzzySoul",
      "repo": "FuzzySoul/dsh-chatvoice",
      "url": "https://github.com/FuzzySoul/dsh-chatvoice",
      "category": "ui",
      "description": {
        "en": "Free voice closed loop for the Web UI: browser SpeechRecognition mic input with live interim results plus read-aloud speaker buttons and auto-read for assistant replies, zero configuration and no API key.",
        "zh": "Web UI 免费语音闭环：浏览器语音识别输入（实时中间结果上屏）+ 助手回复朗读与自动朗读，零配置、免 API key。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-chatvoice",
        "version": "0.1.7",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "dsh/index.js",
          "client/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "garrisonz/dsh-sidebar-width",
      "order": 47,
      "name": "dsh-sidebar-width",
      "owner": "garrisonz",
      "repo": "garrisonz/dsh-sidebar-width",
      "url": "https://github.com/garrisonz/dsh-sidebar-width",
      "category": "ui",
      "description": {
        "en": "Control the Web UI left sidebar width: lower the 264px drag minimum and optionally tune the drag maximum and the expanded default width, applied by a startup patch of the ui-layout bundle.",
        "zh": "调整 Web UI 左侧会话列表栏宽度：调低 264px 拖动下限，可选调整拖动上限与展开默认宽度，启动时自动修补 ui-layout bundle。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-sidebar-width",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "genius-alray/dsh-mermaid-render",
      "order": 48,
      "name": "dsh-mermaid-render",
      "owner": "genius-alray",
      "repo": "genius-alray/dsh-mermaid-render",
      "url": "https://github.com/genius-alray/dsh-mermaid-render",
      "category": "ui",
      "description": {
        "en": "Mermaid diagram renderer for the Web UI conversation: renders mermaid code blocks into interactive cards (zoom, fit-width, fullscreen viewer, preview/code toggle) with official UI primitives, and keeps the original code block with an inline error banner when rendering fails.",
        "zh": "Web UI 对话 mermaid 渲染插件：将消息中的 mermaid 代码块渲染为可交互图表卡片（缩放 / 适应宽度 / 全屏查看 / 预览代码切换），复用官方组件原语，渲染失败时保留原代码块并内联展示错误。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-mermaid-render",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "genius-alray/dsh-model-picker",
      "order": 49,
      "name": "dsh-model-picker",
      "owner": "genius-alray",
      "repo": "genius-alray/dsh-model-picker",
      "url": "https://github.com/genius-alray/dsh-model-picker",
      "category": "ui",
      "description": {
        "en": "Dialog-style model picker for the DSH Web UI: fuzzy search, collapsible provider groups, favorites with a favorites-only filter, and a thinking-level dropdown, replacing the built-in model selector with official UI primitives and DSW tokens.",
        "zh": "Web UI 模型选择器替换插件：对话框式选择，支持模糊搜索、供应商折叠分组、收藏与只看收藏过滤，以及思考档位下拉，复用官方组件库与 DSW 设计 token。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-model-picker",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "giiiiiithub/terminal",
      "order": 50,
      "name": "terminal",
      "owner": "giiiiiithub",
      "repo": "giiiiiithub/terminal",
      "url": "https://github.com/giiiiiithub/terminal",
      "category": "ui",
      "description": {
        "en": "Real PTY terminal panel for the DSH Web UI: host half spawns shells with node-pty (cmd.exe default on Windows), rendered in the browser with xterm.js; multi-tab sessions, dock/floating window, clipboard support.",
        "zh": "DSH Web UI 终端面板：宿主端 node-pty 真实 PTY（Windows 默认 cmd.exe）+ 浏览器 xterm.js 渲染；多标签会话、停靠/浮动窗口、复制粘贴。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-terminal",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.mjs",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "githubjike/dsh-markdown-preview",
      "order": 51,
      "name": "dsh-markdown-preview",
      "owner": "GitHubJiKe",
      "repo": "GitHubJiKe/dsh-markdown-preview",
      "url": "https://github.com/GitHubJiKe/dsh-markdown-preview",
      "category": "ui",
      "description": {
        "en": "In-chat preview for produced files: click a produced-file chip to render Markdown (server-side markdown-it + highlight.js), images, or plain text right in the conversation; system-app open and reveal-in-folder stay one click away.",
        "zh": "产物文件聊天内预览：点击产物 chip 直接在对话中渲染 Markdown（宿主侧 markdown-it + highlight.js 代码高亮）、图片或纯文本，系统应用打开与在文件夹中显示仍一键可达。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-markdown-preview",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 2,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "glfzr/dsh-drop-file-to-path",
      "order": 52,
      "name": "dsh-drop-file-to-path",
      "owner": "GLFzr",
      "repo": "GLFzr/dsh-drop-file-to-path",
      "url": "https://github.com/GLFzr/dsh-drop-file-to-path",
      "category": "ui",
      "description": {
        "en": "Codex-style drag-drop: drag any file into the DSH web GUI, it lands in ~/.dsh-dropbox, and the path is inserted into the composer as a whole blue chip.",
        "zh": "Codex 式拖拽：把任意文件拖入 DSH Web 界面，文件存入 ~/.dsh-dropbox，路径以整块蓝色 chip 插入输入框。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-file-upload",
        "version": "2.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "gooodwei/arcana",
      "order": 53,
      "name": "arcana",
      "owner": "GooodWei",
      "repo": "GooodWei/arcana",
      "url": "https://github.com/GooodWei/arcana",
      "category": "ui",
      "description": {
        "en": "A floating command deck that lists every slash command in DeepSeek Harness as runnable buttons, sorted by usage.",
        "zh": "DeepSeek Harness 的悬浮命令甲板：把所有斜杠命令列成可执行按钮，悬停看介绍，按使用次数排序。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "arcana",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "gooodwei/context-vista",
      "order": 54,
      "name": "context-vista",
      "owner": "GooodWei",
      "repo": "GooodWei/context-vista",
      "url": "https://github.com/GooodWei/context-vista",
      "category": "ui",
      "description": {
        "en": "A right-side floating panel and /context command for DeepSeek Harness — a live donut chart of context token usage, allocation, and estimated cost.",
        "zh": "为 DeepSeek Harness 提供右侧悬浮栏以及 /context 命令，用环形图实时展示当前上下文 token 用量与分配及消费估算。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 1,
      "openIssues": 1,
      "watchers": 5,
      "pushedAt": "2026-08-15T02:36:50Z",
      "updatedAt": "2026-08-16T11:09:35Z",
      "createdAt": "2026-08-13T14:53:48Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "context-vista",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "guo-ziao/dsh-interrupt-button",
      "order": 55,
      "name": "dsh-interrupt-button",
      "owner": "guo-ziao",
      "repo": "guo-ziao/dsh-interrupt-button",
      "url": "https://github.com/guo-ziao/dsh-interrupt-button",
      "category": "ui",
      "description": {
        "en": "A green interrupt button beside the send box: silently stops a running agent, which then summarizes its progress and asks for your new requirements, with a customizable interrupt prompt.",
        "zh": "发送按钮旁的绿色打断按钮：运行时一键静默中断 AI，AI 停止后总结进展并向你征求新要求，支持自定义打断提示词。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-interrupt-button",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "han-1413141/dsh-sticky-disclosure",
      "order": 56,
      "name": "dsh-sticky-disclosure",
      "owner": "Han-1413141",
      "repo": "Han-1413141/dsh-sticky-disclosure",
      "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、工具卡等），常驻计数按钮 + 自定义快捷键。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-sticky-disclosure",
        "version": "1.0.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "han-1413141/dsh-ui-hub",
      "order": 57,
      "name": "dsh-ui-hub",
      "owner": "Han-1413141",
      "repo": "Han-1413141/dsh-ui-hub",
      "url": "https://github.com/Han-1413141/dsh-ui-hub",
      "category": "ui",
      "description": {
        "en": "UI butler for every plugin UI: official/plugin categories, per-widget toggles, drag move/resize, collision avoidance and one-click auto arrange.",
        "zh": "UI 管家：官方/插件 UI 分区折叠、逐条开关，拖拽移动/改大小，碰撞避让与一键自动排布。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-ui-hub",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "hanzhangzzz/dsh-diagram",
      "order": 58,
      "name": "dsh-diagram",
      "owner": "hanzhangzzz",
      "repo": "hanzhangzzz/dsh-diagram",
      "url": "https://github.com/hanzhangzzz/dsh-diagram",
      "category": "ui",
      "description": {
        "en": "Editable Excalidraw diagrams for DeepSeek Harness conversations.",
        "zh": "DeepSeek Harness 会话中的可编辑 Excalidraw 图表。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-diagram",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 2,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "haoku123/dsh-voice",
      "order": 59,
      "name": "dsh-voice",
      "owner": "haoku123",
      "repo": "haoku123/dsh-voice",
      "url": "https://github.com/haoku123/dsh-voice",
      "category": "ui",
      "description": {
        "en": "Full-duplex voice mode for the Web UI: a composer mic (RMS endpoint detection) transcribes speech with whisper running locally in the browser, assistant replies stream back as spoken audio sentence-by-sentence, and speaking interrupts playback and the running turn (true barge-in). No API key.",
        "zh": "Web UI 全双工语音对话：输入框麦克风（RMS 端点检测）配合浏览器本地 whisper 转写，回复按句流式朗读，开口说话即打断播放与正在运行的回合（真 barge-in），无需 API key。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@haoku123/dsh-voice",
        "version": "0.4.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "hellosz/dsh-pets",
      "order": 60,
      "name": "dsh-pets",
      "owner": "hellosz",
      "repo": "hellosz/dsh-pets",
      "url": "https://github.com/hellosz/dsh-pets",
      "category": "ui",
      "description": {
        "en": "Codex Pets-style floating pixel pet with 10 built-in Petdex-compatible pets, a 9-state agent-status engine (idle/running/waiting/review/failed plus client-side waving/jumping/directions), draggable overlay, pet picker/zoom settings, notification bubbles, and a `pet_say` tool for the agent to speak through the pet.",
        "zh": "Codex Pets 风格浮动像素桌宠：内置 10 只 Petdex 兼容宝可梦伙伴，9 状态 agent 状态机（空闲/思考/等待/审查/出错 + 客户端挥手/跳跃/方向动画），可拖拽悬浮、宠物切换与缩放设置、通知气泡，以及 agent 可用的 `pet_say` 工具。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@hellosz/dsh-pets",
        "version": "0.3.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "dsh-pets.mjs",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "hongming-huang/dsh-file-upload",
      "order": 61,
      "name": "dsh-file-upload",
      "owner": "HongMing-Huang",
      "repo": "HongMing-Huang/dsh-file-upload",
      "url": "https://github.com/HongMing-Huang/dsh-file-upload",
      "category": "ui",
      "description": {
        "en": "Claude-style drag-and-drop/paperclip file upload with content sniffing, document-to-Markdown via Microsoft MarkItDown (built-in JS fallback), text inlining, and a read_document tool for agents.",
        "zh": "Claude 风格拖拽/回形针文件上传：内容嗅探、文档转 Markdown（微软 MarkItDown，内置 JS 兜底）、文本直插输入框、read_document 工具。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-file-upload",
        "version": "0.4.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 4,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "hsiangnianian/dsh-auto-continue",
      "order": 62,
      "name": "dsh-auto-continue",
      "owner": "HsiangNianian",
      "repo": "HsiangNianian/dsh-auto-continue",
      "url": "https://github.com/HsiangNianian/dsh-auto-continue",
      "category": "ui",
      "description": {
        "en": "Auto-resumes interrupted DSH Web requests: sends a queued 「继续」 after network, timeout or host-crash failures, with error classification, adaptive backoff, templated continue text and browser notifications.",
        "zh": "DSH Web 请求中断自动续跑：网络、超时或宿主崩溃等非人为失败后自动发送「继续」，支持错误分类、自适应退避、模板化继续文本与浏览器通知。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 18,
      "forks": 2,
      "openIssues": 1,
      "watchers": 18,
      "pushedAt": "2026-08-16T01:31:14Z",
      "updatedAt": "2026-08-16T01:31:14Z",
      "createdAt": "2026-08-14T03:08:20Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-client-auto-continue",
        "version": "0.6.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "huiliyi37/dsh-tianshu-tui",
      "order": 63,
      "name": "dsh-tianshu-tui",
      "owner": "huiliyi37",
      "repo": "huiliyi37/dsh-tianshu-tui",
      "url": "https://github.com/huiliyi37/dsh-tianshu-tui",
      "category": "ui",
      "description": {
        "en": "A terminal UI (TUI) for DeepSeek Harness.",
        "zh": "DeepSeek Harness 的终端 UI（TUI）。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 184,
      "forks": 7,
      "openIssues": 6,
      "watchers": 184,
      "pushedAt": "2026-08-16T09:34:18Z",
      "updatedAt": "2026-08-16T11:27:41Z",
      "createdAt": "2026-08-13T04:20:37Z",
      "license": "Apache-2.0",
      "language": "TypeScript",
      "homepage": "https://github.com/huiliyi37/dsh-tianshu-tui",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "@huiliyi37/dsh-tianshu-tui",
        "version": "0.1.2-rc.10",
        "lifecycleScripts": [],
        "runtimeDependencies": 4,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "isilsolme/dsh-splash-launcher",
      "order": 64,
      "name": "dsh-splash-launcher",
      "owner": "Isilsolme",
      "repo": "Isilsolme/dsh-splash-launcher",
      "url": "https://github.com/Isilsolme/dsh-splash-launcher",
      "category": "ui",
      "description": {
        "en": "Windows one-click launcher with a borderless WPF startup animation (stroke-by-stroke HARNESS lettering) that starts dsh web in the background and fades into the GUI once ready, plus a desktop_launch tool.",
        "zh": "Windows 一键启动器：无边框 WPF 启动动画（HARNESS 逐笔描边），后台拉起 dsh web 并在 GUI 就绪后淡入，附 desktop_launch 工具。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-splash-launcher",
        "version": "1.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "jiangnanquan/dsh-ux",
      "order": 65,
      "name": "dsh-ux",
      "owner": "jiangnanquan",
      "repo": "jiangnanquan/dsh-ux",
      "url": "https://github.com/jiangnanquan/dsh-ux",
      "category": "ui",
      "description": {
        "en": "Solarized light theme, compact layout, think/tool-chain collapse capsules, and balance, session cost, and usage dashboards for the DSH web UI.",
        "zh": "Solarized 浅色主题、紧凑布局、思考/工具链折叠胶囊，以及余额、本轮成本与用量看板的 DSH Web 界面增强插件。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 0,
      "openIssues": 1,
      "watchers": 5,
      "pushedAt": "2026-08-14T06:19:18Z",
      "updatedAt": "2026-08-15T14:30:07Z",
      "createdAt": "2026-08-14T06:15:59Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-enhance",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "jjxjjjjiik-bot/dsh-chat-timeline",
      "order": 66,
      "name": "dsh-chat-timeline",
      "owner": "jjxjjjjiik-bot",
      "repo": "jjxjjjjiik-bot/dsh-chat-timeline",
      "url": "https://github.com/jjxjjjjiik-bot/dsh-chat-timeline",
      "category": "ui",
      "description": {
        "en": "1:1 port of DeepSeek's official web right-side chat navigation rail (ScrollNav): hover-expandable rail, reading-position highlight, click-to-jump.",
        "zh": "1:1 复刻 DeepSeek 官网右侧对话导航栏（ScrollNav）：悬停展开面板、阅读位置高亮、点击跳转。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 7,
      "forks": 1,
      "openIssues": 0,
      "watchers": 7,
      "pushedAt": "2026-08-16T07:19:50Z",
      "updatedAt": "2026-08-16T06:46:15Z",
      "createdAt": "2026-08-14T16:38:22Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-chat-timeline",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "johnnycls/dsh-no-setup-mode",
      "order": 67,
      "name": "dsh-no-setup-mode",
      "owner": "johnnycls",
      "repo": "johnnycls/dsh-no-setup-mode",
      "url": "https://github.com/johnnycls/dsh-no-setup-mode",
      "category": "ui",
      "description": {
        "en": "No-setup mode for the DSH web UI: hides advanced surfaces, auto-applies best defaults (chat mode, full access, account balance), and one-click role-play personas (maid/butler).",
        "zh": "DSH 网页免设置模式：隐藏复杂界面、自动套用最佳设置（聊天模式、Full Access、账户余额），并提供一键人设角色扮演（女僕/管家）。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-no-setup-mode",
        "version": "1.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "js2hou/dsh-mcp-manager",
      "order": 68,
      "name": "dsh-mcp-manager",
      "owner": "Js2Hou",
      "repo": "Js2Hou/dsh-mcp-manager",
      "url": "https://github.com/Js2Hou/dsh-mcp-manager",
      "category": "ui",
      "description": {
        "en": "Visual MCP manager for the DSH web UI: inspect, add, remove, enable/disable MCP servers and view their live connection status from Settings → MCP.",
        "zh": "DSH 网页 MCP 可视化管理插件：在「设置 → MCP」中查看/新增/删除/启停 MCP 服务器，实时显示连接状态与工具数。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@js2hou/dsh-mcp-manager",
        "version": "0.1.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 2,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "kelearns/dsh-navigation-bar",
      "order": 69,
      "name": "dsh-navigation-bar",
      "owner": "kelearns",
      "repo": "kelearns/dsh-navigation-bar",
      "url": "https://github.com/kelearns/dsh-navigation-bar",
      "category": "ui",
      "description": {
        "en": "Piano-key in-conversation navigation for the Web UI: one key per user message with hover ladder, message-preview tooltip, and active-message highlight; click to smooth-scroll.",
        "zh": "钢琴键风格会话内导航条：一根键锚定一条用户消息，悬停显示消息预览气泡与阶梯展开，点击平滑跳转。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-16T03:27:56Z",
      "updatedAt": "2026-08-16T11:25:09Z",
      "createdAt": "2026-08-15T07:59:43Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@kelearns/dsh-navigation-bar",
        "version": "0.2.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "l541402398/dsh-file-uploads",
      "order": 70,
      "name": "dsh-file-uploads",
      "owner": "l541402398",
      "repo": "l541402398/dsh-file-uploads",
      "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 输入框上传任意本地文件，以待发送卡片展示，并在设置中管理已存文件。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-file-uploads",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "leemancheung/dsh-task-dag",
      "order": 71,
      "name": "dsh-task-dag",
      "owner": "LeemanCheung",
      "repo": "LeemanCheung/dsh-task-dag",
      "url": "https://github.com/LeemanCheung/dsh-task-dag",
      "category": "ui",
      "description": {
        "en": "Projection-driven live DAG for a Session's subagents and durable workflows: status and navigation, deterministic deep-chain layout, fit/pan canvas controls, and current-session node rearrangement.",
        "zh": "由投影驱动的会话子代理与持久工作流实时 DAG：状态与节点导航、深层链路确定性布局、适应/平移画布，以及当前会话内节点拖动重排。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-task-dag",
        "version": "1.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "leemancheung/dsh-whale-animation",
      "order": 72,
      "name": "dsh-whale-animation",
      "owner": "LeemanCheung",
      "repo": "LeemanCheung/dsh-whale-animation",
      "url": "https://github.com/LeemanCheung/dsh-whale-animation",
      "category": "ui",
      "description": {
        "en": "A 60-frame theme-aware monochrome whale-dive animation with reactive water for the DSH Web turn status: embedded assets, seamless closed-loop playback, a reduced-motion PNG fallback, and lifecycle-clean removal.",
        "zh": "DSH Web 回合状态旁的 60 帧随主题适配的单色鲸鱼深潜动画：传播式水面、无缝闭环、资源内嵌、减少动态效果 PNG 回退，且随生命周期完整清理。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-whale-animation",
        "version": "0.3.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "lehhair/dsh-diff-viewer",
      "order": 73,
      "name": "dsh-diff-viewer",
      "owner": "lehhair",
      "repo": "lehhair/dsh-diff-viewer",
      "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。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 15,
      "forks": 1,
      "openIssues": 0,
      "watchers": 15,
      "pushedAt": "2026-08-15T04:28:16Z",
      "updatedAt": "2026-08-16T08:44:06Z",
      "createdAt": "2026-08-12T11:25:05Z",
      "license": null,
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-diff-viewer",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 4,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "liliucourier/dsh-chat-outline",
      "order": 74,
      "name": "dsh-chat-outline",
      "owner": "liliuCourier",
      "repo": "liliuCourier/dsh-chat-outline",
      "url": "https://github.com/liliuCourier/dsh-chat-outline",
      "category": "ui",
      "description": {
        "en": "Persistent left-hand conversation outline: questions and final replies per turn, keyword filter, one-click jump.",
        "zh": "对话栏左侧常驻大纲：按轮次列出提问与最后回复，支持关键词过滤与一键跳转。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 1,
      "watchers": 4,
      "pushedAt": "2026-08-15T16:38:36Z",
      "updatedAt": "2026-08-16T09:38:29Z",
      "createdAt": "2026-08-13T20:04:49Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-chat-outline",
        "version": "0.1.9",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "limitinfinitude/dsh-right-sidebar",
      "order": 75,
      "name": "DSH-Right-Sidebar",
      "owner": "Limitinfinitude",
      "repo": "Limitinfinitude/DSH-Right-Sidebar",
      "url": "https://github.com/Limitinfinitude/DSH-Right-Sidebar",
      "category": "ui",
      "description": {
        "en": "DSH Web right-side output dock that collects session artifacts, previews user-facing files, and preserves tab state per session.",
        "zh": "DSH Web 原生右侧产物栏，按会话收集用户产物，预览用户可读文件并保存标签状态。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-right-sidebar",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "linhx1999/dsh-writing-pad",
      "order": 76,
      "name": "dsh-writing-pad",
      "owner": "linhx1999",
      "repo": "linhx1999/dsh-writing-pad",
      "url": "https://github.com/linhx1999/dsh-writing-pad",
      "category": "ui",
      "description": {
        "en": "Session-scoped Markdown writing pad docked beside the conversation, with edit/preview modes, selection-based AI rewrites, diff review, undo, and draft recovery.",
        "zh": "停靠在对话旁的会话级 Markdown 写作板，支持编辑/预览、选区 AI 改写、Diff 审核、撤销与草稿恢复。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-writing-pad",
        "version": "1.1.2",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "dist/index.js",
          "dist/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "lisniuse/dsh-modal-enhancer",
      "order": 77,
      "name": "dsh-modal-enhancer",
      "owner": "lisniuse",
      "repo": "lisniuse/dsh-modal-enhancer",
      "url": "https://github.com/lisniuse/dsh-modal-enhancer",
      "category": "ui",
      "description": {
        "en": "Window-like controls for every Web UI modal: drag by title bar, eight-way resize, pin against outside clicks, maximize to the full viewport, removable backdrop blur, and per-dialog persistent state.",
        "zh": "为所有 Web UI 弹窗添加窗口化操作：标题栏拖动、八向缩放、钉住防误触关闭、全屏最大化、移除背景模糊，以及按弹窗持久化的状态。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-modal-enhancer",
        "version": "1.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "littleboylittlegirl/dsh-community-hot",
      "order": 78,
      "name": "dsh-community-hot",
      "owner": "littleboylittlegirl",
      "repo": "littleboylittlegirl/dsh-community-hot",
      "url": "https://github.com/littleboylittlegirl/dsh-community-hot",
      "category": "ui",
      "description": {
        "en": "Floating community panel for the Web UI: 24h hot topics and hot plugins TOP10 with a draggable, always-on-top button.",
        "zh": "Web UI 的社区热门悬浮面板：24 小时热门话题与热门插件 TOP10，悬浮按钮可拖动置顶、点击居中展开。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-community-hot",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "loadingvx/deepseek-harness-workbench-plugin",
      "order": 79,
      "name": "deepseek-harness-workbench-plugin",
      "owner": "loadingvx",
      "repo": "loadingvx/deepseek-harness-workbench-plugin",
      "url": "https://github.com/loadingvx/deepseek-harness-workbench-plugin",
      "category": "ui",
      "description": {
        "en": "Fills in the Web UI's missing IDE workbench: resizable chat / editor / files-and-Git columns in Conversation, multi-tab file editing with save and new-file, workspace Terminal, a file tree with name filter and open-in-external-editor, SCM (stage/commit/push/pull, branch switch, Git graph, inline diffs), a status bar, and git_* model tools.",
        "zh": "为 Web UI 补齐缺失的 IDE 工作台：对话页可拖拽三栏（对话 / 编辑器 / 文件与 Git），多标签编辑（保存、新建、路径面包屑、行内 diff）、工作区 Terminal、文件树（按名筛选、用外部编辑器打开）、源代码管理（暂存/提交/推送/拉取、分支切换、提交图）、状态栏，以及 git_* 模型工具。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 8,
      "forks": 2,
      "openIssues": 2,
      "watchers": 8,
      "pushedAt": "2026-08-16T10:56:45Z",
      "updatedAt": "2026-08-16T12:28:42Z",
      "createdAt": "2026-08-15T08:10:42Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": "https://www.npmjs.com/package/dsh-workbench-plugin",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-workbench-plugin",
        "version": "0.1.13",
        "lifecycleScripts": [],
        "runtimeDependencies": 21,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "luaphes/dsh-web-attention-badge",
      "order": 80,
      "name": "dsh-web-attention-badge",
      "owner": "Luaphes",
      "repo": "Luaphes/dsh-web-attention-badge",
      "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。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 0,
      "openIssues": 0,
      "watchers": 5,
      "pushedAt": "2026-08-13T20:46:11Z",
      "updatedAt": "2026-08-15T17:14:59Z",
      "createdAt": "2026-08-13T19:08:13Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-web-attention-badge",
        "version": "0.3.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "magian1127/deepseek-harness-zh_pro",
      "order": 81,
      "name": "deepseek-harness-zh_pro",
      "owner": "magian1127",
      "repo": "magian1127/deepseek-harness-zh_pro",
      "url": "https://github.com/magian1127/deepseek-harness-zh_pro",
      "category": "ui",
      "description": {
        "en": "Chinese UI enhancement for the DSH web client: completes the Chinese locale, keeps the session stats line fully visible on one row, and adds an Enhancements settings section with configurable chat width.",
        "zh": "DSH 网页中文增强：补全中文界面残留英文、统计行单行完整显示，并提供「增强设置」分区（中文补全 / 统计全显示 / 对话宽度）。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 6,
      "forks": 1,
      "openIssues": 1,
      "watchers": 6,
      "pushedAt": "2026-08-16T11:29:10Z",
      "updatedAt": "2026-08-16T11:29:42Z",
      "createdAt": "2026-08-15T07:00:02Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "deepseek-harness-zh_pro",
        "version": "0.5.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "magicof2/dsh-chat-width-customizer",
      "order": 82,
      "name": "dsh-chat-width-customizer",
      "owner": "magicOF2",
      "repo": "magicOF2/dsh-chat-width-customizer",
      "url": "https://github.com/magicOF2/dsh-chat-width-customizer",
      "category": "ui",
      "description": {
        "en": "Session-header button that cycles the conversation width (748-1600px), widening the chat column, composer, and user bubbles together.",
        "zh": "会话标题栏按钮循环切换对话宽度（748–1600px），消息区、输入框、用户气泡同步加宽。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-chat-width-customizer",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "magicof2/dsh-turn-marks",
      "order": 83,
      "name": "dsh-turn-marks",
      "owner": "magicOF2",
      "repo": "magicOF2/dsh-turn-marks",
      "url": "https://github.com/magicOF2/dsh-turn-marks",
      "category": "ui",
      "description": {
        "en": "Left-edge turn-marks strip in chat: one bar per user message, click to jump to that message, hover for a preview, active bar turns white.",
        "zh": "会话左侧消息标记条：每发一条消息多一根条条，点击跳转到该消息、悬停预览内容，当前消息对应的条条变白。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-turn-marks",
        "version": "0.1.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "memz-jzy/dsh-claude-style-reasoning-slider",
      "order": 84,
      "name": "DSH-Claude-Style-Reasoning-Slider",
      "owner": "MEMZ-JZY",
      "repo": "MEMZ-JZY/DSH-Claude-Style-Reasoning-Slider",
      "url": "https://github.com/MEMZ-JZY/DSH-Claude-Style-Reasoning-Slider",
      "category": "ui",
      "description": {
        "en": "Animated Claude-style reasoning-effort slider and model picker that replaces the native DSH model selector.",
        "zh": "Claude 风格动画推理等级滑块与模型选择器，替换原生模型选择器。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-client-ui-effort-slider",
        "version": "0.4.5",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "mengyun233/dsh-codex-pet",
      "order": 85,
      "name": "dsh-codex-pet",
      "owner": "mengyun233",
      "repo": "mengyun233/dsh-codex-pet",
      "url": "https://github.com/mengyun233/dsh-codex-pet",
      "category": "ui",
      "description": {
        "en": "Auto-migrate Codex desktop-pet skins into DSH: an animated corner pet that mirrors agent state (thinking, tool use, awaiting approval, failed, done), with per-session frosted-glass dialogs and a full settings panel.",
        "zh": "把 Codex 桌宠皮肤自动迁移到 DSH：右下角动画桌宠随 agent 状态实时变化（思考/工具/等待批准/出错/完成），多会话毛玻璃对话框 + 完整设置面板。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-codex-pet",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "meredith2328/dsh-sticky-note",
      "order": 86,
      "name": "dsh-sticky-note",
      "owner": "Meredith2328",
      "repo": "Meredith2328/dsh-sticky-note",
      "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，一键发送到对话。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 9,
      "forks": 0,
      "openIssues": 1,
      "watchers": 9,
      "pushedAt": "2026-08-16T07:28:15Z",
      "updatedAt": "2026-08-16T07:28:20Z",
      "createdAt": "2026-08-13T19:36:46Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-sticky-note",
        "version": "0.2.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "mervyn-teo/dsh-plugin-collapsible-steps",
      "order": 87,
      "name": "dsh-plugin-collapsible-steps",
      "owner": "mervyn-teo",
      "repo": "mervyn-teo/dsh-plugin-collapsible-steps",
      "url": "https://github.com/mervyn-teo/dsh-plugin-collapsible-steps",
      "category": "ui",
      "description": {
        "en": "Collapses consecutive tool-use and thinking steps between messages into a single bracketed, expandable item.",
        "zh": "把消息之间连续的工具调用与思考步骤折叠成单个可展开的括号条目。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-plugin-collapsible-steps",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 2,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "mexiaosqwq/dsh-web-mobile",
      "order": 88,
      "name": "dsh-web-mobile",
      "owner": "mexiaosqwq",
      "repo": "mexiaosqwq/dsh-web-mobile",
      "url": "https://github.com/mexiaosqwq/dsh-web-mobile",
      "category": "ui",
      "description": {
        "en": "Mobile-adaptive layout for the DSH Web UI: the sidebar becomes a content-hugging overlay drawer, the conversation gets the full width, and the settings panel becomes a near-full-width sheet.",
        "zh": "DSH Web UI 移动端适配：窄屏下侧边栏变为贴合内容的 overlay 抽屉、会话独占全宽，设置面板改为近全宽 sheet。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 17,
      "forks": 1,
      "openIssues": 0,
      "watchers": 17,
      "pushedAt": "2026-08-16T10:39:03Z",
      "updatedAt": "2026-08-16T10:39:16Z",
      "createdAt": "2026-08-15T00:22:16Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-mobile-nav",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "miisaka19800/dsh-restart-fab",
      "order": 89,
      "name": "dsh-restart-fab",
      "owner": "miisaka19800",
      "repo": "miisaka19800/dsh-restart-fab",
      "url": "https://github.com/miisaka19800/dsh-restart-fab",
      "category": "ui",
      "description": {
        "en": "Floating restart button for the DSH web GUI: restarts the dsh process in place with a full-screen overlay and auto-reloads the page; no launcher script required, works on Windows/macOS/Linux.",
        "zh": "DSH 网页界面右下角的一键重启按钮：全屏遮罩原地重启 dsh 进程并自动刷新页面；无需启动脚本，跨 Windows/macOS/Linux。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-restart-fab",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "client/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "minecraftbe/dsh-toolfold",
      "order": 90,
      "name": "dsh-toolfold",
      "owner": "Minecraftbe",
      "repo": "Minecraftbe/dsh-toolfold",
      "url": "https://github.com/Minecraftbe/dsh-toolfold",
      "category": "ui",
      "description": {
        "en": "Codex-style tool call folding, collapsing multiple tool calls into a single line.",
        "zh": "Codex 风格的工具调用折叠，将多个工具调用折叠到一行内。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-toolfold",
        "version": "0.1.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "mobai-read/dsh-chat-index-rail",
      "order": 91,
      "name": "dsh-chat-index-rail",
      "owner": "Mobai-read",
      "repo": "Mobai-read/dsh-chat-index-rail",
      "url": "https://github.com/Mobai-read/dsh-chat-index-rail",
      "category": "ui",
      "description": {
        "en": "Client-only right-edge chat input index rail: one bar per user message, two-stage hover preview (15 chars, expandable to 40), click-to-jump, and scroll-follow highlight; static npm bundle with no host half.",
        "zh": "纯客户端对话输入目录条：每条用户消息一根横条，两级悬停预览（15 字，移入气泡展开 40 字）、点击跳转、滚动跟随高亮；静态 npm 包，无宿主半。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-chat-index-rail",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "mombrane/dsh-subagent-monitor",
      "order": 92,
      "name": "dsh-subagent-monitor",
      "owner": "Mombrane",
      "repo": "Mombrane/dsh-subagent-monitor",
      "url": "https://github.com/Mombrane/dsh-subagent-monitor",
      "category": "ui",
      "description": {
        "en": "Live subagent run monitor for the Web UI: a sidebar footer trigger plus a fixed top-right card panel showing each subagent of the current session in real time (running/elapsed, terminal outcomes, tree indent), with one-click jump into the child conversation and a return button, refresh-surviving and mobile-hidden by default.",
        "zh": "Web UI 子代理实时监视面板：侧边栏底部入口 + 右上角常驻卡片面板，实时展示当前会话每个子代理的运行状态（运行中/耗时/终态）、树形缩进，一键跳转子代理会话并支持返回主会话，刷新自恢复、移动端默认隐藏。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 9,
      "forks": 1,
      "openIssues": 0,
      "watchers": 9,
      "pushedAt": "2026-08-15T18:34:34Z",
      "updatedAt": "2026-08-15T23:10:33Z",
      "createdAt": "2026-08-14T10:18:43Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@leetoners/dsh-ui-subagent-monitor",
        "version": "0.1.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "morgogh/widget-dock",
      "order": 93,
      "name": "widget-dock",
      "owner": "MorGogh",
      "repo": "MorGogh/widget-dock",
      "url": "https://github.com/MorGogh/widget-dock",
      "category": "ui",
      "description": {
        "en": "Draggable grid-aligned workbench of 28 mini-cards in the margins of the conversation (API balance, token usage, cost, context pressure, todos, goal, usage heatmap, GitHub repo, image relay), with S/M/L/XL size tiers.",
        "zh": "对话两侧空白区的可拖动卡片工作台，28 个小组件（余额、Token 用量、成本、上下文压力、待办、目标、用量热力图、GitHub 仓库、图片中转等），支持 S/M/L/XL 四档尺寸。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 1,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-15T12:18:30Z",
      "updatedAt": "2026-08-15T12:18:37Z",
      "createdAt": "2026-08-13T16:42:47Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "widget-dock",
        "version": "1.0.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "nagi-ovo/dsh-visualize",
      "order": 94,
      "name": "dsh-visualize",
      "owner": "Nagi-ovo",
      "repo": "Nagi-ovo/dsh-visualize",
      "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 卡片直接画进会话流，带流式预览与沙箱渲染。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 142,
      "forks": 3,
      "openIssues": 1,
      "watchers": 142,
      "pushedAt": "2026-08-15T15:58:20Z",
      "updatedAt": "2026-08-16T12:17:32Z",
      "createdAt": "2026-08-13T13:11:49Z",
      "license": "BSD-3-Clause",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-visualize",
        "version": "0.1.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "nanki-nn/dsh-answer-pet",
      "order": 95,
      "name": "dsh-answer-pet",
      "owner": "Nanki-nn",
      "repo": "Nanki-nn/dsh-answer-pet",
      "url": "https://github.com/Nanki-nn/dsh-answer-pet",
      "category": "ui",
      "description": {
        "en": "Animated blue-whale desktop pet with per-session response progress, model activity and tool-call traces, token counts, output speed, elapsed time, and collapsible multi-session status cards.",
        "zh": "蓝鲸桌面宠物：按会话实时展示回答进度、模型动作与工具调用轨迹、token、输出速率与耗时，并支持多会话状态卡片展开和收起。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 7,
      "forks": 0,
      "openIssues": 0,
      "watchers": 7,
      "pushedAt": "2026-08-14T13:37:34Z",
      "updatedAt": "2026-08-15T14:48:07Z",
      "createdAt": "2026-08-14T08:45:21Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-answer-pet",
        "version": "0.6.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          ".dsh-plugin/index.mjs",
          ".dsh-plugin/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "newdanew/dsh-voice-input",
      "order": 96,
      "name": "dsh-voice-input",
      "owner": "NewDaNew",
      "repo": "NewDaNew/dsh-voice-input",
      "url": "https://github.com/NewDaNew/dsh-voice-input",
      "category": "ui",
      "description": {
        "en": "Voice input for the web UI: a mic button in the composer that transcribes speech into the draft via the Web Speech API, with an optional auto-send toggle.",
        "zh": "Web UI 语音输入：输入框一键麦克风按钮，基于 Web Speech API 语音转文字填入草稿，可选识别后自动发送。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@local/dsh-plugin-voice-input",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "ningbainb/deepseek-harness-desktop",
      "order": 97,
      "name": "deepseek-harness-desktop",
      "owner": "ningbainb",
      "repo": "ningbainb/deepseek-harness-desktop",
      "url": "https://github.com/ningbainb/deepseek-harness-desktop/tree/main/packages/dsh-desktop-base",
      "category": "ui",
      "description": {
        "en": "Desktop feature aggregate that installs the DSH Web UI collection, dshmarket, Codex Connect, and reasoning-effort controls at pinned versions.",
        "zh": "桌面版基础功能聚合包：按固定版本安装 DSH Web UI 合集、dshmarket、Codex Connect 与推理强度控制。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": true,
      "stars": 54,
      "forks": 4,
      "openIssues": 4,
      "watchers": 54,
      "pushedAt": "2026-08-16T09:59:40Z",
      "updatedAt": "2026-08-16T10:47:37Z",
      "createdAt": "2026-08-13T19:50:01Z",
      "license": "BSD-3-Clause",
      "language": "TypeScript",
      "homepage": "https://ningbainb.github.io/deepseek-harness-desktop/",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "package-only",
        "branch": "main",
        "kinds": [],
        "packageName": "dsh-web-ui",
        "version": "0.1.9",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "no-prm/dsh-explorer",
      "order": 98,
      "name": "dsh-explorer",
      "owner": "No-PRM",
      "repo": "No-PRM/dsh-explorer",
      "url": "https://github.com/No-PRM/dsh-explorer",
      "category": "ui",
      "description": {
        "en": "Git-first file-tree sidebar for the DSH web GUI: VS Code-style indent guides, M/A/U/D/R git decorations, HEAD-vs-worktree diff preview, media preview, and drag-to-reference (files/folders/selected code with line numbers) — pure plugin.",
        "zh": "Git 优先的文件树侧栏：VS Code 风格层级线、M/A/U/D/R git 状态装饰、HEAD 与工作区对照预览、媒体预览、拖拽引用（文件/文件夹/选中代码带行号）—— 纯插件。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 1,
      "openIssues": 1,
      "watchers": 4,
      "pushedAt": "2026-08-16T07:20:57Z",
      "updatedAt": "2026-08-16T08:50:51Z",
      "createdAt": "2026-08-15T18:58:07Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "missing",
        "branch": "main",
        "kinds": [],
        "packageName": null,
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "nothree-code/folder-tree-sh",
      "order": 99,
      "name": "folder-tree-sh",
      "owner": "Nothree-code",
      "repo": "Nothree-code/folder-tree-sh",
      "url": "https://github.com/Nothree-code/folder-tree-sh",
      "category": "ui",
      "description": {
        "en": "Workspace file tree for the Web UI: multi-tab preview (text/DOCX/PDF/Markdown/CSV/images), inline Markdown editing, a Git changes panel, and file operations (rename/delete/copy/move/create) via context menu.",
        "zh": "工作区文件树插件：多标签预览（文本/DOCX/PDF/Markdown/CSV/图片）、Markdown 内联编辑、Git 变更面板与右键文件操作（重命名/删除/复制/移动/新建）。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "folder-tree-sh",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 3,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "nothree-code/voco-input-sh",
      "order": 100,
      "name": "voco-input-sh",
      "owner": "Nothree-code",
      "repo": "Nothree-code/voco-input-sh",
      "url": "https://github.com/Nothree-code/voco-input-sh",
      "category": "ui",
      "description": {
        "en": "Voice input for the Web UI: a mic button that drives local VocoType offline speech recognition and auto-inserts recognized text into the composer (auto-deploy, dedupe, continuous dictation).",
        "zh": "Web UI 语音输入：输入框麦克风按钮驱动本地 VocoType 离线识别，识别结果自动插入输入框（自动部署/防重复/持续输入）。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "voco-input-sh",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "omdsh-dev/dsh-annotation",
      "order": 101,
      "name": "dsh-annotation",
      "owner": "omdsh-dev",
      "repo": "omdsh-dev/dsh-annotation",
      "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": "选中文字→批注→随消息发送，回复按批注逐条对照。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 59,
      "forks": 3,
      "openIssues": 2,
      "watchers": 59,
      "pushedAt": "2026-08-16T04:18:42Z",
      "updatedAt": "2026-08-16T08:50:50Z",
      "createdAt": "2026-08-10T17:36:49Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@omdsh-dev/dsh-annotation",
        "version": "1.3.16",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "omdsh-dev/dsh-better-sidebar",
      "order": 102,
      "name": "DSH-better-sidebar",
      "owner": "omdsh-dev",
      "repo": "omdsh-dev/DSH-better-sidebar",
      "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。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 1496,
      "forks": 95,
      "openIssues": 61,
      "watchers": 1496,
      "pushedAt": "2026-08-16T11:25:04Z",
      "updatedAt": "2026-08-16T12:24:53Z",
      "createdAt": "2026-08-07T16:04:00Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-better-sidebar",
        "version": "0.12.2",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 26,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "omdsh-dev/dsh-genui",
      "order": 103,
      "name": "dsh-genui",
      "owner": "omdsh-dev",
      "repo": "omdsh-dev/dsh-genui",
      "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 场景与回传事件循环。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 126,
      "forks": 14,
      "openIssues": 7,
      "watchers": 126,
      "pushedAt": "2026-08-15T20:28:46Z",
      "updatedAt": "2026-08-16T12:20:21Z",
      "createdAt": "2026-08-13T13:07:52Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@omdsh-dev/dsh-genui",
        "version": "0.8.5",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "omdsh-dev/ex-setting",
      "order": 104,
      "name": "ex-setting",
      "owner": "omdsh-dev",
      "repo": "omdsh-dev/ex-setting",
      "url": "https://github.com/omdsh-dev/ex-setting",
      "category": "ui",
      "description": {
        "en": "Settings extensions for DSH.",
        "zh": "DSH 的设置扩展。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@deepseek-ai/dsh-ex-setting",
        "version": "0.0.2",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 4,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "omdsh-dev/web-components",
      "order": 105,
      "name": "web-components",
      "owner": "omdsh-dev",
      "repo": "omdsh-dev/web-components",
      "url": "https://github.com/omdsh-dev/web-components",
      "category": "ui",
      "description": {
        "en": "Web Components support.",
        "zh": "Web Components 支持。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "@deepseek-ai/dsh-client-web-component",
        "version": "0.0.2",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "ook826092-cloud/dsh-mobile-css",
      "order": 106,
      "name": "dsh-mobile-css",
      "owner": "ook826092-cloud",
      "repo": "ook826092-cloud/dsh-mobile-css",
      "url": "https://github.com/ook826092-cloud/dsh-mobile-css",
      "category": "ui",
      "description": {
        "en": "Mobile adaptation for the DSH Web UI: compact typography, full-width composer with caret fix, drawer sidebar with overlay-close, two-page settings flow, responsive tables and stats, safe touch targets.",
        "zh": "DSH Web UI 移动端适配：紧凑排版、全宽输入卡（含光标修复）、抽屉式侧边栏（点击遮罩关闭）、两页式设置流程、响应式表格与统计、安全触控目标。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-mobile-css",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "openagfs/dsh-agfs",
      "order": 107,
      "name": "dsh-agfs",
      "owner": "openAGFS",
      "repo": "openAGFS/dsh-agfs",
      "url": "https://github.com/openAGFS/dsh-agfs",
      "category": "ui",
      "description": {
        "en": "File-browser web app for DSH: React frontend and REST API served by the host webserver, a /dsh-agfs command that opens at the current session workspace, and a browse_files model tool.",
        "zh": "文件浏览器 Web 应用：React 前端与 REST API 由宿主 webserver 托管，/dsh-agfs 命令自动定位当前工作区，附 browse_files 模型工具。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "@open-agfs/dsh-agfs",
        "version": "0.1.9",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "openma-ai/deepseek-harness-tui",
      "order": 108,
      "name": "deepseek-harness-tui",
      "owner": "openma-ai",
      "repo": "openma-ai/deepseek-harness-tui",
      "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 加载。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 29,
      "forks": 3,
      "openIssues": 0,
      "watchers": 29,
      "pushedAt": "2026-08-15T16:29:09Z",
      "updatedAt": "2026-08-16T09:34:56Z",
      "createdAt": "2026-08-13T17:19:18Z",
      "license": "MIT",
      "language": "Rust",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "missing",
        "branch": "main",
        "kinds": [],
        "packageName": null,
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "pc439527/dsh-side-monitor",
      "order": 109,
      "name": "dsh-side-monitor",
      "owner": "pc439527",
      "repo": "pc439527/dsh-side-monitor",
      "url": "https://github.com/pc439527/dsh-side-monitor",
      "category": "ui",
      "description": {
        "en": "Sidebar system monitor for the DSH Web UI: live host overview (CPU/memory/network/disk), process list, and Docker container status, all read-only.",
        "zh": "侧边栏系统监控：实时查看宿主机概览（CPU/内存/网络/磁盘）、进程列表与 Docker 容器状态，全程只读。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-side-monitor",
        "version": "0.2.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "penguin-oo/dsh-pathlink",
      "order": 110,
      "name": "dsh-pathlink",
      "owner": "penguin-oo",
      "repo": "penguin-oo/dsh-pathlink",
      "url": "https://github.com/penguin-oo/dsh-pathlink",
      "category": "ui",
      "description": {
        "en": "Ctrl+click file paths and links in chat: paths open their folder in the OS file manager (with the file selected), links open in a new browser tab.",
        "zh": "在对话中 Ctrl+点击文件路径与链接：路径在文件管理器中定位所在文件夹，链接在新标签页打开。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-pathlink",
        "version": "0.1.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "pengyue-polaron/deepseek-harness-genui",
      "order": 111,
      "name": "deepseek-harness-genui",
      "owner": "pengyue-polaron",
      "repo": "pengyue-polaron/deepseek-harness-genui",
      "url": "https://github.com/pengyue-polaron/deepseek-harness-genui",
      "category": "ui",
      "description": {
        "en": "Code-first React and TypeScript task apps rendered inline, in Canvas, full screen, or on localhost, with interaction state available to later agent turns and approval-gated MCP and API access.",
        "zh": "Code-first React + TypeScript 任务应用，支持 Inline、Canvas、全屏与 localhost；交互状态可供 Agent 后续轮次读取，MCP 和 API 访问在用户授权后执行。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": true,
      "stars": 11,
      "forks": 1,
      "openIssues": 0,
      "watchers": 11,
      "pushedAt": "2026-08-16T12:00:11Z",
      "updatedAt": "2026-08-16T12:00:20Z",
      "createdAt": "2026-08-14T20:28:02Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-plugin-genui",
        "version": "0.12.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 10,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "perrylink/dsh-composer-history",
      "order": 112,
      "name": "dsh-composer-history",
      "owner": "PerryLink",
      "repo": "PerryLink/dsh-composer-history",
      "url": "https://github.com/PerryLink/dsh-composer-history",
      "category": "ui",
      "description": {
        "en": "Terminal-style input history for the web composer: edge-first arrow-key recall with exact draft and caret restore, browser-local persisted history, Ctrl+R reverse search, and sliding-context awareness (compaction summaries join recall and search).",
        "zh": "Web 作曲器终端风格输入历史：边缘优先的方向键召回并精确还原草稿与光标、浏览器本地持久化历史、Ctrl+R 反向搜索，以及滑动上下文感知（压缩摘要加入召回与搜索）。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 1,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-16T09:46:58Z",
      "updatedAt": "2026-08-16T09:47:19Z",
      "createdAt": "2026-08-13T19:16:45Z",
      "license": "Apache-2.0",
      "language": "TypeScript",
      "homepage": "https://www.npmjs.com/package/dsh-composer-history",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-composer-history",
        "version": "0.4.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "physicolor/harness-ui-enhancer",
      "order": 113,
      "name": "harness-ui-enhancer",
      "owner": "Physicolor",
      "repo": "Physicolor/harness-ui-enhancer",
      "url": "https://github.com/Physicolor/harness-ui-enhancer",
      "category": "ui",
      "description": {
        "en": "Web UI polish layer for DeepSeek Harness: normalizes unfinished or self-contradictory official UI, reconciles style conflicts between installed plugins, and unifies the visual language via official design tokens; live-customizable chat width, markdown font size, workspace scale and UI font stack.",
        "zh": "DeepSeek Harness Web UI 强化层：规范化官方未完善、设计语言矛盾的界面，协调已装插件间的样式冲突并统一视觉语言（全部遵循官方设计令牌）；支持实时自定义对话宽度、markdown 字号、工作区缩放与 UI 字体。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "harness-ui-enhancer",
        "version": "0.3.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "physicolor/harness-widgets",
      "order": 114,
      "name": "harness-widgets",
      "owner": "Physicolor",
      "repo": "Physicolor/harness-widgets",
      "url": "https://github.com/Physicolor/harness-widgets",
      "category": "ui",
      "description": {
        "en": "Right-hand widget rail for the DSH Web UI: live session stats (turns, LLM/tool time, TTFT, speed, cache, tokens) and OpenCode Go quota via a same-origin host proxy; extensible widget registry for more platform usage widgets, visuals, utility actions and external integrations.",
        "zh": "DSH Web UI 右侧部件栏：实时会话统计（轮次/LLM 与工具耗时/首 token 延迟/速率/缓存/tokens）与 OpenCode Go 套餐用量（同源代理）；可扩展部件注册表，为更多平台用量部件、视觉表现、实用工具与外部接口集成打基础。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "harness-widgets",
        "version": "0.1.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "pppolf/dsh-webgate",
      "order": 115,
      "name": "dsh-webgate",
      "owner": "pppolf",
      "repo": "pppolf/dsh-webgate",
      "url": "https://github.com/pppolf/dsh-webgate",
      "category": "ui",
      "description": {
        "en": "Remote access for the DSH Web GUI: LAN QR access, cloudflared quick tunnels, and frp reverse proxying via your own server, with a built-in auth portal.",
        "zh": "Web GUI 远程访问：局域网二维码直连、cloudflared 快速隧道、frp 自有服务器反代，内置登录门户，并放行设置接口。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-webgate",
        "version": "0.2.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "qjcnmd/dsh-reasoning-slider",
      "order": 116,
      "name": "dsh-reasoning-slider",
      "owner": "qjcnmd",
      "repo": "qjcnmd/dsh-reasoning-slider",
      "url": "https://github.com/qjcnmd/dsh-reasoning-slider",
      "category": "ui",
      "description": {
        "en": "Codex-style reasoning-effort slider embedded in the model selector.",
        "zh": "Codex 风格推理等级滑块，内嵌于模型选择器，拖动切换推理档位。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "reasoning-slider",
        "version": "0.0.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "qt-chen/dsh-mic-input",
      "order": 117,
      "name": "dsh-mic-input",
      "owner": "QT-Chen",
      "repo": "QT-Chen/dsh-mic-input",
      "url": "https://github.com/QT-Chen/dsh-mic-input",
      "category": "ui",
      "description": {
        "en": "Microphone voice input for the composer: browser Web Speech API live transcription, dedupe/auto-continue, smart punctuation, language and auto-send settings.",
        "zh": "输入框麦克风语音输入：浏览器 Web Speech API 实时转写，自动去重/续听、智能标点，支持语言与自动发送设置。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-mic-input",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "qyw233/dsh-deeplink",
      "order": 118,
      "name": "dsh-deeplink",
      "owner": "qyw233",
      "repo": "qyw233/dsh-deeplink",
      "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=` 深链直达指定项目对话。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 3,
      "forks": 0,
      "openIssues": 0,
      "watchers": 3,
      "pushedAt": "2026-08-13T14:00:30Z",
      "updatedAt": "2026-08-16T12:20:35Z",
      "createdAt": "2026-08-13T12:57:16Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-community/dsh-deeplink",
        "version": "0.5.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "rafolie/dsh-desktop-windowos",
      "order": 119,
      "name": "dsh-desktop-windowos",
      "owner": "RAFOLIE",
      "repo": "RAFOLIE/dsh-desktop-windowos",
      "url": "https://github.com/RAFOLIE/dsh-desktop-windowos",
      "category": "ui",
      "description": {
        "en": "Windows tray desktop shell: auto-installs and auto-updates the exe from GitHub Releases, creates desktop shortcuts for both the app and the web UI, and exposes a desktop_launch tool to start it from the conversation.",
        "zh": "Windows 托盘桌面壳：自动从 GitHub Releases 安装并升级 exe、创建应用与网页端两个桌面快捷方式，并提供 desktop_launch 工具在对话中一键启动。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-desktop-plugin",
        "version": "1.5.6",
        "lifecycleScripts": [],
        "runtimeDependencies": 3,
        "declaredPaths": [
          "plugin/cordis.patch.yml",
          "plugin/lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "reachga0/dsh-desktop",
      "order": 120,
      "name": "dsh-desktop",
      "owner": "ReachGa0",
      "repo": "ReachGa0/dsh-desktop",
      "url": "https://github.com/ReachGa0/dsh-desktop/tree/main/plugin",
      "category": "ui",
      "description": {
        "en": "DSH plugin (dsh-desktop-launcher) that launches the dsh-desktop Windows Electron shell from the conversation: double-click to run the DSH web in a standalone window, region screenshot with GPU-accelerated selection that auto-pastes into the chat (works with vision bridges), system tray, session manager, auto environment setup, configurable port, single-instance lock.",
        "zh": "dsh 插件（dsh-desktop-launcher）：在对话中一键启动 dsh-desktop Windows Electron 桌面壳——双击即用、无需终端；支持选区截图提问（GPU 实时框选、自动粘贴到聊天框、配合识图插件 AI 直接看图回答）、系统托盘、会话管理、环境自动引导、可换端口、单实例锁。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "package-only",
        "branch": "master",
        "kinds": [],
        "packageName": "dsh-desktop-windows",
        "version": "0.2.8",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "src/main.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          },
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证",
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "renat3u/dsh-web-archive",
      "order": 121,
      "name": "dsh-web-archive",
      "owner": "renat3u",
      "repo": "renat3u/dsh-web-archive",
      "url": "https://github.com/renat3u/dsh-web-archive",
      "category": "ui",
      "description": {
        "en": "Collapse noisy messages (Think, Bash, etc.) in conversations.",
        "zh": "折叠对话中的 Think、Bash 等「无用消息」。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 7,
      "forks": 1,
      "openIssues": 2,
      "watchers": 7,
      "pushedAt": "2026-08-13T04:47:29Z",
      "updatedAt": "2026-08-15T11:15:37Z",
      "createdAt": "2026-08-08T07:06:45Z",
      "license": null,
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-web-archive",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "ricketts-guo/dsh-shortcuts",
      "order": 122,
      "name": "dsh-shortcuts",
      "owner": "Ricketts-Guo",
      "repo": "Ricketts-Guo/dsh-shortcuts",
      "url": "https://github.com/Ricketts-Guo/dsh-shortcuts",
      "category": "ui",
      "description": {
        "en": "Fully customizable keyboard shortcuts for the Web UI: 34 pre-registered features (sessions, views, clipboard, models, silent permission cycling, settings), one-click recording to bind your own, and a shortcut cheatsheet with built-in diagnostics.",
        "zh": "Web UI 可自定义键盘快捷键：34 个预置功能（会话、视图、剪贴板、模型、静默权限切换、设置），一键录制自定义组合键，内置快捷键速查表与诊断面板。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-shortcuts",
        "version": "1.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "s3yf1337/dsh-desktop",
      "order": 123,
      "name": "dsh-desktop",
      "owner": "s3yf1337",
      "repo": "s3yf1337/dsh-desktop",
      "url": "https://github.com/s3yf1337/dsh-desktop",
      "category": "ui",
      "description": {
        "en": "Desktop profile for dsh: native Tauri window over the harness web surface with tray, native notifications, a file-manager panel, and one-click updates.",
        "zh": "dsh 桌面配置：原生 Tauri 窗口承载 harness Web 界面，支持托盘、原生通知、文件管理器面板与一键更新。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": null,
      "maintenance": "unknown",
      "manifest": {
        "state": "missing",
        "branch": null,
        "kinds": [],
        "packageName": null,
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          },
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证",
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "sanqi-normal/dsh-model-picker",
      "order": 124,
      "name": "dsh-model-picker",
      "owner": "Sanqi-normal",
      "repo": "Sanqi-normal/dsh-model-picker",
      "url": "https://github.com/Sanqi-normal/dsh-model-picker",
      "category": "ui",
      "description": {
        "en": "Provider-tabbed model picker for the dsh web composer: left provider column and right model list, both independently scrollable, with cross-provider search.",
        "zh": "dsh web 输入栏模型选择面板：左侧提供商栏 + 右侧模型列表，两侧独立滚动，支持跨提供商搜索。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-model-picker",
        "version": "1.0.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/host.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "semidia/dsh-sampling-sliders",
      "order": 125,
      "name": "dsh-sampling-sliders",
      "owner": "Semidia",
      "repo": "Semidia/dsh-sampling-sliders",
      "url": "https://github.com/Semidia/dsh-sampling-sliders",
      "category": "ui",
      "description": {
        "en": "Model sampling sliders (temperature / maxTokens) in the composer: override every model request for all providers via the agent/request hook, with hot/persist modes.",
        "zh": "对话输入区的模型采样滑杆（temperature / maxTokens）：通过 agent/request 钩子对所有供应商的每次请求生效，支持热调/持久化两种模式。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-sampling-sliders",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "dist/index.js",
          "dist/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "semidia/dsh-session-manager",
      "order": 126,
      "name": "dsh-session-manager",
      "owner": "Semidia",
      "repo": "Semidia/dsh-session-manager",
      "url": "https://github.com/Semidia/dsh-session-manager",
      "category": "ui",
      "description": {
        "en": "Right-click session menu and sidebar session manager: pin, rename, archive, fork, export, copy cwd/id/deep link, and open in explorer or a new window.",
        "zh": "会话行右键菜单与侧边栏会话管理：置顶、重命名、归档、分叉、导出、复制工作目录/会话 ID/深链，在资源管理器或新窗口打开。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-session-manager",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "sereinmono/dsh-desktop-pet",
      "order": 127,
      "name": "dsh-desktop-pet",
      "owner": "sereinmono",
      "repo": "sereinmono/dsh-desktop-pet",
      "url": "https://github.com/sereinmono/dsh-desktop-pet",
      "category": "ui",
      "description": {
        "en": "A plugin that adds a desktop pet to your DeepSeek Harness, supporting the Codex pet format, you can use hatch-pet or Petdex to add your pets.",
        "zh": "DeepSeek Harness 桌面宠物：完全支持 Codex 桌宠格式，可使用 hatch-pet Skill 创建宠物，或通过 Petdex 导入宠物。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 1,
      "openIssues": 1,
      "watchers": 4,
      "pushedAt": "2026-08-16T02:53:45Z",
      "updatedAt": "2026-08-15T14:02:43Z",
      "createdAt": "2026-08-14T07:28:02Z",
      "license": null,
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-desktop-pet",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 4,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "sherunlocked-4869/dsh-plugin-msg-nav",
      "order": 128,
      "name": "dsh-plugin-msg-nav",
      "owner": "SherUnlocked-4869",
      "repo": "SherUnlocked-4869/dsh-plugin-msg-nav",
      "url": "https://github.com/SherUnlocked-4869/dsh-plugin-msg-nav",
      "category": "ui",
      "description": {
        "en": "Conversation node navigation rail for the DSH Web UI: one dash per user message on the right edge, reading-position tracking, hover preview card, click-to-jump with highlight line, sliding window, and auto-hide.",
        "zh": "对话节点导航条：对话区右缘一列短横线节点对应每条用户消息，支持阅读位置跟踪、悬停预览卡片、点击跳转高亮、滑动窗口与自动隐藏。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 1,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-16T10:11:23Z",
      "updatedAt": "2026-08-16T10:11:41Z",
      "createdAt": "2026-08-14T15:30:18Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-plugin-msg-nav",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "siberiah2o/dsh-plugin-terminal",
      "order": 129,
      "name": "dsh-plugin-terminal",
      "owner": "siberiah2o",
      "repo": "siberiah2o/dsh-plugin-terminal",
      "url": "https://github.com/siberiah2o/dsh-plugin-terminal",
      "category": "ui",
      "description": {
        "en": "Bottom multi-tab terminal panel (node-pty + xterm.js) pinned to the viewport bottom, always below the input box.",
        "zh": "底部多标签终端面板（node-pty + xterm.js）：贴底全宽，输入框始终在终端上方。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-plugin-terminal",
        "version": "0.1.11",
        "lifecycleScripts": [],
        "runtimeDependencies": 4,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "snowcrescenter-tech/dsh-milestone",
      "order": 130,
      "name": "dsh-milestone",
      "owner": "SnowCrescenter-tech",
      "repo": "SnowCrescenter-tech/dsh-milestone",
      "url": "https://github.com/SnowCrescenter-tech/dsh-milestone",
      "category": "ui",
      "description": {
        "en": "Right-side dot-timeline rail: jump between user messages.",
        "zh": "右侧圆点时间轴导航条，点击跳转到任意用户消息。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 16,
      "forks": 0,
      "openIssues": 1,
      "watchers": 16,
      "pushedAt": "2026-08-14T03:57:35Z",
      "updatedAt": "2026-08-16T04:21:13Z",
      "createdAt": "2026-08-13T17:04:46Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-milestone",
        "version": "0.6.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "songmiao-tech/dsh-prompt-optimizer",
      "order": 131,
      "name": "dsh-prompt-optimizer",
      "owner": "SongMiao-tech",
      "repo": "SongMiao-tech/dsh-prompt-optimizer",
      "url": "https://github.com/SongMiao-tech/dsh-prompt-optimizer",
      "category": "ui",
      "description": {
        "en": "Optimize Prompt button under the composer: one click rewrites your draft into a clearer, more executable prompt, with a before-and-after dialog and one-click replacement.",
        "zh": "输入框下方「优化提示词」按钮：一键把草稿重写为更清晰、更可执行的提示词，弹出前后对比，支持一键替换回输入框。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-prompt-optimizer",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "songoao25/dsh-bottom-info-bar",
      "order": 132,
      "name": "dsh-bottom-info-bar",
      "owner": "songoao25",
      "repo": "songoao25/dsh-bottom-info-bar",
      "url": "https://github.com/songoao25/dsh-bottom-info-bar",
      "category": "ui",
      "description": {
        "en": "Bottom info bar for the DSH Web UI: provider/model, live balance, peak/off-peak pricing with countdown, and real persisted per-session spend in a single line.",
        "zh": "DSH 底部信息栏：一行显示服务商/模型、真实余额、高峰(琥珀)/空闲(绿)价与倒计时，以及本对话·今日·近一月·全部花费（真实落盘统计）。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": null,
      "maintenance": "unknown",
      "manifest": {
        "state": "missing",
        "branch": null,
        "kinds": [],
        "packageName": null,
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          },
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证",
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "spookysandwich/dsh-smooth-stream",
      "order": 133,
      "name": "dsh-smooth-stream",
      "owner": "SpookySandwich",
      "repo": "SpookySandwich/dsh-smooth-stream",
      "url": "https://github.com/SpookySandwich/dsh-smooth-stream",
      "category": "ui",
      "description": {
        "en": "Better streaming text animation for DeepSeek Harness.",
        "zh": "给 DeepSeek Harness 加入更好的流式文字动画。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 8,
      "forks": 0,
      "openIssues": 0,
      "watchers": 8,
      "pushedAt": "2026-08-15T03:49:21Z",
      "updatedAt": "2026-08-16T01:32:04Z",
      "createdAt": "2026-08-14T19:03:29Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-smooth-stream",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "taxueseek/dsh-files",
      "order": 134,
      "name": "dsh-files",
      "owner": "taxueseek",
      "repo": "taxueseek/dsh-files",
      "url": "https://github.com/taxueseek/dsh-files",
      "category": "ui",
      "description": {
        "en": "File upload with color-coded attachment cards (session-isolated storage, sha256 dedup, TTL sweep) plus a content-sniffing read_document tool for PDF/DOCX/XLSX/TXT.",
        "zh": "文件上传（彩色附件卡片、会话隔离存储、sha256 去重、TTL 清扫）+ 内容嗅探的 read_document 文档读取（PDF/DOCX/XLSX/TXT）。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 1,
      "openIssues": 2,
      "watchers": 5,
      "pushedAt": "2026-08-16T09:03:53Z",
      "updatedAt": "2026-08-16T09:04:09Z",
      "createdAt": "2026-08-14T02:03:24Z",
      "license": null,
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-files",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 3,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "tlyer233/dsh-vscode-review",
      "order": 135,
      "name": "dsh-vscode-review",
      "owner": "Tlyer233",
      "repo": "Tlyer233/dsh-vscode-review",
      "url": "https://github.com/Tlyer233/dsh-vscode-review/tree/main/packages/dsh-review",
      "category": "ui",
      "description": {
        "en": "Journals every AI file write/edit into before/after snapshots for an inline VS Code review flow (accept/reject hunks, per-file undo, no git).",
        "zh": "把 AI 每次文件写入/编辑记录为 before/after 快照，供 VS Code 内联 review 使用（逐块接受/撤回、单文件撤销，不依赖 git）。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle"
        ],
        "packageName": "@dsn/dsh-review",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "tsonglew/dsh-media-preview",
      "order": 136,
      "name": "dsh-media-preview",
      "owner": "tsonglew",
      "repo": "tsonglew/dsh-media-preview",
      "url": "https://github.com/tsonglew/dsh-media-preview",
      "category": "ui",
      "description": {
        "en": "Audio/video FileViewer for dsh-better-sidebar: native inline playback for mp4/webm/mkv/mov and mp3/flac/wav, served by a Range-capable streaming media route.",
        "zh": "better-sidebar 音视频预览器：原生播放器内联播放 mp4/webm/mkv/mov 等视频与 mp3/flac/wav 等音频，自带支持 HTTP Range 拖动的流式媒体路由。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-14T13:34:28Z",
      "updatedAt": "2026-08-16T07:49:36Z",
      "createdAt": "2026-08-14T13:17:49Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-media-preview",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "tsonglew/dsh-workspace-search",
      "order": 137,
      "name": "dsh-workspace-search",
      "owner": "tsonglew",
      "repo": "tsonglew/dsh-workspace-search",
      "url": "https://github.com/tsonglew/dsh-workspace-search",
      "category": "ui",
      "description": {
        "en": "VS Code-style workspace keyword search tab for dsh-better-sidebar: matches file names and content, grouped by file with line numbers, opens in the sidebar editor.",
        "zh": "VS Code 式工作区关键词搜索 Tab（better-sidebar 扩展）：同时匹配文件名与文件内容，结果按文件分组带行号，点击在侧栏编辑器打开。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 0,
      "openIssues": 0,
      "watchers": 5,
      "pushedAt": "2026-08-14T13:03:45Z",
      "updatedAt": "2026-08-16T07:49:44Z",
      "createdAt": "2026-08-14T12:23:35Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-workspace-search",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "tzhr-invest/dsh-plugins",
      "order": 138,
      "name": "dsh-plugins",
      "owner": "TZHR-invest",
      "repo": "TZHR-invest/dsh-plugins",
      "url": "https://github.com/TZHR-invest/dsh-plugins/tree/main/packages/dsh-lan-access",
      "category": "ui",
      "description": {
        "en": "Complete LAN/remote access for the Web UI: 0.0.0.0 binding, crypto.randomUUID polyfill, token gate (401 login page + WebSocket interception, loopback exempt), privileged-fence and settings-persistence exemptions, and an idempotent installer with upgrade recovery.",
        "zh": "完整的 Web GUI 局域网/远程访问方案：0.0.0.0 绑定、crypto.randomUUID polyfill、令牌门卫（401 登录页 + WebSocket 拦截，回环豁免）、特权围栏与设置持久化放行，附带幂等安装器与升级恢复。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": null,
      "maintenance": "unknown",
      "manifest": {
        "state": "missing",
        "branch": null,
        "kinds": [],
        "packageName": null,
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          },
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证",
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "urzeye/dsh-outline",
      "order": 139,
      "name": "dsh-outline",
      "owner": "urzeye",
      "repo": "urzeye/dsh-outline",
      "url": "https://github.com/urzeye/dsh-outline",
      "category": "ui",
      "description": {
        "en": "Real-time outline panel for the DSH Web session page: user questions plus a Markdown heading tree (H1–H6) that updates live during streaming, with click-to-locate highlighting, expand-depth control, search, and per-session favorites.",
        "zh": "DSH Web 会话页实时大纲面板：「用户问题 + Markdown 标题（1~6 级）」大纲树，流式生成时实时更新，点击节点滚动定位并高亮，支持展开深度调节、搜索与会话级收藏。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 9,
      "forks": 0,
      "openIssues": 0,
      "watchers": 9,
      "pushedAt": "2026-08-14T16:35:29Z",
      "updatedAt": "2026-08-16T09:48:13Z",
      "createdAt": "2026-08-14T10:09:24Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-outline",
        "version": "0.1.2",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "vibeinging/dsh-turn-navigator",
      "order": 140,
      "name": "dsh-turn-navigator",
      "owner": "vibeinging",
      "repo": "vibeinging/dsh-turn-navigator",
      "url": "https://github.com/vibeinging/dsh-turn-navigator",
      "category": "ui",
      "description": {
        "en": "Turn navigation for the DSH Web UI.",
        "zh": "对话轮次导航。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "@deepseek-ai/dsh-turn-navigator",
        "version": "0.0.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "vlln/dsh-navbar",
      "order": 141,
      "name": "dsh-navbar",
      "owner": "vlln",
      "repo": "vlln/dsh-navbar",
      "url": "https://github.com/vlln/dsh-navbar",
      "category": "ui",
      "description": {
        "en": "Conversation node navigation bar for quick jumps between user messages.",
        "zh": "对话节点导航条，右缘节点串快速跳转 user 消息。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 26,
      "forks": 2,
      "openIssues": 0,
      "watchers": 26,
      "pushedAt": "2026-08-15T16:43:34Z",
      "updatedAt": "2026-08-16T10:26:29Z",
      "createdAt": "2026-08-10T16:41:51Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@vlln/dsh-navbar",
        "version": "0.3.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.mjs",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "vlln/dsh-task-status",
      "order": 142,
      "name": "dsh-task-status",
      "owner": "vlln",
      "repo": "vlln/dsh-task-status",
      "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。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 9,
      "forks": 0,
      "openIssues": 1,
      "watchers": 9,
      "pushedAt": "2026-08-15T16:07:43Z",
      "updatedAt": "2026-08-16T09:56:17Z",
      "createdAt": "2026-08-10T16:41:56Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@vlln/dsh-task-status",
        "version": "0.3.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.mjs",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "warmwine/dsh-ui-font",
      "order": 143,
      "name": "dsh-ui-font",
      "owner": "warmwine",
      "repo": "warmwine/dsh-ui-font",
      "url": "https://github.com/warmwine/dsh-ui-font",
      "category": "ui",
      "description": {
        "en": "Font engine for the Web GUI: system font enumeration, global and per-component font-size tuning with a Spy++-style picker, settings page.",
        "zh": "网页界面字体引擎：系统字体枚举、准星点选的全局与逐组件字号微调、设置页。老花眼友好，自定义字体和页面部件字体和字体大小，支持SPY模式扫UI和其他插件。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-ui-font",
        "version": "0.9.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "whiteplusms/dsh-git-graph",
      "order": 144,
      "name": "dsh-git-graph",
      "owner": "WhitePlusMS",
      "repo": "WhitePlusMS/dsh-git-graph",
      "url": "https://github.com/WhitePlusMS/dsh-git-graph",
      "category": "ui",
      "description": {
        "en": "Dedicated read-only Git Graph view beside Chat and Trajectory: commit topology, local/remote/tag refs, HEAD and working-tree status, search, filtering, first-parent mode, refresh, and load more.",
        "zh": "Chat 和 Trajectory 旁的独立 Git Graph 视图：提交拓扑、本地/远程/tag 引用、HEAD 与工作区状态、搜索、筛选、首父模式、刷新和加载更多。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-git-graph",
        "version": "0.0.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "whiteplusms/dsh-input-plus",
      "order": 145,
      "name": "dsh-input-plus",
      "owner": "WhitePlusMS",
      "repo": "WhitePlusMS/dsh-input-plus",
      "url": "https://github.com/WhitePlusMS/dsh-input-plus",
      "category": "ui",
      "description": {
        "en": "Search and insert workspace file and directory paths with `@`, plus a `/h` menu for reusing prompts from the current session.",
        "zh": "在组合框中使用 `@` 搜索并插入工作区文件和目录路径，并通过 `/h` 菜单复用当前会话的问题。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-14T17:34:57Z",
      "updatedAt": "2026-08-16T02:50:44Z",
      "createdAt": "2026-08-14T16:23:01Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-input-plus",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "wine-red/dsh-codex-timeline",
      "order": 146,
      "name": "dsh-codex-timeline",
      "owner": "Wine-Red",
      "repo": "Wine-Red/dsh-codex-timeline",
      "url": "https://github.com/Wine-Red/dsh-codex-timeline",
      "category": "ui",
      "description": {
        "en": "Left-edge user-Turn navigation rail with reading-position highlighting, hover previews of per-turn metrics and model-answer excerpts, keyboard and click-to-jump controls, and local conversation search.",
        "zh": "左侧用户轮次导航轨道：随阅读位置高亮，悬停预览单轮指标与模型回答摘要，支持键盘和点击跳转及本地会话搜索。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-codex-timeline",
        "version": "0.3.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 3,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "wjnct55555/dsh-web-preview-float",
      "order": 147,
      "name": "dsh-web-preview-float",
      "owner": "WJNCT55555",
      "repo": "WJNCT55555/dsh-web-preview-float",
      "url": "https://github.com/WJNCT55555/dsh-web-preview-float",
      "category": "ui",
      "description": {
        "en": "Google AI Studio-style floating preview for the Web UI: a draggable/resizable iframe preview with aspect-ratio and resolution presets, plus a VS Code-style code window with direct editing, confirmed writes, and session-log recording.",
        "zh": "Web UI 悬浮预览与代码窗口：Google AI Studio 风格的 iframe 预览（宽幅比/分辨率预设、一键放大），VS Code 风格代码窗支持直接编辑，保存需确认并写入会话日志。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-external/dsh-web-preview-float",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "wjy9902/dsh-web-default-session",
      "order": 148,
      "name": "dsh-web-default-session",
      "owner": "wjy9902",
      "repo": "wjy9902/dsh-web-default-session",
      "url": "https://github.com/wjy9902/dsh-web-default-session",
      "category": "ui",
      "description": {
        "en": "The generic New Session action opens a default-directory workspace instead of requiring a folder pick, and the workspace picker lists that workspace as a no-folder choice.",
        "zh": "点「新会话」默认打开绑定宿主启动目录的「默认目录」工作区（无需选文件夹），工作区选择菜单中也可选该项。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-web-default-session",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "wongzexu/dsh-git-status",
      "order": 149,
      "name": "dsh-git-status",
      "owner": "Wongzexu",
      "repo": "Wongzexu/dsh-git-status",
      "url": "https://github.com/Wongzexu/dsh-git-status",
      "category": "ui",
      "description": {
        "en": "Specialized in Git branch and status handling: a Git status drawer on the right edge of the DSH web UI with a commit DAG lane graph, uncommitted changes and stash rows, inline diffs, right-click branch/tag actions, and one-click fetch from all remotes.",
        "zh": "专精于 Git 分支与状态处理：Web 右缘 Git 状态浮窗，commit DAG 泳道图、未提交改动与 stash、行内 diff，右键分支/tag 切换、合并、重命名、删除、新建，一键拉取全部远程。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@wongzexu/dsh-git-status",
        "version": "0.4.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.mjs",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "wqx-txdsyl/dsh-ds-attach",
      "order": 150,
      "name": "dsh-ds-attach",
      "owner": "wqx-txdsyl",
      "repo": "wqx-txdsyl/dsh-ds-attach",
      "url": "https://github.com/wqx-txdsyl/dsh-ds-attach",
      "category": "ui",
      "description": {
        "en": "**DeepSeek Chat (chat.deepseek.com) same-style attachments**: paperclip upload button, 240×64 DS-style file cards with official colored doc icons (PDF/DOCX/XLSX/PPT/IMG extracted from the DS frontend bundle), drag-and-drop, text extraction (PDF/DOCX/XLSX/TXT) injected into the message, and real attachment cards rendered in the transcript (custom user renderer) with the model reading full content.",
        "zh": "**DeepSeek Chat（chat.deepseek.com）同款附件**：回形针上传按钮、240×64 DS 风格文件卡片（官方彩色文档图标，从 DS 前端 bundle 提取）、拖拽上传、文本提取（PDF/DOCX/XLSX/TXT）注入消息、对话流中渲染真实附件卡片（自定义 user 渲染器）且模型读取完整内容。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-ds-attach",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 3,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "wsxwj123/dsh-plugins",
      "order": 151,
      "name": "dsh-plugins",
      "owner": "wsxwj123",
      "repo": "wsxwj123/dsh-plugins",
      "url": "https://github.com/wsxwj123/dsh-plugins/tree/main/packages/dsh-composer-tools",
      "category": "ui",
      "description": {
        "en": "Composer input toolkit: arrow-key session history (first/last-line gated, IME and command-menu safe) and related input conveniences.",
        "zh": "输入框工具集：方向键调取历史消息（限首/末行触发，兼容输入法与命令菜单）等输入增强。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 1,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-15T16:03:25Z",
      "updatedAt": "2026-08-16T08:11:56Z",
      "createdAt": "2026-08-14T03:42:18Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "package-only",
        "branch": "main",
        "kinds": [],
        "packageName": "dsh-plugins",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "wx-yss/dsh-message-rail",
      "order": 152,
      "name": "dsh-message-rail",
      "owner": "wx-yss",
      "repo": "wx-yss/dsh-message-rail",
      "url": "https://github.com/wx-yss/dsh-message-rail",
      "category": "ui",
      "description": {
        "en": "Codex-style left-side message navigation rail for the Web UI: one tick per user message, hover previews, and click-to-jump across the whole history.",
        "zh": "Codex 风格左侧消息导航轨道：每条用户消息一个刻度，悬停预览、点击跳转，全历史一次索引。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 0,
      "openIssues": 0,
      "watchers": 5,
      "pushedAt": "2026-08-16T08:57:08Z",
      "updatedAt": "2026-08-16T08:57:47Z",
      "createdAt": "2026-08-15T10:44:04Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-message-rail",
        "version": "0.1.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "x2802490130-prog/dsh-client-ui-writing",
      "order": 153,
      "name": "dsh-client-ui-writing",
      "owner": "x2802490130-prog",
      "repo": "x2802490130-prog/dsh-client-ui-writing",
      "url": "https://github.com/x2802490130-prog/dsh-client-ui-writing",
      "category": "ui",
      "description": {
        "en": "Client-side writing panel for the Web UI: project volumes and stats, corpus library, full-text search, evolution version-chain diffs, and an SVG thread graph, shown only in writing-preset sessions.",
        "zh": "Web 客户端「写作」面板：项目分卷与统计、书库与全文检索、设定演化版本链 diff、线索 SVG 图谱，仅在写作预设会话显示。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 3,
      "forks": 0,
      "openIssues": 0,
      "watchers": 3,
      "pushedAt": "2026-08-15T23:29:15Z",
      "updatedAt": "2026-08-16T03:03:56Z",
      "createdAt": "2026-08-15T02:31:13Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-client-ui-writing",
        "version": "0.5.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "x2802490130-prog/dsh-lan-pass",
      "order": 154,
      "name": "dsh-lan-pass",
      "owner": "x2802490130-prog",
      "repo": "x2802490130-prog/dsh-lan-pass",
      "url": "https://github.com/x2802490130-prog/dsh-lan-pass",
      "category": "ui",
      "description": {
        "en": "A LAN password gate for the Web UI: phones and tablets on the same network log in with a shared key and see the same sessions in real time, with a built-in randomUUID polyfill for plain-HTTP origins.",
        "zh": "Web UI 局域网密码门禁：同网手机/平板输共享密钥登录，会话与电脑实时同步，内置 randomUUID polyfill。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-lan-pass",
        "version": "1.0.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "xanthanl/dsh-plugin-uisfx",
      "order": 155,
      "name": "dsh-plugin-uisfx",
      "owner": "XanthanL",
      "repo": "XanthanL/dsh-plugin-uisfx",
      "url": "https://github.com/XanthanL/dsh-plugin-uisfx",
      "category": "ui",
      "description": {
        "en": "Semantic UI sound effects powered by uisfx: task start/success/failure and per-button cues, settings UI with instant preview, 12 sound packs, Host-persisted preferences, and `ctx.uisfx` service for other plugins.",
        "zh": "基于 uisfx 的语义化 UI 音效：任务开始/成功/失败、不同按钮情景 cue，设置页即时试听，12 种音色包，Host 持久化，并提供 `ctx.uisfx` 服务给其他插件。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-plugin-uisfx",
        "version": "0.1.1",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "xiaoshihou514/dsh-tui",
      "order": 156,
      "name": "dsh-tui",
      "owner": "xiaoshihou514",
      "repo": "xiaoshihou514/dsh-tui",
      "url": "https://github.com/xiaoshihou514/dsh-tui",
      "category": "ui",
      "description": {
        "en": "Clean and simple TUI.",
        "zh": "干净简单的终端交互式界面。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-tui",
        "version": "0.1.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 7,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "xiluovo/dsh-session-timeline",
      "order": 157,
      "name": "dsh-session-timeline",
      "owner": "XiLuovo",
      "repo": "XiLuovo/dsh-session-timeline",
      "url": "https://github.com/XiLuovo/dsh-session-timeline",
      "category": "ui",
      "description": {
        "en": "Session timeline down the left of the conversation: every user message at a glance, current-message tracking, hover preview of the message and its reply, click to jump, collapsible.",
        "zh": "会话左侧的短横线时间轴：整个会话的用户消息一览、当前消息定位、悬停预览消息与回复、点击跳转，可收起展开。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-session-timeline",
        "version": "1.0.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "yeyeyeyeshifu/dsh-result-only-view",
      "order": 158,
      "name": "dsh-result-only-view",
      "owner": "YEYEYEYESHIFU",
      "repo": "YEYEYEYESHIFU/dsh-result-only-view",
      "url": "https://github.com/YEYEYEYESHIFU/dsh-result-only-view",
      "category": "ui",
      "description": {
        "en": "Results-only conversation toggle for the Web GUI: hides thinking and tool-call process rows, keeps one live status line while the agent works, restores working animations under prefers-reduced-motion, zh-CN/en localized.",
        "zh": "Web 对话「只看结果」开关：隐藏思考与工具调用过程，运行中仅保留一条实时状态行，reduced-motion 环境下恢复活动光影，中英双语。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-result-only-view",
        "version": "1.5.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "yeyeyeyeshifu/dsh-session-hotkeys",
      "order": 159,
      "name": "dsh-session-hotkeys",
      "owner": "YEYEYEYESHIFU",
      "repo": "YEYEYEYESHIFU/dsh-session-hotkeys",
      "url": "https://github.com/YEYEYEYESHIFU/dsh-session-hotkeys",
      "category": "ui",
      "description": {
        "en": "Session hotkeys for the DSH Web GUI: switch sessions like browser tabs (positional Alt+1-9, pinned slots, previous/next, new/archive/rename, navigation mode, search focus), all rebindable with Windows/macOS presets.",
        "zh": "Web 会话热键插件：像切浏览器标签页一样用键盘管理会话——Alt+1-9 顺序切换、固定槽位、上/下一个、新建/归档/重命名、导航模式、聚焦搜索，键位可在面板录制重绑，Windows/macOS 双预设。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-session-hotkeys",
        "version": "1.5.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "yiran0/dsh-mobile-glass",
      "order": 160,
      "name": "dsh-mobile-glass",
      "owner": "YiRan0",
      "repo": "YiRan0/dsh-mobile-glass",
      "url": "https://github.com/YiRan0/dsh-mobile-glass",
      "category": "ui",
      "description": {
        "en": "Mobile adaptation for the DSH Web UI on narrow screens: reveal drawer with the chat layer on top, drag gestures, bottom-sheet settings panel, composer and header fixes, zero desktop impact.",
        "zh": "DSH Web 移动端适配：窄屏下聊天页在上/侧栏在下的 reveal 抽屉、拖动手势、设置面板底部卡片上滑、composer 与头部修复，桌面端零影响。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-mobile-glass",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "ysyyhhh/dsh-pet",
      "order": 161,
      "name": "dsh-pet",
      "owner": "ysyyhhh",
      "repo": "ysyyhhh/dsh-pet",
      "url": "https://github.com/ysyyhhh/dsh-pet",
      "category": "ui",
      "description": {
        "en": "Native desktop pet for DSH that follows agent activity, supports Codex pet packages, and imports approved pets directly from Petdex without its CLI.",
        "zh": "跟随 agent 状态的 DSH 原生桌宠，兼容 Codex 桌宠包，并可在插件内直接从 Petdex 导入已审核桌宠，无需 Petdex CLI。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@ysyyhhh/dsh-pet",
        "version": "0.3.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 5,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          },
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "未声明许可证",
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "yujm888/dsh-turn-rail",
      "order": 162,
      "name": "dsh-turn-rail",
      "owner": "Yujm888",
      "repo": "Yujm888/dsh-turn-rail",
      "url": "https://github.com/Yujm888/dsh-turn-rail",
      "category": "ui",
      "description": {
        "en": "Codex-style auto-hiding right-edge turn rail: edge-peek show/hide, per-turn tooltip, in-rail search, and a scrolling 30-turn window for long sessions.",
        "zh": "Codex 风格自动隐藏右缘轮次导航：靠边浮现、单轮 tooltip、会话内搜索、长会话 30 轮滚动窗口。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-turn-rail",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "yzz-s/dsh-workspace-files-explorer",
      "order": 163,
      "name": "dsh-workspace-files-explorer",
      "owner": "YZz-S",
      "repo": "YZz-S/dsh-workspace-files-explorer",
      "url": "https://github.com/YZz-S/dsh-workspace-files-explorer",
      "category": "ui",
      "description": {
        "en": "Floating workspace file-tree browser for the Web GUI with line-numbered syntax highlighting and Markdown preview.",
        "zh": "悬浮工作区文件树浏览器：带行号的代码语法高亮与 Markdown 富文本预览。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "workspace-files-explorer",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "zealot00/dsh-pet",
      "order": 164,
      "name": "dsh-pet",
      "owner": "zealot00",
      "repo": "zealot00/dsh-pet",
      "url": "https://github.com/zealot00/dsh-pet",
      "category": "ui",
      "description": {
        "en": "Desktop pet for the DSH Web UI: sprite-sheet animation, agent state linkage, drag, alarm (daily/one-shot) and pomodoro widgets, skin picker with preview.",
        "zh": "DSH Web UI 桌面宠物：精灵图动画、agent 状态联动、拖拽、闹钟（每天/一次）与番茄钟，皮肤下拉选择 + 预览。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@dsh-local/dsh-pet",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "zhangbo-cn/dsh-voice-input-plugin",
      "order": 165,
      "name": "dsh-voice-input-plugin",
      "owner": "Zhangbo-cn",
      "repo": "Zhangbo-cn/dsh-voice-input-plugin",
      "url": "https://github.com/Zhangbo-cn/dsh-voice-input-plugin",
      "category": "ui",
      "description": {
        "en": "Composer mic for the Web UI: tap-to-monitor live transcription and hold-to-talk, with host Edge TTS reply reading that streams while the model generates, echo-pause during reading, and tap-to-stop.",
        "zh": "输入框麦克风：点击持续监控、按住对话；浏览器语音识别逐字上屏，回复由 host Edge TTS 边生成边朗读，朗读时暂停识别防回声，点击可停止。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": true,
      "stars": 6,
      "forks": 0,
      "openIssues": 0,
      "watchers": 6,
      "pushedAt": "2026-08-16T11:59:27Z",
      "updatedAt": "2026-08-16T12:28:50Z",
      "createdAt": "2026-08-15T17:14:27Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@zhangbo-cn/dsh-client-ui-voice-input",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "zhengjy01/dsh-settings-nav-fold",
      "order": 166,
      "name": "dsh-settings-nav-fold",
      "owner": "zhengjy01",
      "repo": "zhengjy01/dsh-settings-nav-fold",
      "url": "https://github.com/zhengjy01/dsh-settings-nav-fold",
      "category": "ui",
      "description": {
        "en": "Fold plugin/extension settings entries in the DSH settings panel into one collapsible \"Plugin entries\" group row — one click to expand or collapse, auto-updating as plugins come and go.",
        "zh": "设置面板导航折叠：把插件/扩展的设置入口折叠为一个可展开的「插件入口」分组行，点击展开/收起，随插件增删自动更新。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-settings-nav-fold",
        "version": "1.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "zhu1090093659/dsh-web-ui",
      "order": 167,
      "name": "dsh-web-ui",
      "owner": "zhu1090093659",
      "repo": "zhu1090093659/dsh-web-ui",
      "url": "https://github.com/zhu1090093659/dsh-web-ui/tree/main/packages/dsh-web-ui-all",
      "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 统计与皮肤中心。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 3170,
      "forks": 184,
      "openIssues": 50,
      "watchers": 3170,
      "pushedAt": "2026-08-16T10:31:39Z",
      "updatedAt": "2026-08-16T12:27:15Z",
      "createdAt": "2026-08-12T05:15:20Z",
      "license": "Apache-2.0",
      "language": "TypeScript",
      "homepage": "https://gallery.dsh-market.com",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "package-only",
        "branch": "main",
        "kinds": [],
        "packageName": "dsh-web-ui",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "zichenggurrr/dsh-window",
      "order": 168,
      "name": "dsh-window",
      "owner": "ZichengGurrr",
      "repo": "ZichengGurrr/dsh-window",
      "url": "https://github.com/ZichengGurrr/dsh-window/tree/main/kit",
      "category": "ui",
      "description": {
        "en": "All-in-one bundle for DSH: the native Windows desktop window (WebView2), DeepEye vision (GLM-4V-Flash), and voice input (mic button) in a single install.",
        "zh": "DSH 三件套全家桶：Windows 原生窗口（WebView2）+ DeepEye 视觉（GLM-4V-Flash）+ 语音输入（麦克风按钮），一条命令装齐。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 3,
      "forks": 0,
      "openIssues": 1,
      "watchers": 3,
      "pushedAt": "2026-08-15T06:24:01Z",
      "updatedAt": "2026-08-15T09:51:09Z",
      "createdAt": "2026-08-14T15:51:46Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "missing",
        "branch": "main",
        "kinds": [],
        "packageName": null,
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "zoumutou/dsh-web-preview",
      "order": 169,
      "name": "dsh-web-preview",
      "owner": "zoumutou",
      "repo": "zoumutou/dsh-web-preview",
      "url": "https://github.com/zoumutou/dsh-web-preview",
      "category": "ui",
      "description": {
        "en": "Side web-preview panel: local static hosting, Markdown/code/image preview, one-click run of non-static projects (Cargo/npm/Go/Python) with live logs, drag files into the chat (saved to the workspace), element mark & annotate, workspace file search on 404, and link-click takeover into the side panel.",
        "zh": "侧边网页预览面板：本地静态托管、Markdown/代码/图片预览、非静态项目一键运行（Cargo/npm/Go/Python）实时日志、文件直接拖入对话（保存到工作区）、网页元素标记批注、404 时工作区文件搜索、链接点击接管到侧边预览。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-web-preview-panel",
        "version": "0.2.4",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "zseven-w/dsh-openpencil",
      "order": 170,
      "name": "dsh-openpencil",
      "owner": "ZSeven-W",
      "repo": "ZSeven-W/dsh-openpencil",
      "url": "https://github.com/ZSeven-W/dsh-openpencil",
      "category": "ui",
      "description": {
        "en": "OpenPencil design preview and editing plugin.",
        "zh": "OpenPencil 设计预览与编辑插件。"
      },
      "added": "2026-08-13",
      "curated": true,
      "topic": true,
      "stars": 95,
      "forks": 3,
      "openIssues": 1,
      "watchers": 95,
      "pushedAt": "2026-08-14T14:36:17Z",
      "updatedAt": "2026-08-16T12:18:06Z",
      "createdAt": "2026-08-12T16:05:11Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": "https://op.zseven.tech",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@zseven-w/dsh-openpencil",
        "version": "0.1.0-rc.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-13",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "zuoguyoupan2023/adhdgofly-dsh-ext",
      "order": 171,
      "name": "adhdgofly-dsh-ext",
      "owner": "zuoguyoupan2023",
      "repo": "zuoguyoupan2023/adhdgofly-dsh-ext",
      "url": "https://github.com/zuoguyoupan2023/adhdgofly-dsh-ext",
      "category": "ui",
      "description": {
        "en": "Highlights parts of speech (nouns green, verbs red, adjectives/adverbs purple) in rendered DSH Web Markdown, with light/dark palettes, toggles, and stream-aware updates.",
        "zh": "在 DSH Web 已渲染的 Markdown 中做词性高亮：名词绿、动词红、形容/副词紫，支持深/浅色板、词性开关与流式防抖。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "adhdgofly-dsh-ext",
        "version": "0.1.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "zylzyqzz/dsh-mobile-pwa",
      "order": 172,
      "name": "dsh-mobile-pwa",
      "owner": "zylzyqzz",
      "repo": "zylzyqzz/dsh-mobile-pwa",
      "url": "https://github.com/zylzyqzz/dsh-mobile-pwa",
      "category": "ui",
      "description": {
        "en": "Complete mobile PWA for DSH, built on dsh-mobile-gate: secure remote-access gateway plus install-to-homescreen (manifest + service worker), offline capability, touch gestures (pull-to-refresh, edge-swipe back, pinch-zoom font), agent-done push notifications, and touch-first layout — desktop unaffected.",
        "zh": "基于 dsh-mobile-gate 的完整移动端 PWA：安全远程访问网关 + 可安装到主屏（manifest + service worker）+ 离线可用 + 触屏手势（下拉刷新/边缘返弹/捏合缩放字体）+ agent 完成推送 + 触屏优先布局，桌面零影响。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-mobile-pwa",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lan-gate.mjs"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "02muller25/dsh-api-balance",
      "order": 173,
      "name": "dsh-api-balance",
      "owner": "02Muller25",
      "repo": "02Muller25/dsh-api-balance",
      "url": "https://github.com/02Muller25/dsh-api-balance",
      "category": "usage",
      "description": {
        "en": "Real-time DeepSeek API account balance in the composer dock with manual or custom-interval auto-refresh.",
        "zh": "输入框下方实时显示 DeepSeek API 账户余额，支持手动刷新与自定义间隔自动刷新。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "api-balance",
        "version": "0.2.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "283gawin/dsh-heatmap",
      "order": 174,
      "name": "dsh-heatmap",
      "owner": "283Gawin",
      "repo": "283Gawin/dsh-heatmap",
      "url": "https://github.com/283Gawin/dsh-heatmap",
      "category": "usage",
      "description": {
        "en": "Activity heatmap in the DSH Web sidebar: GitHub-style grid of daily commits, token usage, and estimated spend, with a today stats line for all-session token totals, cache hit rate, and per-model auto-priced cost.",
        "zh": "DSH Web 侧边栏活动热力图：GitHub 风格网格展示每日提交、Token 用量与估算花费，今日统计行显示全会话 Token 总量、缓存命中率与按模型自动计价的花费。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@linxin666/dsh-client-ui-activity-heatmap",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "940842546/dsh-usage-billing",
      "order": 175,
      "name": "dsh-usage-billing",
      "owner": "940842546",
      "repo": "940842546/dsh-usage-billing",
      "url": "https://github.com/940842546/dsh-usage-billing",
      "category": "usage",
      "description": {
        "en": "Usage and cost statistics with peak/off-peak pricing after the 2026-08-17 rate change, a floating summary panel, per-session breakdowns, and a day/week/month/year/all usage heatmap.",
        "zh": "用量与消费统计：8/17 调价前后峰谷计费，主界面汇总面板、按会话明细与日/周/月/年/累计用量热力图。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-usage-billing",
        "version": "0.2.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "aks1st/model-usage-plugin",
      "order": 176,
      "name": "model-usage-plugin",
      "owner": "AKS1st",
      "repo": "AKS1st/model-usage-plugin",
      "url": "https://github.com/AKS1st/model-usage-plugin",
      "category": "usage",
      "description": {
        "en": "Per-model token usage and cost estimation with DeepSeek account balance, shown in a Settings panel tab.",
        "zh": "按模型统计 token 消耗并估算费用，同时显示 DeepSeek 账户余额，展示于设置面板「模型消耗」页签。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "musage-stats",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "src/index.js",
          "src/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "beizi6/dsh-opencodego-usage",
      "order": 177,
      "name": "dsh-opencodego-usage",
      "owner": "BeiZi6",
      "repo": "BeiZi6/dsh-opencodego-usage",
      "url": "https://github.com/BeiZi6/dsh-opencodego-usage",
      "category": "usage",
      "description": {
        "en": "OpenCodeGo quota monitor for the DSH Web GUI: a breathing indicator at the input's bottom-right (green/yellow/red by remaining share), a liquid-glass panel with rolling/weekly/monthly usage windows and reset times, auto-refreshing every 30 s; API key read from DSH credentials.",
        "zh": "OpenCodeGo 剩余额度监视器：输入框右下角呼吸指示灯（按剩余额度绿/黄/红），液态玻璃面板显示滚动/周/月用量窗口与重置时间，每 30 秒自动刷新，API Key 自动读取 DSH 凭据。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-opencodego-usage",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "bobcat848/dsh-calculator",
      "order": 178,
      "name": "dsh-calculator",
      "owner": "bobcat848",
      "repo": "bobcat848/dsh-calculator",
      "url": "https://github.com/bobcat848/dsh-calculator",
      "category": "usage",
      "description": {
        "en": "DeepSeek API spend (current session and all sessions) and account balance in the aside panel, with official pricing and peak/off-peak support.",
        "zh": "右侧面板展示 DeepSeek API 费用（当前会话 + 全部会话累计）与账户余额，内置官方计价与峰谷计价支持。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 1,
      "watchers": 4,
      "pushedAt": "2026-08-14T13:43:08Z",
      "updatedAt": "2026-08-15T00:59:27Z",
      "createdAt": "2026-08-14T06:17:24Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-calculator",
        "version": "1.2.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "dk33333333/dsh-deepseek-quota-left",
      "order": 179,
      "name": "dsh-deepseek-quota-left",
      "owner": "dk33333333",
      "repo": "dk33333333/dsh-deepseek-quota-left",
      "url": "https://github.com/dk33333333/dsh-deepseek-quota-left",
      "category": "usage",
      "description": {
        "en": "DeepSeek API quota panel collapsed into a left-edge handle for the Web UI: click to expand balance, official today's consumption (with platform token) and live conversation cost; fork of dsh-deepseek-quota.",
        "zh": "DeepSeek API 额度面板折叠为左侧边框把手：点击展开查看余额、官方精确今日已消费（配置平台 token 后）与实时对话费用；dsh-deepseek-quota 的修改版。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-deepseek-quota-left",
        "version": "0.5.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "feibi-mochi/deepseek-harness-wallet",
      "order": 180,
      "name": "deepseek-harness-wallet",
      "owner": "feibi-mochi",
      "repo": "feibi-mochi/deepseek-harness-wallet",
      "url": "https://github.com/feibi-mochi/deepseek-harness-wallet",
      "category": "usage",
      "description": {
        "en": "Multi-provider wallet chip: official DeepSeek balance, per-session cost & tokens, third-party token totals, recharge shortcut, low-balance alerts.",
        "zh": "多供应商钱包标签：官方 DeepSeek 余额、本会话花费与 token、第三方合计 token、一键充值、低余额提醒。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 19,
      "forks": 3,
      "openIssues": 1,
      "watchers": 19,
      "pushedAt": "2026-08-16T01:19:33Z",
      "updatedAt": "2026-08-16T09:25:35Z",
      "createdAt": "2026-08-14T10:43:58Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "deepseek-harness-wallet",
        "version": "0.1.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "fenghuolinshan/dsh-plugin-llm-balance",
      "order": 181,
      "name": "dsh-plugin-llm-balance",
      "owner": "FengHuoLinShan",
      "repo": "FengHuoLinShan/dsh-plugin-llm-balance",
      "url": "https://github.com/FengHuoLinShan/dsh-plugin-llm-balance",
      "category": "usage",
      "description": {
        "en": "Draggable floating card showing the balance/quota of your most recently used providers (DeepSeek/Moonshot/Kimi For Coding): auto-discovery, color-coded tiers, live refresh.",
        "zh": "可拖动的 API 余额/配额悬浮卡片：自动显示最近使用的 provider 余额/配额（DeepSeek/Moonshot/Kimi For Coding），按余额分档变色、实时刷新。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-plugin-llm-balance",
        "version": "0.2.4",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "fishxcode/dsh-plugin-deepseek-balance",
      "order": 182,
      "name": "dsh-plugin-deepseek-balance",
      "owner": "fishxcode",
      "repo": "fishxcode/dsh-plugin-deepseek-balance",
      "url": "https://github.com/fishxcode/dsh-plugin-deepseek-balance",
      "category": "usage",
      "description": {
        "en": "DeepSeek API balance, balance trend, and daily usage charts in DSH Web settings.",
        "zh": "在 DSH Web 设置中展示 DeepSeek API 余额、余额趋势与每日用量图表。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": null,
      "maintenance": "unknown",
      "manifest": {
        "state": "missing",
        "branch": null,
        "kinds": [],
        "packageName": null,
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          },
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证",
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "floating-dreaming/dsh-minimax-usage",
      "order": 183,
      "name": "dsh-minimax-usage",
      "owner": "Floating-Dreaming",
      "repo": "Floating-Dreaming/dsh-minimax-usage",
      "url": "https://github.com/Floating-Dreaming/dsh-minimax-usage",
      "category": "usage",
      "description": {
        "en": "Adds a \"用量\" section to the DSH Settings page that shows your MiniMax Token Plan usage (5h and weekly windows with reset countdowns), per-model breakdown, and video bonus credits; fetches `/v1/token_plan/remains` via a trusted plugin that holds the API key, auto-hides when no key is configured. MIT.",
        "zh": "在 DSH 设置页「用量」section 展示 MiniMax Token Plan 的 5 小时 / 周窗口用量（带重置倒计时）、单模型明细与视频赠送额度；通过 trusted plugin 调 `/v1/token_plan/remains` 拿 key，未配置 key 时整段 section 自动隐藏。MIT。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": null,
      "maintenance": "unknown",
      "manifest": {
        "state": "missing",
        "branch": null,
        "kinds": [],
        "packageName": null,
        "version": null,
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          },
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证",
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "ghost011118/dsh-balance-meter",
      "order": 184,
      "name": "dsh-balance-meter",
      "owner": "Ghost011118",
      "repo": "Ghost011118/dsh-balance-meter",
      "url": "https://github.com/Ghost011118/dsh-balance-meter",
      "category": "usage",
      "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 账户余额与会话花费，自动拉取官方定价，支持高峰/低谷计价。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 15,
      "forks": 1,
      "openIssues": 2,
      "watchers": 15,
      "pushedAt": "2026-08-14T04:27:02Z",
      "updatedAt": "2026-08-16T03:49:40Z",
      "createdAt": "2026-08-13T18:54:17Z",
      "license": "BSD-3-Clause",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-balance-meter",
        "version": "0.1.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "glfzr/dsh-opencode-go-quota",
      "order": 185,
      "name": "dsh-opencode-go-quota",
      "owner": "GLFzr",
      "repo": "GLFzr/dsh-opencode-go-quota",
      "url": "https://github.com/GLFzr/dsh-opencode-go-quota",
      "category": "usage",
      "description": {
        "en": "OpenCode Go quota ring: click-to-cycle progress ring (5h/weekly/monthly) left of the model selector, colored by urgency, with reset countdowns on hover.",
        "zh": "模型选择器左侧的 OpenCode Go 额度圆环：点击循环切换 5 小时/每周/每月用量窗口，按紧急程度着色（绿/蓝/橙/红），悬停显示百分比与重置倒计时。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 0,
      "openIssues": 0,
      "watchers": 5,
      "pushedAt": "2026-08-16T11:50:35Z",
      "updatedAt": "2026-08-16T11:51:26Z",
      "createdAt": "2026-08-14T17:06:03Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-opencode-go-quota",
        "version": "0.3.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "gpiox/dsh-api-balance",
      "order": 186,
      "name": "dsh-api-balance",
      "owner": "GPIOX",
      "repo": "GPIOX/dsh-api-balance",
      "url": "https://github.com/GPIOX/dsh-api-balance",
      "category": "usage",
      "description": {
        "en": "Floating API-balance badge for DeepSeek Harness: live balance for DeepSeek, Moonshot, OpenAI and custom endpoints; draggable, resizable, frosted-glass look, with text color adapting to the content beneath.",
        "zh": "DeepSeek Harness 悬浮 API 余额徽章：实时显示 DeepSeek / Moonshot / OpenAI / 自定义接口余额；可拖动缩放、亚克力质感、文字颜色随下方内容明暗自适应。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-api-balance-badge",
        "version": "1.4.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "client/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "han-1413141/dsh-cost-meter",
      "order": 187,
      "name": "dsh-cost-meter",
      "owner": "Han-1413141",
      "repo": "Han-1413141/dsh-cost-meter",
      "url": "https://github.com/Han-1413141/dsh-cost-meter",
      "category": "usage",
      "description": {
        "en": "Per-session and daily API cost, budget with usage %, official balance, history dashboard, and one-click official price sync with peak/off-peak pricing.",
        "zh": "会话与当日 API 费用统计、预算图框（已用%）、官方余额、历史看板，支持峰谷计价与官方价格一键同步。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 44,
      "forks": 3,
      "openIssues": 0,
      "watchers": 44,
      "pushedAt": "2026-08-16T04:58:19Z",
      "updatedAt": "2026-08-16T11:49:21Z",
      "createdAt": "2026-08-13T14:57:55Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-cost-meter",
        "version": "1.3.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 3,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "huanyulv/dsh-balance-tide",
      "order": 188,
      "name": "dsh-balance-tide",
      "owner": "huanyuLv",
      "repo": "huanyuLv/dsh-balance-tide",
      "url": "https://github.com/huanyuLv/dsh-balance-tide",
      "category": "usage",
      "description": {
        "en": "DeepSeek account balance and session cost under the composer, with a live peak/off-peak pricing badge (Beijing time), a countdown to the next pricing switch, hover price tables, and usage advice.",
        "zh": "输入框下方显示 DeepSeek 账户余额与本会话花费，余额前带峰/谷价格徽章（北京时间）与距切换倒计时，悬停看两档单价明细与使用建议。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-15T10:36:37Z",
      "updatedAt": "2026-08-16T08:56:47Z",
      "createdAt": "2026-08-14T10:58:39Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-balance-tide",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 2,
        "declaredPaths": [
          "cordis.patch.yml",
          "src/index.js",
          "client/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "iamfromchangsha/dsh-go-balance",
      "order": 189,
      "name": "dsh-go-balance",
      "owner": "iamfromchangsha",
      "repo": "iamfromchangsha/dsh-go-balance",
      "url": "https://github.com/iamfromchangsha/dsh-go-balance",
      "category": "usage",
      "description": {
        "en": "OpenCode Go balance pill at the right end of the composer tool row: rolling/weekly/monthly quota remaining straight from the Zen usage endpoint, with hover detail and warn/danger coloring.",
        "zh": "输入框工具行右侧的 OpenCode Go 余额胶囊：滚动/每周/每月配额剩余百分比（数据直接来自 Zen 用量接口），悬停查看明细，低余额自动变黄/变红。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-go-balance",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "ibka512/dsh-ibka-balance",
      "order": 190,
      "name": "dsh-ibka-balance",
      "owner": "ibka512",
      "repo": "ibka512/dsh-ibka-balance",
      "url": "https://github.com/ibka512/dsh-ibka-balance",
      "category": "usage",
      "description": {
        "en": "Permanent composer-dock balance card: real-time DeepSeek API account balance with 5-minute auto-refresh, a manual refresh button, and low-balance color warnings.",
        "zh": "输入框下方常驻余额卡片：实时显示 DeepSeek API 账户余额，每 5 分钟自动刷新，支持手动刷新，余额过低自动变色提醒。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-ibka-balance",
        "version": "1.0.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "izz-blue/dsh-deepseek-usage-dashboard",
      "order": 191,
      "name": "dsh-deepseek-usage-dashboard",
      "owner": "izz-BLUE",
      "repo": "izz-BLUE/dsh-deepseek-usage-dashboard",
      "url": "https://github.com/izz-BLUE/dsh-deepseek-usage-dashboard",
      "category": "usage",
      "description": {
        "en": "DeepSeek API usage dashboard for DSH Web: daily cache-hit/miss and output token statistics from session logs, per-model cost estimates, account balance, 7-day trends, and a composer usage summary.",
        "zh": "DSH Web 的 DeepSeek API 用量仪表盘：基于会话日志统计每日缓存命中/未命中输入与输出 Token，并展示分模型费用估算、账户余额、7 日趋势和 composer 用量摘要。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@linxin666/dsh-deepseek-usage-dashboard",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 2,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "jiangli07/dsh-deepseek-quota-bar",
      "order": 192,
      "name": "dsh-deepseek-quota-bar",
      "owner": "jiangli07",
      "repo": "jiangli07/dsh-deepseek-quota-bar",
      "url": "https://github.com/jiangli07/dsh-deepseek-quota-bar",
      "category": "usage",
      "description": {
        "en": "Draggable transparent balance card with a blood-bar of remaining balance vs month-opening, today/month spend (official when the platform token is configured), and session cost.",
        "zh": "可拖动透明余额卡片：余额/月初额度血条、今日/本月用量（配置平台 token 后为官方精确数据）、当前对话费用。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-deepseek-quota-bar",
        "version": "0.5.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "jolly-j/dsh-deepseek-billing",
      "order": 193,
      "name": "dsh-deepseek-billing",
      "owner": "Jolly-J",
      "repo": "Jolly-J/dsh-deepseek-billing",
      "url": "https://github.com/Jolly-J/dsh-deepseek-billing",
      "category": "usage",
      "description": {
        "en": "DeepSeek account balance and per-session cost card in the sidebar foot.",
        "zh": "侧边栏底部 DeepSeek 账户余额显示与会话费用估算卡片。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 1,
      "watchers": 4,
      "pushedAt": "2026-08-14T17:09:54Z",
      "updatedAt": "2026-08-15T15:50:17Z",
      "createdAt": "2026-08-14T05:19:03Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-deepseek-billing",
        "version": "0.1.0-rc.5",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "kelearns/dsh-token-usage",
      "order": 194,
      "name": "dsh-token-usage",
      "owner": "kelearns",
      "repo": "kelearns/dsh-token-usage",
      "url": "https://github.com/kelearns/dsh-token-usage",
      "category": "usage",
      "description": {
        "en": "Token usage heatmap for the Web UI: daily/weekly/cumulative views over a 12-month window with light/dark themes.",
        "zh": "Token 用量热力图：日/周/累计视图，12 个月窗口，支持深浅色主题。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@kelearns/dsh-token-usage",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "kenz1117/dsh-ui-usage-billing",
      "order": 195,
      "name": "dsh-ui-usage-billing",
      "owner": "kenz1117",
      "repo": "kenz1117/dsh-ui-usage-billing",
      "url": "https://github.com/kenz1117/dsh-ui-usage-billing",
      "category": "usage",
      "description": {
        "en": "Sidebar billing dashboard: real usage aggregated from session logs (per-model and per-day calls/tokens/cache), cost estimated in CNY from a current multi-provider pricing catalog, subscription-plan (coding/token/agent) routes exempt, and per-provider health dots.",
        "zh": "侧边栏计费仪表盘：从会话日志聚合真实用量（按模型/按日统计调用、Token、缓存），按最新多厂商官方价格估算人民币费用，订阅套餐（coding/token/agent）通道豁免计费，并带各厂商健康状态圆点。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@kenz1117/dsh-ui-usage-billing",
        "version": "0.2.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "kidli1412/dsh-session-cost",
      "order": 196,
      "name": "dsh-session-cost",
      "owner": "KIDLi1412",
      "repo": "KIDLi1412/dsh-session-cost",
      "url": "https://github.com/KIDLi1412/dsh-session-cost",
      "category": "usage",
      "description": {
        "en": "Session cost estimate in a status bar at the bottom of the conversation (per-model token pricing, CNY) plus the live DeepSeek account balance via the official balance API.",
        "zh": "对话底部的会话费用状态栏：按模型逐条计价估算 Token 费用（CNY），并实时显示 DeepSeek 账户余额（官方余额接口）。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@kidli1412/dsh-session-cost",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "kidli1412/dsh-token-heatmap",
      "order": 197,
      "name": "dsh-token-heatmap",
      "owner": "KIDLi1412",
      "repo": "KIDLi1412/dsh-token-heatmap",
      "url": "https://github.com/KIDLi1412/dsh-token-heatmap",
      "category": "usage",
      "description": {
        "en": "GitHub-style daily token-usage heatmap on the new-session screen with a selectable calendar-year view, green/blue color schemes, and today / this-month / all-time totals.",
        "zh": "新建会话页的 GitHub 风格每日 Token 用量热力图：可选日历年度视图、绿/蓝配色与显示开关，并附今日/本月/累计总量。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@kidli1412/dsh-token-heatmap",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "kirigayakazima/dsh-usage-vendor-stats",
      "order": 198,
      "name": "dsh-usage-vendor-stats",
      "owner": "kirigayakazima",
      "repo": "kirigayakazima/dsh-usage-vendor-stats",
      "url": "https://github.com/kirigayakazima/dsh-usage-vendor-stats",
      "category": "usage",
      "description": {
        "en": "Vendor-based usage dashboard: per-provider token/cache/output KPI, a 53-week heatmap, trend chart with hourly \"today\" view, model drilldown, cost estimation, CSV export, and health cards (TTFT, generation speed, peak context, error rate).",
        "zh": "按厂商（订阅/官方API）统计用量看板：按供应商/模型拆分 Token、缓存、输出等 KPI，53 周热力图，趋势折线图（今天按小时），模型钻取，费用估算，CSV 导出，以及健康度卡片（TTFT、生成速度、峰值 Context、错误率）。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-usage-vendor-stats",
        "version": "0.2.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "laoyuehanni/dsh-token-usage",
      "order": 199,
      "name": "dsh-token-usage",
      "owner": "LaoYueHanNi",
      "repo": "LaoYueHanNi/dsh-token-usage",
      "url": "https://github.com/LaoYueHanNi/dsh-token-usage",
      "category": "usage",
      "description": {
        "en": "Per-request model token usage tracked to per-day JSONL files, with a stats page in Web settings: daily trend chart, per-model breakdown, and date/model filters.",
        "zh": "按请求持久化模型 token 用量，Web 设置「Token 用量」统计页：按日趋势图、按模型明细表、日期/模型筛选。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 1,
      "openIssues": 0,
      "watchers": 5,
      "pushedAt": "2026-08-15T07:37:17Z",
      "updatedAt": "2026-08-15T07:37:35Z",
      "createdAt": "2026-08-14T02:28:21Z",
      "license": null,
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-token-usage",
        "version": "0.2.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "leemancheung/dsh-token-usage",
      "order": 200,
      "name": "dsh-token-usage",
      "owner": "LeemanCheung",
      "repo": "LeemanCheung/dsh-token-usage",
      "url": "https://github.com/LeemanCheung/dsh-token-usage",
      "category": "usage",
      "description": {
        "en": "Local-first four-bucket Token observability: persistent session/provider/model/day dashboards, trends, budget and anomaly signals, public-rate estimates, safe aggregate exports, and explicit opt-in usage or session-trajectory analysis.",
        "zh": "本地优先的四 bucket Token 可观测性：持久会话/provider/model/日期仪表盘、趋势、预算与异常信号、公开费率估算、安全聚合导出，以及显式触发的用量/会话轨迹分析。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 7,
      "forks": 1,
      "openIssues": 0,
      "watchers": 7,
      "pushedAt": "2026-08-15T15:29:07Z",
      "updatedAt": "2026-08-15T16:09:12Z",
      "createdAt": "2026-08-14T12:29:22Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-token-usage",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "lemcae/dsh-balance",
      "order": 201,
      "name": "dsh-balance",
      "owner": "LemCAE",
      "repo": "LemCAE/dsh-balance",
      "url": "https://github.com/LemCAE/dsh-balance",
      "category": "usage",
      "description": {
        "en": "DeepSeek account balance and current-session spend estimate in a top-bar chip and settings card, with pause-aware auto-refresh, an editable official price table, a `deepseek_balance` model tool, and a bilingual UI.",
        "zh": "顶栏徽章与设置卡片展示 DeepSeek 账户余额与当前会话预估花费：暂停感知的自动刷新、可编辑官方价格表、`deepseek_balance` 模型工具与中英文界面。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-15T04:28:19Z",
      "updatedAt": "2026-08-15T13:46:18Z",
      "createdAt": "2026-08-14T15:25:16Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@lemcae/dsh-balance",
        "version": "0.1.5",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "luokai-demo/dsh-plugins",
      "order": 202,
      "name": "dsh-plugins",
      "owner": "luokai-demo",
      "repo": "luokai-demo/dsh-plugins",
      "url": "https://github.com/luokai-demo/dsh-plugins/tree/main/plugins/dsh-balance-plugin",
      "category": "usage",
      "description": {
        "en": "DeepSeek wallet balance at the sidebar foot: a credit-card icon with the amount tinted by remaining balance (green over ¥2, amber ¥0–2, red below), refreshed on mount, per turn-end, and on click; a signed delta floats up and fades on each balance change.",
        "zh": "侧边栏底部的 DeepSeek 钱包余额：信用卡图标配余额数字，按剩余额度着色（≥ ¥2 绿色、¥0–2 黄色、≤ ¥0 红色），挂载时、每轮对话结束和点击时刷新；余额变动时带符号差额上飘淡出。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "package-only",
        "branch": "main",
        "kinds": [],
        "packageName": "dsh-plugins",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "blocked",
        "risk": "high",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "manifest-missing",
            "severity": "high",
            "label": {
              "zh": "未识别到有效的 dsh manifest",
              "en": "No valid dsh manifest found"
            },
            "files": []
          },
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": false,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证",
          "未核验到 dsh manifest"
        ]
      }
    },
    {
      "id": "make0209/dsh-usage-stats",
      "order": 203,
      "name": "dsh-usage-stats",
      "owner": "Make0209",
      "repo": "Make0209/dsh-usage-stats",
      "url": "https://github.com/Make0209/dsh-usage-stats",
      "category": "usage",
      "description": {
        "en": "GitHub-style usage heatmap dashboard: per-workspace turn counts and token spend (with cache-hit rate), DeepSeek account balance, and workspace aliases.",
        "zh": "GitHub 风格用量热力图看板：按工作区统计使用次数与 Token 花费（含缓存命中率）、DeepSeek 账户余额查询、工作区别名管理。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 14,
      "forks": 1,
      "openIssues": 2,
      "watchers": 14,
      "pushedAt": "2026-08-14T15:05:17Z",
      "updatedAt": "2026-08-16T08:57:50Z",
      "createdAt": "2026-08-14T14:10:10Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-usage-stats",
        "version": "1.0.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "max-samson/dsh-usage-chart",
      "order": 204,
      "name": "dsh-usage-chart",
      "owner": "Max-Samson",
      "repo": "Max-Samson/dsh-usage-chart",
      "url": "https://github.com/Max-Samson/dsh-usage-chart",
      "category": "usage",
      "description": {
        "en": "Token, cost, and balance dashboard under the composer: live indicator plus zero-dependency SVG charts for per-turn usage, estimated cost, and DeepSeek account balance.",
        "zh": "输入框下方的用量/成本/余额仪表盘：实时指标指示器 + 零依赖 SVG 用量图表，按轮次统计用量、估算成本并实时查询 DeepSeek 账户余额。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 6,
      "forks": 2,
      "openIssues": 0,
      "watchers": 6,
      "pushedAt": "2026-08-15T08:40:31Z",
      "updatedAt": "2026-08-15T09:31:14Z",
      "createdAt": "2026-08-13T19:04:01Z",
      "license": "MIT",
      "language": "TypeScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-usage-chart",
        "version": "1.0.0",
        "lifecycleScripts": [
          "prepare"
        ],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "lifecycle-script",
            "severity": "medium",
            "label": {
              "zh": "发现安装生命周期脚本：prepare",
              "en": "Install lifecycle scripts found: prepare"
            },
            "files": [
              "package.json"
            ]
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "caution",
        "reasons": [
          "安装生命周期脚本：prepare"
        ]
      }
    },
    {
      "id": "mov-eax-eax/dsh-token-anxiety",
      "order": 205,
      "name": "dsh-token-anxiety",
      "owner": "mov-eax-eax",
      "repo": "mov-eax-eax/dsh-token-anxiety",
      "url": "https://github.com/mov-eax-eax/dsh-token-anxiety",
      "category": "usage",
      "description": {
        "en": "Live per-task token cost widget: peak/valley pricing windows, projected post-hike costs, sortable per-task cost table, multi-currency (COP/USD/CNY + ~40 more) with FX rates, and one-click streamed LLM explain of expensive tasks.",
        "zh": "实时按任务追踪 token 成本的小部件：高峰/低谷定价时段、涨价后预测成本、可排序的每任务成本表、多币种（默认 COP/USD/CNY，另有 40 余种）与汇率，以及一键流式解释高成本任务。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-token-anxiety",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "mtty-ai/mmx-quota-tool",
      "order": 206,
      "name": "mmx-quota-tool",
      "owner": "mtty-ai",
      "repo": "mtty-ai/mmx-quota-tool",
      "url": "https://github.com/mtty-ai/mmx-quota-tool",
      "category": "usage",
      "description": {
        "en": "MiniMax token-plan quota dock for the Web UI: a drop-shape 5h-usage % chip in the conversation input area, click for a detail panel listing every model's 5h & weekly usage and reset countdown, auto-hidden when the active default model is not a MiniMax model.",
        "zh": "DSH 网页 MiniMax 配额悬浮卡：会话输入区显示水滴形 5h 已用百分比，点击展开详情面板，列出每个模型的 5h/周用量与重置倒计时，当前默认模型非 MiniMax 时自动隐藏。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "mmx-quota-tool",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "src/index.js",
          "client/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "mu-scorpio/token-usage-counter",
      "order": 207,
      "name": "token-usage-counter",
      "owner": "Mu-scorpio",
      "repo": "Mu-scorpio/token-usage-counter",
      "url": "https://github.com/Mu-scorpio/token-usage-counter",
      "category": "usage",
      "description": {
        "en": "Persistent provider-reported token usage totals with per-session, per-model, and daily activity statistics.",
        "zh": "持久化 provider 上报的 Token 用量统计，支持按会话、按模型和按日活跃度查看。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-token-usage-counter",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "nonewind/dsh-spend",
      "order": 208,
      "name": "dsh-spend",
      "owner": "nonewind",
      "repo": "nonewind/dsh-spend",
      "url": "https://github.com/nonewind/dsh-spend",
      "category": "usage",
      "description": {
        "en": "Token usage and estimated spend for the dsh web UI: floating panel with per-model, per-day, and per-session stats.",
        "zh": "DSH Web 用量与费用统计插件：右下角悬浮窗，按模型/按天/按会话多维聚合与预计花费。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 5,
      "forks": 2,
      "openIssues": 0,
      "watchers": 5,
      "pushedAt": "2026-08-15T12:47:36Z",
      "updatedAt": "2026-08-15T12:48:25Z",
      "createdAt": "2026-08-14T03:53:44Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-spend",
        "version": "0.4.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "ok-wx/dsh-ocgo-lite",
      "order": 209,
      "name": "dsh-ocgo-lite",
      "owner": "OK-wx",
      "repo": "OK-wx/dsh-ocgo-lite",
      "url": "https://github.com/OK-wx/dsh-ocgo-lite",
      "category": "usage",
      "description": {
        "en": "OpenCode Go usage bar in the composer dock: rolling/weekly/monthly quota rings, DSH-session token & cost stats priced with live official rates, per-model and current-session scope breakdowns with live per-session updates, one-click API key copy.",
        "zh": "输入框下方常驻 OpenCode Go 用量条：5 小时/每周/每月配额圆环，DSH 会话 token 与花费统计（官方实时定价），支持按模型与按「本次会话」范围联动明细（本次会话实时更新），一键复制 API Key。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": true,
      "stars": 4,
      "forks": 0,
      "openIssues": 0,
      "watchers": 4,
      "pushedAt": "2026-08-16T07:15:16Z",
      "updatedAt": "2026-08-16T07:17:59Z",
      "createdAt": "2026-08-15T19:43:32Z",
      "license": null,
      "language": "JavaScript",
      "homepage": "https://github.com/OK-wx/dsh-ocgo-lite",
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-ocgo-lite",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "sev7een/ds-api-usage",
      "order": 210,
      "name": "ds-api-usage",
      "owner": "Sev7een",
      "repo": "Sev7een/ds-api-usage",
      "url": "https://github.com/Sev7een/ds-api-usage",
      "category": "usage",
      "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、请求次数和按小时时间线。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 6,
      "forks": 1,
      "openIssues": 0,
      "watchers": 6,
      "pushedAt": "2026-08-16T08:27:50Z",
      "updatedAt": "2026-08-16T08:27:59Z",
      "createdAt": "2026-08-13T15:24:04Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-plugin-ds-api-usage",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "src/index.js",
          "client/bundle.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "stevenx65/dsh-balance-plugin",
      "order": 211,
      "name": "dsh-balance-plugin",
      "owner": "stevenx65",
      "repo": "stevenx65/dsh-balance-plugin",
      "url": "https://github.com/stevenx65/dsh-balance-plugin",
      "category": "usage",
      "description": {
        "en": "DeepSeek balance and token usage in the web sidebar, with a today/all-time toggle and provider filtering.",
        "zh": "dsh 网页侧边栏的 DeepSeek 余额与 token 用量监控：今日/累计切换，并按 provider 过滤其他厂商。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": true,
      "stars": 6,
      "forks": 0,
      "openIssues": 0,
      "watchers": 6,
      "pushedAt": "2026-08-14T16:18:53Z",
      "updatedAt": "2026-08-15T16:55:24Z",
      "createdAt": "2026-08-14T11:13:47Z",
      "license": "MIT",
      "language": "JavaScript",
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "active",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-balance-plugin",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": true,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "clear",
        "reasons": []
      }
    },
    {
      "id": "sttrevens/dsh-cost-meter",
      "order": 212,
      "name": "dsh-cost-meter",
      "owner": "Sttrevens",
      "repo": "Sttrevens/dsh-cost-meter",
      "url": "https://github.com/Sttrevens/dsh-cost-meter",
      "category": "usage",
      "description": {
        "en": "Per-turn USD cost badge in the Web UI: session total in the header and per-turn cost in each message footer, with a hover breakdown.",
        "zh": "Web UI 美元成本徽标：头部显示会话总成本、每条回复结尾显示该轮成本，悬停看分项。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@steven-wu/dsh-cost-meter",
        "version": "0.1.0-rc.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 1,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "v-dev-388/dsh-usage-meter",
      "order": 213,
      "name": "dsh-usage-meter",
      "owner": "V-dev-388",
      "repo": "V-dev-388/dsh-usage-meter",
      "url": "https://github.com/V-dev-388/dsh-usage-meter",
      "category": "usage",
      "description": {
        "en": "Settings-page usage dashboard: per-provider/model token summary across all sessions, with today/7-day/30-day CSS-bar trends and a cache-hit rate.",
        "zh": "设置页用量仪表盘：按服务商/模型汇总全部会话 token 用量，含今日/近 7 天/近 30 天趋势柱状图与缓存命中率。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-usage-meter",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "v587d/dsh-opencode-go-usage",
      "order": 214,
      "name": "dsh-opencode-go-usage",
      "owner": "v587d",
      "repo": "v587d/dsh-opencode-go-usage",
      "url": "https://github.com/v587d/dsh-opencode-go-usage",
      "category": "usage",
      "description": {
        "en": "OpenCode Go subscription usage (rolling/weekly/monthly windows with reset countdowns) in the composer dock, with a built-in credential editor.",
        "zh": "在输入框上方 dock 显示 OpenCode Go 订阅用量（5h 滚动/每周/每月窗口与重置倒计时），内置凭据编辑器。"
      },
      "added": "2026-08-14",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-ocgo-usage",
        "version": "0.1.1",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-14",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "vinyumao/dsh-opencode-usage",
      "order": 215,
      "name": "dsh-opencode-usage",
      "owner": "vinyumao",
      "repo": "vinyumao/dsh-opencode-usage",
      "url": "https://github.com/vinyumao/dsh-opencode-usage",
      "category": "usage",
      "description": {
        "en": "OpenCode Go plan usage display for the DSH web GUI: a persistent badge under the composer shows rolling/weekly/monthly usage percents with reset countdowns; click to expand a card; agents can query the balance via the `opencode_go_usage` tool.",
        "zh": "OpenCode Go 套餐用量显示：输入框下方常驻徽章显示滚动 / 每周 / 每月用量百分比与重置倒计时，点击展开进度卡片；Agent 可经 `opencode_go_usage` 工具随时查询余额。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "master",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "master",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@chen-001/dsh-opencode-usage",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.mjs",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "wenzetan/dsh-quota-panel",
      "order": 216,
      "name": "dsh-quota-panel",
      "owner": "wenzetan",
      "repo": "wenzetan/dsh-quota-panel",
      "url": "https://github.com/wenzetan/dsh-quota-panel",
      "category": "usage",
      "description": {
        "en": "Bottom-right quota capsule that auto-discovers every configured provider (DeepSeek, OpenRouter, SiliconFlow, GLM, one-api/new-api, coding plans) and shows balance or rolling 5-hour and weekly usage, with per-provider visibility, alert thresholds and proxy support.",
        "zh": "右下角额度胶囊：自动发现所有已配置 Key 的供应商（DeepSeek、OpenRouter、SiliconFlow、GLM、one-api/new-api、各类 Coding 套餐），显示余额或 5 小时/周滚动用量，支持按供应商设置可见性、告警阈值与代理。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-quota-panel",
        "version": "0.8.1-rc.2",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "lib/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "x2802490130-prog/dsh-balance-float",
      "order": 217,
      "name": "dsh-balance-float",
      "owner": "x2802490130-prog",
      "repo": "x2802490130-prog/dsh-balance-float",
      "url": "https://github.com/x2802490130-prog/dsh-balance-float",
      "category": "usage",
      "description": {
        "en": "A floating balance widget for the Web UI: live DeepSeek account balance with manual refresh and a Y/N-confirmed graceful exit.",
        "zh": "Web UI 右上角悬浮窗：实时显示 DeepSeek 余额，支持手动刷新与一键优雅退出（Y/N 快捷键确认）。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "dsh-balance-float",
        "version": "1.0.3",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js",
          "client/client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "xiaweiliang060035/dsh-opencode-go-usage",
      "order": 218,
      "name": "dsh-opencode-go-usage",
      "owner": "xiaweiliang060035",
      "repo": "xiaweiliang060035/dsh-opencode-go-usage",
      "url": "https://github.com/xiaweiliang060035/dsh-opencode-go-usage",
      "category": "usage",
      "description": {
        "en": "Floating widget showing real-time OpenCode Go subscription usage (rolling/weekly/monthly) for every API key, with rate-limit alerts and automatic key-pool discovery.",
        "zh": "悬浮组件实时显示 OpenCode Go 各 key 用量（滚动/每周/每月），限流预警，自动发现 key 池。"
      },
      "added": "2026-08-15",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle",
          "client"
        ],
        "packageName": "@xiaweiliang060035/dsh-opencode-go-usage",
        "version": "0.3.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "index.js",
          "client.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-15",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    },
    {
      "id": "xxvk/dsh-cost-crystal",
      "order": 219,
      "name": "dsh-cost-crystal",
      "owner": "xxvk",
      "repo": "xxvk/dsh-cost-crystal",
      "url": "https://github.com/xxvk/dsh-cost-crystal",
      "category": "usage",
      "description": {
        "en": "Floating cost crystal for the Web UI: balance card, real-time tok/s, peak/off-peak billing countdown, last-24h spend, and a 🔮 next-message cost forecast, all timezone-aware.",
        "zh": "Web UI 成本水晶球:余额卡片、实时 tok/s 速率、波峰/低峰计费倒计时、近 24h 消耗,以及 🔮 下一条消息消耗预测,全部时区感知。"
      },
      "added": "2026-08-16",
      "curated": true,
      "topic": false,
      "stars": null,
      "forks": null,
      "openIssues": null,
      "watchers": null,
      "pushedAt": null,
      "updatedAt": null,
      "createdAt": null,
      "license": null,
      "language": null,
      "homepage": null,
      "archived": false,
      "defaultBranch": "main",
      "maintenance": "unknown",
      "manifest": {
        "state": "verified",
        "branch": "main",
        "kinds": [
          "bundle"
        ],
        "packageName": "dsh-cost-crystal",
        "version": "0.1.0",
        "lifecycleScripts": [],
        "runtimeDependencies": 0,
        "declaredPaths": [
          "cordis.patch.yml",
          "lib/index.js"
        ],
        "invalidDeclaredPaths": []
      },
      "screenedCommit": null,
      "installCommand": null,
      "discovery": {
        "source": "curated",
        "firstSeenAt": "2026-08-16",
        "lastSeenAt": "2026-08-16T12:29:29.017Z"
      },
      "screening": {
        "version": 1,
        "scope": "manifest",
        "state": "pending",
        "risk": "unknown",
        "checkedAt": "2026-08-16T12:29:29.017Z",
        "findings": [
          {
            "id": "license-missing",
            "severity": "medium",
            "label": {
              "zh": "仓库未声明可识别许可证",
              "en": "No recognized repository license"
            },
            "files": []
          }
        ],
        "filesInspected": [
          "package.json"
        ],
        "checks": {
          "manifest": true,
          "license": false,
          "readme": false,
          "lockfile": false,
          "source": false,
          "securityDisclosure": false
        }
      },
      "attention": {
        "level": "review",
        "reasons": [
          "未声明许可证"
        ]
      }
    }
  ]
}
