dsh-vault
Persistent credential vault for DeepSeek Harness (DSH): manage API tokens, server logins, and site credentials in one settings panel. Secrets live in the DSH credential store and are consumed by the model via vault_status / vault_get tools.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:njjpro/dsh-vault说明文档
阅读完整 README ↗使用
- 设置 → 凭据 → 「+ 添加凭据」,选类型、填字段(改动在输入框失焦时保存)
- 让模型干活时它自己会调工具:
vault_status— 列出条目与各机密字段是否已配置(只有布尔,没有值)vault_get— 按id+ 字段名取回某个密钥值(如id=github field=token),模型用完即弃,不会复述