Introduction¶
The plugin architecture of DeepSeek Harness (DSH) allows the appearance of the WebUI to be adjusted via plugins without modifying the main workflow. For developers using DSH WebUI locally who wish the interface to resemble the visual style of the Minecraft Launcher, a dedicated skin plugin can be installed. Plugin repositories are community resources and are not equivalent to the official app store.
Below is a skin plugin that can be directly installed to the web profile.
What is this¶
Minecraft Pixel Skin is a DeepSeek Harness WebUI skin plugin in the style of the Minecraft Launcher. The repository address is:
https://github.com/EDMOK/dsh-minecraft-theme
The description in package.json is:
Hot-pluggable Minecraft Launcher pixel skin for the DeepSeek Harness Web GUI
It solves the problem of: adjusting only the visual appearance of the DSH WebUI and transforming the interface into a Minecraft Launcher style.
Core Features¶
- Uses visual elements such as grass green, dirt brown, wood, and stone.
- Provides rugged block borders, pixelated backgrounds, pixelated buttons, and sidebar decorations.
- Compatible with both dark mode and light mode.
dsh.client.platforminpackage.jsonisweb.dsh.client.injectinpackage.jsonincludes the following modules:
@deepseek-ai/dsh-client-runtime
@deepseek-ai/dsh-client-ui-theme
@deepseek-ai/dsh-client-ui-sidebar
Installation and Enabling¶
Execute the following command in the DeepSeek Harness root directory to install the plugin to the web profile:
dsh plugin --profile web add https://github.com/EDMOK/dsh-minecraft-theme.git
If the target profile is not web, replace --profile web with the actual profile name. After installation, refresh the WebUI and the skin will take effect.
Typical Usage¶
- Open the terminal and navigate to the DeepSeek Harness root directory.
- Execute the installation command above.
- If the current profile is not
web, first change--profile webin the command to the actual profile name, then execute the installation. - Refresh the WebUI and check the display effects in both dark mode and light mode.
Suitable Scenarios and Notes¶
Suitable for users who wish to adjust the appearance of the DeepSeek Harness WebUI and use Minecraft Launcher style visual elements.
Please note before enabling:
- The plugin runs with the permissions of the current dsh process. Source code and license should be checked before installation.
package.jsondeclares thelicenseasMITand marksprivate: true.peerDependenciesrequirements:
@deepseek-ai/cordis ^4.0.1
react ^18.2.0
- Copyright information in the README: The original character art of “Whale Girl” (鲸鱼娘) is by Shangshan; Minecraft-related elements belong to Mojang Studios, Microsoft, and their respective rights holders.
- The README states that the original interface design, visual integration, style adjustments, and documentation content of this project are licensed under
CC BY-NC-SA 4.0, requiring attribution, non-commercial use, and sharing under the same conditions. - The README states that the license for the code section can be found in
LICENSE, but theLICENSEcontent is not included in the captured material.
Conclusion¶
Minecraft Pixel Skin is mainly used to give DSH WebUI a set of Minecraft Launcher style pixel skins; after installation, refresh the page to see the effect. Repository address:
https://github.com/EDMOK/dsh-minecraft-theme