DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin Sticker — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-sticker

Plugin Sticker

DeepSeek Harness sticker plugin: AI selects and sends sticker images based on the context during chats (109 images from the 蓝发鱼娘/蓝色大肥鱼 series), displayed directly inline in the chat.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:keeshakulbida948-tech/dsh-plugin-sticker#a4a38ff797e298d753b8e6cc5503130ac62fb7cb
READMECompatibilityVersions

Compatibility and provenance

Plugin Sticker is published as dsh-plugin-sticker and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/5/2026

Versions

0.1.0stable
9/5/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/5/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-plugin-sticker 🐟

DeepSeek Harness 表情包插件:让 AI 在聊天时根据情境主动挑选并发送表情包,发送后图片直接内嵌在对话气泡里(无需点击)。

图库为「蓝发鱼娘 / 蓝色大肥鱼」系列梗图(109 张,覆盖干饭、压力、摸鱼、委屈、生气、冬眠、想家、女王等梗),随仓库内置分发,安装即可用。AI 在对话氛围合适时(用户开心、吐槽、诉苦、炫耀、求夸、聊吃饭…)会主动调用工具发表情包。

搭配 dsh-plugin-fun(阿蓝人格插件)效果最佳——fun 负责"什么时候该发"的性格引导,sticker 负责"发得出、发得对"。

安装

# 直接安装(GitHub)
dsh plugin --profile web add https://github.com/keeshakulbida948-tech/dsh-plugin-sticker

# 或本地目录安装(开发调试)
dsh plugin --profile web add /path/to/dsh-plugin-sticker

# 装完重启 dsh web 生效
dsh web

验证插件已挂载:

dsh --profile web --dump-config | grep sticker

使用

在 dsh web 聊天里告诉它:

  • 「来个委屈的表情包」→ AI 调 send_sticker(name: 委屈)
  • 「有没有摸鱼的图?发一张」→ AI 先 list_stickers 搜索再发送
  • 直接说「发 35 号」→ 按编号发送

工具

工具作用
list_stickers按情绪/主题/关键词搜索图库(省略 query 返回前 20 张),返回编号+描述+标签
send_sticker发送表情包(参数 name 支持:编号 / 文件名 / 情绪关键词,自动匹配最佳)

配置

项说明
DSH_STICKER_DIR可选:自定义图库目录(环境变量)。默认用插件内置 stickers/(109 张开箱即用);想换成自己的图库时设置此变量指向新目录,并同步维护 assets/stickers.json 索引
assets/stickers.json图库索引(编号→文件名/主体/情绪/标签),图库变化后需同步维护

工作原理

┌─────────────────────────────────────┐
│ dsh web (浏览器)                     │
│  ┌───────────────────────────────┐  │
│  │ 工具卡片 (client toolview)     │  │
│  │  <img src="/sticker-img/35">   │  │  ← 图片内嵌渲染
│  └───────────────────────────────┘  │
└──────────────┬──────────────────────┘
               │ /sticker-img/<name>
┌──────────────▼──────────────────────┐
│ sticker 插件 (node)                 │
│  ├ list_stickers / send_sticker     │
│  ├ webServer 图片路由(读原图目录)  │
│  └ assets/stickers.json 索引        │
└─────────────────────────────────────┘

图片文件与索引一起随仓库分发(stickers/ 目录),安装即自带完整图库;/sticker-img/ 路由即时读取图库目录;浏览器端 client.js 注册 send_sticker 的自定义 toolview,把图片直接渲染进对话气泡。

图库更新

  1. 把新图放进图库目录
  2. 更新 assets/stickers.json(按现有结构追加 {id, file, subject, mood, tags} 条目)
  3. 重启 dsh web 生效

License

MIT