DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Girl Starter — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
G

dshgirl-starter

Girl 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.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:FlyingFreeOwl/dshgirl-starter#3eff07cc9a48cdf459b3ce6e784c3ccb0e151cc2
READMECompatibilityVersions
dsh-bigfish-settings

Compatibility and provenance

Girl Starter is published as dshgirl-starter and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

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 会话并提问

🧩 项目来源与原创声明

集成的开源项目

  • dsh-dafeiyu — 桌面大肥鱼 / 鲸鱼桌宠
  • DeepSeek-Balance-Whale-Widget — 右下角余额小飞鱼挂件
  • dsh-routing-suite — DSH 路由 / 注入套件

原创部分

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

📄 License

  • 源代码采用 MIT License。
  • 桌宠视觉素材的授权说明见 ASSET_LICENSE.md。

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