DeepSeek Harness plugin

dsh-pelican

A pelican riding a bicycle along a seashore in the bottom-right corner: an SVG animation that reflects the agent working state (thinking/done), with a chime and an optional system notification when a reply finishes.

Jump to install

Source facts

Repository
Little-Star888/dsh-pelican
Latest update
Aug 19, 2026
Category
Just for Fun
GitHub stars
0

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/Little-Star888/dsh-pelican
GitHub: https://github.com/Little-Star888/dsh-pelican
Plugin: dsh-pelican
Author: Little-Star888
Install command: dsh plugin --profile web add dsh-pelican

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-pelican 🐦

鹈鹕环海骑行 —— 右下角 SVG 骑行动画 + 全局任务状态提示的 DSH Web 静态双端插件。

  • 主机半lib/index.js):监听全局代理事件,维护 idle / thinking / done 状态机;暴露 GET /api/pelican/status 供浏览器轮询;附带 pelican_debug 调试工具。
  • 客户端半lib/client.js):右下角 shell.overlay 里的 SVG 骑行动画,任务思考时鹈鹕说话「我在呢,稍等~」,任务完成时弹「任务完成啦 🎉」气泡 + 提示音 + 可选系统通知。

安装

本地路径(无需发布):

dsh plugin --profile web add ./dsh-pelican

npm(需先发布):

dsh plugin --profile web add dsh-pelican

GitHub(需先推送仓库):

dsh plugin --profile web add github:<owner>/dsh-pelican

安装后重启 dsh 进程生效(本插件常驻磁盘,不是会话内动态插件)。

状态机制

事件状态
用户发消息(agent/inbox/insertedthinking
回复收尾(agent/turn-stopping / agent/status: idledone
无活动idle

调试:pelican_debug 工具返回 state / seq / pendingAgentId / 事件计数

License

MIT