dsh-snippets
极简常用片段/命令工具箱 for DeepSeek Harness: JSONL-backed, five tools, no UI, no deps beyond the harness SDK. Save frequently used commands, code, URLs and prompts, then search them back in any session.
AI 分析
核心用途是跨会话保存和快速检索高频使用的文本片段或指令。适合需要积累个人提示词库、常用代码片段的效率型用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:taxueseek/dsh-snippetsドキュメント
README 全文を読む ↗配置
- id: snippets-toolkit
name: 'dsh-snippets'
config:
snippetsDir: '~/.dsh/snippets' # 数据目录
maxEntryChars: 20000 # 单条片段字符上限
defaultLimit: 20 # search 默认返回条数