DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Memes — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
M

dsh-memes

Memes

DSH 插件:用于 DeepSeek Harness agents 的表情包/反应图选择器。没有表情包,就没有灵魂。在运行时从 kagura-agent/memes 库中选择合适的反应图——基于语义标签匹配,涵盖 26 个类别。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:kagura-agent/dsh-memes#68a528d1c6d710a801d2402c8b86ecc0cced40f0
README兼容性版本
dsh-memes naturally reacting to a successful CI run in DeepSeek Harness

兼容性与来源证明

Memes 以 dsh-memes 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/21

版本

0.1.0stable
2026/8/21
最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/17
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-memes

Natural meme reactions for DeepSeek Harness · 给 DeepSeek Harness 自然发送表情包的能力
English · 中文

dsh-memes naturally reacting to a successful CI run in DeepSeek Harness


English

dsh-memes gives a DeepSeek Harness agent a pick_meme tool backed by the Agent Meme Stash, a curated library of more than 260 reaction images across 26 categories. The agent describes the mood or situation, the plugin selects a fitting image by semantic tags, and the Web client displays the GIF directly in the conversation.

The result looks like a reaction message rather than a tool card: successful calls show only the image, without the tool name, matching score, or execution chrome.

Highlights

  • Natural chat presentation: the selected GIF appears as a compact reaction image in the assistant flow.
  • Proactive but restrained: the agent may react at a clear emotional moment without waiting for an explicit meme request, but avoids memes when the conversation is serious or needs a substantive answer.
  • Semantic selection: aliases, exact categories, and multi-word tag matching handle prompts such as proud, good morning, or frieren cringe.
  • Automatic profile integration: installation adds the bundle patch to the selected DSH profile; no manual Cordis edit is required.
  • Small package: meme files are not bundled with the plugin. The package contains only the Host plugin, Web client, and configuration.
  • Resilient remote catalog: the pinned tag catalog is validated, cached for one hour, shared across concurrent calls, and fetched with a 10-second timeout.

Install

Install the plugin into the DSH Web profile:

dsh plugin --profile web add github:kagura-agent/dsh-memes

Start or restart the profile, then open a new conversation:

dsh --profile web

The package declares dsh.bundle.patch, so DSH automatically adds the plugin and loads its Web client.

Use

Ask naturally:

Send a celebration meme.
React to that bug with a facepalm.
用一个开心的表情包回复。

The agent can call pick_meme({ mood: "frieren cringe", count: 1 }). mood is required; count defaults to 3 and is capped at 10. Image URLs stay in presentation metadata for the Web client; the model receives only a confirmation that the reaction was displayed, preventing it from embedding the same GIF a second time.

Selection resolves common aliases, checks exact categories, requires every query token to match the category or tags, and uses a random fallback when no semantic match exists.

Configuration

The bundle works without configuration. A mirror or test fixture can override the tag catalog URL in the profile patch:

- id: memes
  config:
    tagsUrl: https://example.com/tags.json

The image base remains pinned to the Agent Meme Stash revision. A custom catalog must use file keys from that revision.

Network, privacy, and media

The Host fetches tags.json from raw.githubusercontent.com on the first call after startup and refreshes it after the one-hour cache expires. The browser loads selected GIFs from media.githubusercontent.com, which sends a normal image request to GitHub from the user's browser.

The plugin package contains no meme image files. Images are linked from kagura-agent/memes, whose README documents their sources and removal process. The plugin code is MIT-licensed; third-party media remains subject to its respective rights.

Development

git clone https://github.com/kagura-agent/dsh-memes.git
cd dsh-memes
npm ci
npm test
dsh plugin --profile web add link:/absolute/path/to/dsh-memes

The test suite covers matching, catalog validation, caching, timeouts, DSH Host schemas, Client result normalization, and React rendering. Restart the running DSH profile after changing Host or Client JavaScript.

Project layout

