dsh plugins中文
← Back to popular plugin directory

DSH WebUI sticker plug-in

william-jin-cmu/dsh-stickers · skills

DSH WebUI sticker plugin for bidirectional user and agent reactions.

★ 13GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
BSD-3-ClauseLicense

Project overview

turtle-ui 现有的第三方扩展面只提供临时 tui.openOverlay(),没有把插件组件插入持久 transcript 的接口。overlay 关闭后会消失,滚动或重开 session 也无法恢复,因此它不符合“聊天历史中的表情消息”这一语义。

Node 侧通过 cordis.patch.yml 挂载主插件,注册: sendsticker Agent tool /sticker 用户命令 Agent 使用表情的 system prompt guidance Web PNG route(仅在 webServer 存在时启用)

Browser 侧由 package.json#dshClient 自动发现,注册三个官方 slot: conversation.input.right:用户选择器 conversation.chat.commandview/sticker:用户表情卡片 conversation.chat.toolview/sendsticker:Agent 表情卡片 表情包来源

Install command

dsh plugin --profile web add github:william-jin-cmu/dsh-stickers
View GitHub repository ↗Back to popular plugin directory