taxueseek/dsh-snippets0

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 분석

核心用途是跨会话保存和快速检索高频使用的文本片段或指令。适合需要积累个人提示词库、常用代码片段的效率型用户。

패키지
dsh-snippets
버전
0.1.1
라이선스
MIT
최근 업데이트
2026. 8. 22.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:taxueseek/dsh-snippets

配置

- id: snippets-toolkit
  name: 'dsh-snippets'
  config:
    snippetsDir: '~/.dsh/snippets'   # 数据目录
    maxEntryChars: 20000             # 单条片段字符上限
    defaultLimit: 20                 # search 默认返回条数