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.

Live2d — DSH Plugin for DeepSeek Harness
← Plugins
L

dsh-live2d

Live2d

Live2D mascot plugin for DeepSeek Harness — draggable Live2D models with DSH state-driven animations, local model import, and a complete configuration page.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lrplrplrp/dsh-live2d#40cea8901741ce09c0bfb3cf0eca96d601571acc
READMECompatibilityVersions

Compatibility and provenance

Live2d is published as dsh-live2d 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
9/2/2026

Versions

0.1.0stable
9/2/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
★ 2
Weekly downloads
0
Last push
9/12/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

DSH Live2D 看板娘 🎭

在 DeepSeek Harness Web GUI 中渲染可拖动的 Live2D 模型,由 DSH 真实工作状态实时驱动动画,并支持眼睛跟随鼠标。

English · GitHub

功能

  • 🎭 Live2D 模型渲染 — 在 DSH Web GUI 中显示 Live2D 看板娘
  • 🖱️ 拖拽移动 — 通过右下角拖拽图标移动看板娘,位置自动保存
  • 🎡 滚轮缩放 — 鼠标滚轮实时缩放模型大小,缩放自动保存
  • 📐 画布大小调整 — 悬停画布时显示右下角手柄,拖动改变画布尺寸
  • 👀 眼睛跟随鼠标 — 模型视线随光标移动(可在设置页开关)
  • 🎬 DSH 状态驱动动画 — 基于 Agent 状态(思考/工作/完成/错误)实时切换对应动画
  • ⚡ 实时推送 — 状态变化通过 SSE 即时推送,动画切换零延迟
  • 📦 内置默认模型 — 开箱即带的 DeepSeek Live2D 模型与完整动画映射,安装即可用
  • 📂 模型目录自动扫描 — 把 .model3.json 模型文件夹放进 assets/ 即被自动识别
  • ⚙️ 完整设置页 — DSH 设置面板中的 Live2D 配置页面

安装

1. 完全退出 DSH

关闭 DSH Host(不只是浏览器标签页)。

2. 命令安装

# 从本地目录安装(开发/调试)
dsh plugin --profile web add link:/path/to/dsh-live2d

3. 启动 DSH

dsh web

启动后看板娘会自动出现在页面左下角,并以内置的 DeepSeek 模型与动画映射运行。

交互说明

操作方式
移动看板娘拖动右下角的 ✥ 拖拽图标
缩放模型鼠标滚轮(悬停在拖拽图标上滚动)
调整画布大小鼠标悬停画布时,拖动右下角的蓝色边角手柄
眼睛跟随全局开启,视线自动看向光标;可在设置页关闭

模型与动画配置

配置保存在浏览器 localStorage(key: dsh-live2d.v1),也可在 DSH 设置 → Live2D 看板娘 中可视化编辑。

内置默认动画映射

插件内置的 DeepSeek 模型已预置以下映射,安装即可使用:

DSH 状态说明默认动画
IDLE空闲待机Idle 组 motion
THINKINGAgent 开始思考Anima 组 thinking motion
THINK_END思考结束,准备输出Anima 组 thinkend motion
WORKING工具调用中Anima 组 speak motion
SPEAKING开始输出对话内容Anima 组 speak motion
SUCCESS任务完成happy 表情
ERROR任务出错unhappy 表情

每个模型可独立配置:

  • motion: { "group": "组名", "index": 0 } — 播放动作(index 为组内序号,留空随机)
  • expression: "表情名" — 设置表情

添加本地模型

  1. 将含 .model3.json 的模型文件夹复制到插件的 assets/ 目录下(如 assets/my_model/)。
  2. 打开 DSH 设置 → Live2D 看板娘,点击「刷新模型列表」。
  3. 模型即出现在列表标签中,可在下方配置其动画映射。

无需手动编辑路径——扫描自动识别 assets/ 下所有子目录中的 model3.json。

通用设置

设置页顶部「通用设置」卡片提供:

  • 眼睛跟随鼠标 — 勾选后模型视线随光标移动;关闭后视线回到正中。开关即时生效并持久化。

与原项目的关系

本插件基于 lrplrplrp/live2d 改造,移除了对话框、小游戏、外部 API 等,新增了 DSH 状态驱动、拖拽/缩放/画布调整、眼睛跟随、实时推送等能力,并深度集成 DSH 设置页。

技术栈

  • PIXI.js 7.x — 2D 渲染引擎
  • pixi-live2d-display — Live2D Cubism SDK for Web(含 model.focus 视线跟随)
  • DSH 插件系统 — window.__ModuleLoader__ + ctx.slots + webServer SSE

License

MIT