DeepSeek Harness plugin

dsh-plugin-genshin-startup

DeepSeek Harness (dsh) plugin: Plays the Genshin Impact launch video centered with white fill in autofullscreen on startup before entering the Harness main page.

Jump to install

Source facts

Repository
allen546/dsh-plugin-genshin-startup
Latest update
Aug 14, 2026
Category
Just for Fun
GitHub stars
2
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/allen546/dsh-plugin-genshin-startup
Plugin: dsh-plugin-genshin-startup
Author: allen546

Check the source files

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

File explorer2 files
README.mdSource Β· read only

dsh-plugin-genshin-startup πŸš€βœ¨

An official-architecture startup plugin for DeepSeek Harness (dsh).

When opening the dsh web interface, it directly autoplays the Genshin Impact Launch ("原η₯žοΌŒε―动!") opening video, perfectly centered without stretching, and fills all surrounding letterbox/pillarbox space with pure white (#ffffff), before seamlessly dissolving into the main DeepSeek Harness workspace.

<p align="center"> <img src="assets/preview.png" alt="DeepSeek Harness Genshin Startup Preview" width="800" style="border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.1);" /> </p>

---

✨ Features

  • 🎬 Direct Autoplay: Plays immediately upon opening the web interface without requiring extra clicks.
  • βšͺ Pure White Fill: Clean white background (#ffffff) fills the entire surrounding viewport around the video.
  • πŸ“ Centered & Non-Stretching: Preserves native aspect ratio with object-fit: contain without distortion or forced fullscreen requests.
  • 🚫 Zero Dialogs / Clean View: No popup prompts, skip banners, or intrusive overlays.
  • ✨ Seamless Transition: Automatically fades out over 800ms into the DeepSeek Harness interface upon completion (or on keypress/click).
  • 🧩 Native DSH Plugin: Built with DSH dsh.bundle patch layer and lazy CJS dsh.client architecture.

---

πŸ› οΈ Installation

Install and enable the plugin in your DeepSeek Harness web profile via the official CLI:

dsh plugin --profile web add allen546/dsh-plugin-genshin-startup

---

πŸš€ Usage

Launch the DeepSeek Harness Web UI:

npx @deepseek-ai/dsh web

Or if you have dsh installed globally:

dsh web

Open http://127.0.0.1:3080 in your browser. The opening video will play smoothly before transitioning into your agent workspace!

---

⚠️ Disclaimer

This project is an independent open-source plugin and is not affiliated with, endorsed by, sponsored by, or associated with miHoYo Co., Ltd. or HoYoverse.

All trademarks, logos, audio-visual materials, and intellectual property relating to Genshin Impact and miHoYo / HoYoverse belong to their respective copyright holders.

---

πŸ“¦ Project Structure

.
β”œβ”€β”€ cordis.patch.yml          # DSH profile bundle patch layer
β”œβ”€β”€ lib/
β”‚   β”œβ”€β”€ index.js              # Host-side plugin entry
β”‚   └── client.js             # DSH lazy CJS browser client module
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ preview.png           # UI Preview screenshot
β”‚   β”œβ”€β”€ genshin-launch.mp4    # Fast-start optimized video asset
β”‚   β”œβ”€β”€ genshin-launch.js     # Standalone injector runtime
β”‚   └── genshin-launch.css    # Full-viewport overlay & white-fill styling
β”œβ”€β”€ demo.html                 # Standalone preview page
β”œβ”€β”€ package.json
└── README.md

---

πŸ“œ License

MIT License Β© 2026 Allen Sun