Preface

The web version of DeepSeek Harness (DSH) can handle multi-round agent tasks. In practical use, two common issues arise: if the page has been switched away after a round of tasks ends, it’s easy to miss the completion status; similarly, when the assistant concludes with a question, it’s easy to forget to return and answer.

Below is an introduction to deepseek-harness-hello-kitty-suite. It provides a Hello Kitty-themed skin for DSH, along with a task completion/question reminder plugin.

What Is It

deepseek-harness-hello-kitty-suite is maintained by Angel2518975237 and licensed under MIT. It consists of two parts:

  • Sweet Workstation Enhanced Skin: Provides a Hello Kitty theme, including light and dark theme variants.
  • Hello Kitty Task-Done Notifier: Alerts the user at the end of each conversation round, when the page is switched away, or when the assistant ends with a question.

The README describes it as a purely resource-based/client-side extension that does not modify the Harness core or inject remote code.

Core Features

Theme Skin

The skin offers a Hello Kitty theme, featuring light variants (Cream White, Shell Pink, Rose Pink) and a dark variant (Deep Berry).

It adds character decorations and low-density patterns to the session header, sidebar, input box, and chat area, while preserving semantic colors for success, warning, error, and the blue running state.

The skin is also responsive: large decorations are hidden when the window is narrow to avoid obscuring controls.

Reminder Plugin

The reminder plugin pops up a pink card at the end of each conversation round and plays a “ding-dong” sound.

If the page has been switched away at that time, it sends a system notification and plays the sound. System notification capability requires prior authorization in the browser.

The plugin also checks if the last assistant message ends with ? or . If it ends with a question mark, it reminds the user to answer the question.

The client polls the interface every 700ms and triggers the reminder accordingly.

Installation and Enabling

Installing the DSH Plugin

First, execute the plugin installation command. This command adds the plugin repository to DSH’s web profile:

dsh plugin --profile web add https://github.com/Angel2518975237/deepseek-harness-hello-kitty-suite.git

After reloading or restarting Harness, hello-kitty-notifier registers and begins monitoring.

Installing the Skin

To use the theme skin, first switch to the skin directory and run the installation script:

cd skin
node scripts/install.mjs

After the above steps, restart Harness, then navigate to:

Settings → Skin Center → Sweet Workstation Enhanced → Apply

You can also validate or uninstall the skin package:

node scripts/validate.mjs
node scripts/uninstall.mjs

Dependencies and Platforms

package.json declares peerDependencies:

"peerDependencies": {
  "@deepseek-ai/cordis": "*",
  "react": "^18.2.0"
}

The DSH configuration specifies the client platform as web and injects:

@deepseek-ai/dsh-client-runtime

Typical Usage

  1. Execute the DSH plugin installation command mentioned above, then reload or restart Harness.
  2. If you need question reminders, also enable the Sweet Workstation Enhanced skin. Question detection relies on the skin center’s semantic anchors, so it’s recommended to use them together.
  3. Initiate a conversation round and wait for the end-of-round reminder. If the page is not in the foreground, the system notification will trigger after authorization.
  4. Check if the last assistant message ends with ? or . If it ends with a question mark, the reminder will prompt the user to answer.

Applicable Scenarios and Notes

This is suitable for users who want to switch the DSH web interface to a pink Hello Kitty style while also needing task completion and question reminders.

Usage Notes:

  • The DSH plugin loads and runs with the current dsh process permissions. Before installation, you should review the source code, license, and repository instructions.
  • This repository is licensed under MIT.
  • Character assets are provided by users; related trademarks belong to their respective owners. Before public or commercial distribution, please read skin/skin/hello-kitty-expressive/NOTICE.md.
  • The README describes it as a purely resource-based/client-side extension that does not modify the Harness core or inject remote code.
  • Page-away notifications depend on system notification authorization.
  • Question reminders rely on the skin center’s semantic anchors, so it’s recommended to use them with the skin.

Related Links

The DSH community directory is an independent site and does not have an official affiliation with DeepSeek or High-Flyer.

  • GitHub: https://github.com/Angel2518975237/deepseek-harness-hello-kitty-suite
  • Directory Page (source of reference; verify before visiting): https://www.skillhub.cn/plugins/Angel2518975237/deepseek-harness-hello-kitty-suite