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.

AI 분석

核心用途是安全地向 AI 智能体授权使用敏感密钥。适合需要让 AI 自动调用需要身份验证的外部服务(如 GitHub、服务器),同时又不希望在对话中泄露明文密码的安全敏感型任务。

패키지
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),模型用完即弃,不会复述