DoloresCaritasAngelus/SeekMaid-pet2

seekmaid-pet

SeekMaid 女仆桌宠插件:提供 DeepSeek 娘桌面宠物,支持 DSH 自动拉起、退出以及对任务状态的实时轮询监控。

AI 分析

核心用途是为 DSH 增加趣味性的桌面看板娘交互。适合喜欢二次元桌宠、希望通过桌宠直观感知 DSH 任务运行状态的 Windows/WSL 用户。

套件
seekmaid-pet
版本
0.2.0
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DoloresCaritasAngelus/SeekMaid-pet

插件配置示例

- id: seekmaid
  name: 'seekmaid-pet'
  config:
    enabled: true
    windowsProject: C:\Users\\seekmaid-pet   # Windows 侧项目路径
    python: C:\Users\\seekmaid-pet\.venv\Scripts\pythonw.exe
    script: C:\Users\\seekmaid-pet\deepseek_pet.py
    startupTimeoutMinutes: 3   # 可选,覆盖桌宠的 3 分钟自动退出机制

windowsProject 是 WSL 里的 DSH 插件去拉起 Windows 原生桌宠时使用的路径。 插件默认会自动猜测 C:\Users\\seekmaid-pet,如果你的路径不同,请显式配置。

配置文件说明

config.json 首次运行后会自动生成,可用字段:

字段默认说明
dsh_urlhttp://localhost:3080DSH Web 服务地址
session_id""要监控/通信的会话;留空自动选择
poll_interval3轮询 DSH 的间隔(秒)
scale1.0桌宠缩放倍数
notify_on_starttrue任务开始时提示
notify_on_finishtrue任务完成时提示
notify_on_messagetrue新用户/助手消息时提示
notify_on_toolfalse工具调用时提示(较频繁)
notify_on_todostrue任务清单变化时提示
notify_on_statusfalse开始/结束等状态提示
notify_soundtrue是否播放自定义音乐提示音
notify_duration_user_ms8000用户消息提示停留时间(毫秒)
notify_duration_assistant_ms15000DeepSeek 回复提示停留时间(毫秒)
notify_duration_start_ms8000任务开始提示停留时间(毫秒)
notify_duration_finish_ms12000任务完成提示停留时间(毫秒)
startup_timeout_minutes3启动后若 DSH 在 N 分钟内不可达,桌宠自动退出
position{x,y}上次关闭时的窗口位置