dsh-stickers: A DSH plugin that adds bidirectional stickers to DeepSeek Harness conversations

william-jin-cmu/dsh-stickers

EntertainmentVerified
Listed on 2026-08-20
Page last updated 2026-08-20

A DSH plugin adding bidirectional sticker packs for WebUI and Agent, with 24 whale-girl stickers, workflow reactions, and easter eggs.

Let both agents and users send stickers in DeepSeek Harness conversations, adding a human touch.

install
dsh plugin --profile web add github:william-jin-cmu/dsh-stickers
Category
Entertainment
Platform
DSH-Plugin
Author
william-jin-cmu
Distribution
Plugin

dsh-stickers Key Features

Bidirectional stickersDual-role sticker setsWorkflow reaction stickersAgent-only easter eggs

dsh-stickers Repository

william-jin-cmu
Publisher
william-jin-cmu
Repository
william-jin-cmu/dsh-stickers
21
Stars
0
Forks
0
Watchers
2
Open issues
LanguageJavaScript
LicenseBSD 3-Clause "New" or "Revised" License
Website
Repo last push2026-08-13 10:26:59
Repo created2026-08-08 20:49:44
Topics
dshdsh-plugin
Default branchmain

dsh-stickers Repo Summary

dsh-stickers is an entertainment/fun DSH plugin for DeepSeek Harness, maintained by william-jin-cmu under the BSD-3-Clause license, last updated in 2026-08. It addresses the lack of 'human touch' in agent conversations—not sending stickers might be the biggest reason agents feel robotic. The plugin provides 24 stickers in two character sets (Blue Whale Girl and Black Whale Girl), usable by both users and agents, without modifying the DSH core.

What core features does the dsh-stickers DSH plugin support?

  • Users can click the 🐋 picker in the WebUI or type /sticker <id> [black] to send stickers.
  • Agents can call send_sticker({ id, variant? }) contextually in normal conversations, without waiting for explicit user requests.
  • 14 public stickers are available to both parties, including 4 workflow reactions (e.g., tests-passed, root-cause).
  • 10 easter egg stickers are only exposed in the agent's tool schema, inaccessible to users (e.g., restart-myself, hot-update).
  • Images are served via the plugin's own /api/dsh-stickers/* route and persist in conversation history.

How to install dsh-stickers?

Use the following command:

bash
dsh plugin --profile web add github:william-jin-cmu/dsh-stickers

After installation, the plugin automatically registers the sticker picker, /sticker command, and send_sticker tool without extra configuration.

Which DeepSeek Harness versions and platforms are compatible with dsh-stickers?

The plugin depends on several official DSH packages (e.g., @deepseek-ai/dsh-commands, @deepseek-ai/dsh-host-webserver), so it requires a recent DSH version. It primarily targets the WebUI environment, but the agent tool call also works in other DSH-compatible interfaces.

What are the sticker categories in dsh-stickers?

The sticker library is divided into two categories:

  • Public stickers (14): appear in the WebUI picker, usable by both users and agents, covering daily chat and workflow reactions.
  • Easter egg stickers (10): only callable by agents, used for self-deprecating or system status humor, e.g., self-destruct, memory-alive.

What is the maintenance and community status of dsh-stickers?

The project was created by william-jin-cmu on 2026-08-08, currently has 18 stars and 1 open issue, with moderate community activity. It is licensed under BSD-3-Clause, allowing free use and modification.

View more DSH plugins at dsh-plugin.org

DSH-Plugin FAQ