DeepSeek Harness plugin

dsh-aemeath

爱弥斯主题皮肤 + 像素桌宠(鸣潮 Aemeath):4K 壁纸背景、冰蓝紫罗兰配色、精灵动画桌宠。独立双端插件,不依赖 web-ui 家族。

Jump to install

Source facts

Repository
hachimi-ai/dsh-aemeath
Latest update
Aug 16, 2026
Category
Just for Fun
GitHub stars
5
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/hachimi-ai/dsh-aemeath
Plugin: dsh-aemeath
Author: hachimi-ai

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-aemeath

爱弥斯主题皮肤 + 像素桌宠(鸣潮 Aemeath / Wuthering Waves),用于 DeepSeek Harness Web GUI。

<img width="1684" height="1064" alt="image" src="https://github.com/user-attachments/assets/da2c1a8e-5ea8-4e1c-81d4-4c3f5cfffc83" />

  • 🖼️ 皮肤:4K 鸣潮爱弥斯壁纸背景(原始分辨率、锐利不压缩)+ 冰蓝/粉紫/深空蓝配色

- 深色模式:壁纸清晰 + 半透明面板 + 毛玻璃 - 浅色模式:壁纸清晰透出 + 高透明面板(无遮罩、无磨砂,避免暗图发灰发糊)

  • 🐾 桌宠:Q 版像素爱弥斯(15 帧精灵表),待机呼吸 / 跑动 / 挥手 / 跳跃 / 思考 / 庆祝等动画,随对话状态实时联动
  • 🖱️ 交互:左键拖动换位(位置持久化)、左键点击随机反应(表情 + 气泡台词)、右键快捷菜单(换表情 / 打招呼 / 隐藏)

安装

从 GitHub 安装(任何人均可):

dsh plugin --profile web add git+https://github.com/hachimi-ai/dsh-aemeath

本地开发用(改源码即时生效):

dsh plugin --profile web add link:/path/to/dsh-aemeath

安装后重启 DSH 生效

安装后,web GUI 自动加载皮肤背景与桌宠;桌宠默认在右下角,可拖拽、左键点击互动、右键打开菜单。

目录结构

dsh-aemeath/
├── package.json        # dsh 插件清单(bundle.patch + client 声明)
├── cordis.patch.yml    # 插入插件行的 bundle patch
├── lib/
│   ├── index.js        # host 端:/aemeath-skin/* 路由 + 桌宠状态机
│   └── client.js       # client 端:皮肤 CSS + React 桌宠
└── assets/
    ├── wallpaper.jpg   # 4K 壁纸
    └── spritesheet.webp# 像素精灵表(1536×3120,8 列 × 15 行,单元 192×208)

路由

路径用途
/aemeath-skin/wallpaper.jpg皮肤背景壁纸
/aemeath-skin/spritesheet.webp桌宠精灵表
/aemeath-skin/status桌宠状态(JSON:animation/bubble/core)

桌宠状态联动

事件动画气泡
收到消息chatting正在组织回复...
读取/搜索文件running正在读取/搜索...
写入/编辑building正在构建...
执行命令running正在执行命令...
分析/编排analyzing正在分析...
获取/搜索网页fetching / searching正在获取/搜索网络...
等待指示waving等待你的指示...
完成celebrating太棒了!

授权

  • 壁纸与精灵表素材来自第三方(鸣潮 / 爱弥斯),仅供个人学习交流使用,版权归原权利人所有。
  • 插件代码 MIT License。