Back to home@FlyingFreeOwl

dshgirl-starter

An integrated starter plugin for newly installed DeepSeek Harness (DSH). Combines whale-girl persona injection, desktop pet, balance widget, notes, reminders, shared long-term memory, and low-token memory tools.

Stars
0
Language
JavaScript
Created
Aug 20, 2026
Updated
Aug 20, 2026
GitHub repo

Introduction

dshgirl-starter

统一 DSH 鲸鱼娘插件:人设注入 + 桌面桌宠 + 余额挂件 + 记事 / 定时提醒 / 长期记忆 / 右键提问。 仓库名:dshgirl-starter · 插件名:dshgirl

dshgirl-starter 是一个面向 DeepSeek Harness (DSH) 的集成式初始优化插件,将多个独立组件合并为单一插件,并提供共享长期记忆库和低 token 记忆工具。


✨ 功能特性

  • 🐋 鲸鱼娘人设注入(PERSONA_LOAD
  • 🖥️ 桌面大肥鱼 / 鲸鱼桌宠
  • 💰 右下角余额小飞鱼挂件
  • 📝 记事功能
  • ⏰ 定时提醒功能
  • 🧠 共享长期记忆库
  • 💬 右键菜单“提问 DSH”,创建新会话并显示回复
  • 🔧 低 token 记忆工具:
    • dshgirl_recall_memory
    • dshgirl_save_memory

📸 截图

桌宠运行设置面板
dsh-bigfish-runningdsh-bigfish-settings

🚀 安装

详细安装步骤见:

安装使用说明.md

快速开始:

# 1. 安装 Node 依赖
npm install

# 2. 准备 Python Helper 环境(推荐,用于新版右键菜单)
py -3 -m venv .build\python-env
.build\python-env\Scripts\pip install -r requirements.txt pyinstaller

# 3. 安装到 DSH profile
npx @deepseek-ai/dsh plugin --profile web install

# 4. 启动
npx @deepseek-ai/dsh web

如果不想使用 Python Helper,也可以先构建 exe:

powershell -ExecutionPolicy Bypass -File scripts\build-helper.ps1

📖 使用说明

右键菜单

菜单功能
提问 DSH...输入问题并发送,DSH 新建会话处理后回复显示在对话框中
记事 -> 新建记事创建记事
记事 -> 查看记事查看长期记忆库中的记事
定时提醒 -> 新建提醒创建定时提醒
定时提醒 -> 查看提醒查看提醒列表
长期记忆 -> 写入记忆手动写入 key/value
长期记忆 -> 搜索记忆按关键词搜索共享记忆

长期记忆

记忆库文件:

~/.dsh/storages/dshgirl/memory.json

所有 DSH 会话和桌宠共享同一个记忆库,实现记忆互通。

DSH 模型可通过工具按需访问:

dshgirl_recall_memory(keyword)
dshgirl_save_memory(key, value)

HTTP API

方法路径说明
GET/POST/plugins/dshgirl/notes查看/新建记事
GET/POST/plugins/dshgirl/reminders查看/新建提醒
GET/POST/plugins/dshgirl/memories查看/写入长期记忆
POST/plugins/dshgirl/memories/recall搜索长期记忆
POST/plugins/dshgirl/ask新建 DSH 会话并提问

🧩 项目来源与原创声明

集成的开源项目

原创部分

  • 统一插件架构:将多个独立组件合并为单个 dshgirl 插件
  • 共享长期记忆库:memory-store + ~/.dsh/storages/dshgirl/memory.json
  • 低 token 记忆工具:dshgirl_recall_memory / dshgirl_save_memory
  • 记事功能
  • 定时提醒功能:reminder-scheduler
  • 右键菜单“提问 DSH”对话框及 DSH 新会话集成
  • 桌宠右键菜单中的记事 / 提醒 / 长期记忆交互
  • 相关协议扩展:ask-servicememory-tools、Helper 协议消息等

📄 License

本项目为非官方粉丝项目,与 DeepSeek 无隶属或背书关系。