gxx950224/backpack

Plugin ⭐ 0 MIT other

DeepSeek Harness 常驻插件:魔兽世界风格的物品栏 / 背包系统。右下角背包按钮展开物品栏,支持粘贴内容自动识别类型入库、选择本地文件、拖入文件等方式添加物品;同时自动统计所有会话(含已归档)的 token 费用,按 DeepSeek 官方动态定价换算成金币/银币/铜币。

catalog description:dsh backpack plugin

Install

3. **声明依赖与 bundle**:编辑 `~/.dsh/profiles/web/package.json`:

   ```json
   {
     "dependencies": { "@ggame/backpack": "workspace:*" },
     "dsh": {
       "profile": {
         "bundles": [
           "@deepseek-ai/dsh-base",
           "@deepseek-ai/dsh-web-app",
           "@ggame/backpack"
         ]
       }
     }
   }
   ```

4. **安装**:在 profile 目录执行 `pnpm install`。
5. **配置行**:在 `~/.dsh/profiles/web/cordis.patch.yml` 追加:

   ```yaml
   - id: backpack
     config:
       autoScan: true
       scanIntervalSec: 60
   ```

6. **重启 DSH**:`dsh web`。之后浏览器右下角会出现背包按钮。

> 若你的 profile 已启用其他 bundle(如 vision-toolkit),把 `@ggame/backpack` 追加进 `bundles` 列表即可,互不影响。

### 🤖 AI 一键安装提示词(复制发给 DSH Agent)

Add gxx950224/backpack to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.