njjpro/dsh-vault1

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.

包名
dsh-vault
版本
0.2.0
许可证
MIT
最近更新
2026年8月30日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:njjpro/dsh-vault

使用

  1. 设置 → 凭据 → 「+ 添加凭据」,选类型、填字段(改动在输入框失焦时保存)
  2. 让模型干活时它自己会调工具:
    • vault_status — 列出条目与各机密字段是否已配置(只有布尔,没有值)
    • vault_get — 按 id + 字段名取回某个密钥值(如 id=github field=token),模型用完即弃,不会复述