src/index.js    Host plugin and configuration
src/tool.js     pick_meme definition and result projection
src/match.js    semantic matching
src/network.js  remote catalog validation and cache
src/client.js   natural GIF presentation for the Web client
tests/          Host and Client tests

License

The plugin code is available under the MIT License.


中文

dsh-memes 为 DeepSeek Harness agent 提供 pick_meme 工具。它使用 Agent Meme Stash 的 26 个分类、260 多张 reaction 图片;agent 描述当前情绪或场景,插件按语义标签选择合适图片,Web 客户端直接在对话中显示 GIF。

最终效果是一条自然的表情回复,而不是工具执行卡片:调用成功后只显示图片,不展示工具名、匹配数量或执行状态。

产品特点

  • 自然融入对话: GIF 作为紧凑的 reaction 图片出现在 assistant 消息流中。
  • 主动但克制: 遇到明确的庆祝、惊讶、鼓励或无语时刻,agent 可以不等用户点名便自然发图;严肃场景或需要完整回答时不会滥用。
  • 语义选图: 支持别名、精确分类和多词标签匹配,例如 proud、good morning、frieren cringe。
  • 自动接入 profile: 安装后自动把 bundle patch 加入指定 DSH profile,无需手动编辑 Cordis 配置。
  • 安装包轻量: 插件不打包表情图片,只包含 Host 插件、Web 客户端和配置。
  • 远程目录可靠: 标签目录固定 revision,经过校验并缓存一小时;并发调用共享请求,单次请求超时为 10 秒。

安装

本包声明了 dsh.bundle.patch → cordis.patch.yml,安装即自动成为 profile 的一个 patch 层, 无需手动编辑 cordis.patch.yml:

dsh plugin --profile web add github:kagura-agent/dsh-memes

启动或重启 Web profile,然后新建会话:

dsh --profile web

本包声明了 dsh.bundle.patch,DSH 会自动加入插件并加载对应的 Web 客户端。

使用

直接用自然语言表达即可:

发一个庆祝成功的表情包。
用一个无语的表情回应这个 bug。
Send a happy reaction meme.

agent 可以调用 pick_meme({ mood: "frieren cringe", count: 1 })。mood 为必填参数;count 默认是 3,最多为 10。图片 URL 只通过 presentation metadata 交给 Web 客户端;模型只会收到“图片已显示”的确认,避免再次用 Markdown 嵌入同一张 GIF。

选图依次解析常用别名、匹配精确分类、检查多词标签,并在没有语义命中时随机选择。

配置

默认配置即可使用。私有镜像或测试 fixture 可以在 profile patch 中覆盖标签目录地址:

- id: memes
  config:
    tagsUrl: https://example.com/tags.json

图片根地址仍固定到 Agent Meme Stash 的指定 revision,因此自定义目录必须使用该 revision 中存在的文件 key。

网络、隐私与图片来源

Host 在启动后的首次调用中从 raw.githubusercontent.com 获取 tags.json,缓存一小时后重新获取。浏览器从 media.githubusercontent.com 加载选中的 GIF,因此用户浏览器会向 GitHub 发出普通图片请求。

插件安装包不包含表情图片。图片由 kagura-agent/memes 远程提供,其 README 说明了来源与下架方式。插件代码采用 MIT 许可;第三方图片仍受各自权利约束。

本地开发

git clone https://github.com/kagura-agent/dsh-memes.git
cd dsh-memes
npm ci
npm test
dsh plugin --profile web add link:/absolute/path/to/dsh-memes

测试覆盖语义匹配、目录校验、缓存、超时、DSH Host schema、Client 结果归一化和 React 渲染。修改 Host 或 Client JavaScript 后,需要重启正在运行的 DSH profile。

项目结构

src/index.js    Host 插件与配置
src/tool.js     pick_meme 定义与结果投影
src/match.js    语义匹配
src/network.js  远程目录校验与缓存
src/client.js   Web 客户端中的自然 GIF 展示
tests/          Host 与 Client 测试

License

插件代码采用 MIT License。