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.

Yierpet Sentinel — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
Y

dsh-yierpet-sentinel

Yierpet Sentinel

Forwards dsh lifecycle events to the YierPet desktop-pet sentinel (fire-and-forget, never blocks dsh).

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

npx -y @deepseek-ai/dsh plugin --profile web add github:wusai2333/dsh-yierpet-sentinel#c7c476a728e37b8781f3588ea99eb777b215a5df
READMECompatibilityVersions

Compatibility and provenance

Yierpet Sentinel is published as dsh-yierpet-sentinel 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
any
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/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
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/20/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 rIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-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).

README

dsh-yierpet-sentinel

把 dsh(DeepSeek Harness)的 生命周期事件推给桌宠哨兵 YierPet(macOS 桌宠,监听本地 agent CLI 状态): 等确认 / 完成 / 报错时气泡+动画+提示音提醒。

零依赖、纯 host 侧的 Cordis 插件。监听 dsh 的 session/event 事件流 (dsh 内置宠物消费的同一条缝),fire-and-forget 转发到 YierPet 的 loopback HTTP 端点:

dsh 事件YierPet hookbody
turn/startUserPromptSubmit—
tool/resultPostToolUse(心跳)/ PostToolUseFailure{error}
approval/askedPermissionRequest{message}
llm/retryPostToolUseFailure(限流/模型报错,重试中){error}
turn/end completedStop{text: 最后一条回复}
turn/end errorPostToolUseFailure{error}
session/disposedSessionEnd—

铁律:1 秒超时、所有错误静默、绝不阻塞 dsh;~/.yierpet/endpoint 不存在 (YierPet 没运行)时直接跳过。子 agent 会话不打扰(其审批除外)——主回合的 Stop 已覆盖用户可见的完成时刻。

前置

运行中的 YierPet(它会把监听 URL 写入 ~/.yierpet/endpoint)。

安装

dsh plugin --profile web add github:wusai2333/dsh-yierpet-sentinel

装完重启 dsh 生效。用 TUI 的话同样装进 dsh-tui profile (--profile dsh-tui)。验证已组合:

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

自检

node --test test.js                                          # 映射逻辑
printf '{"text":"dsh 接入测试"}' | ~/.yierpet/hook.sh dsh Stop  # YierPet 侧(运行时)

卸载:dsh plugin --profile web remove dsh-yierpet-sentinel。