Lifestyle & Tools
#agent
desktop-pet
桌面宠物系统 - 跨平台透明窗口宠物,支持多皮肤、动画、消息气泡、HTTP控制、Hermes Agent集成
DeepseekModel
Curated skill
Quality Good · 48
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=54laowang-hermes-agent-desktop-pet-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name desktop-pet description 桌面宠物系统 - 跨平台透明窗口宠物,支持多皮肤、动画、消息气泡、HTTP控制、Hermes Agent集成 version 1.0.0 category ui keywords ["desktop-pet","transparent-window","animation","hermes-integration"] 桌面宠物系统 v1.0 跨平台桌面宠物,支持 Hermes Agent 任务提醒。 快速开始 python3 ~/.hermes/desktop-pet/pet_main.py 核心功能 透明窗口宠物 - 真透明,无边框 动画系统 - idle/walk/run/sprint 四种状态 消息气泡 - 自动换行,3秒消失 HTTP控制 - 端口 51983,远程推送消息 Hermes集成 - 任务完成提醒、日程通知 文件结构 ~/.hermes/desktop-pet/ ├── pet_main.py # 主程序 ├── pet_window.py # 窗口管理 ├── pet_animation.py # 动画系统 ├── pet_bubble.py # 消息气泡 ├── pet_server.py # HTTP服务器 ├── pet_hermes.py # Hermes集成 ├── skins/ # 皮肤目录 │ └── default/ │ ├── skin.json │ ├── idle.gif │ └── walk.gif └── assets/ └── bubble.png # 气泡素材 皮肤开发 skin.json 格式 { "name" : "Default Pet" , "version" : "1.0.0" , "format" : "gif" , "animations" : { "idle" : { "file" : "idle.gif" , "fps" : 8 } , "walk" : { "file" : "walk.gif" , "fps" : 10 } } } HTTP API # 显示消息 curl "http://127.0.0.1:51983/msg?text=任务完成" # 切换动画 curl "http://127.0.0.1:51983/state?name=run" # 健康检查 curl "http://127.0.0.1:51983/health" Hermes 集成 自动监听 Hermes Agent 事件: 任务完成 → 气泡提醒 日程提醒 → 语音播报 错误告警 → 闪烁动画 技术栈 PyQt6 : 跨平台GUI PIL : 图像处理 Flask : HTTP服务器(轻量级) Threading : 多线程架构 依赖安装 pip3 install PyQt6 Pillow flask 开发计划 基础窗口和动画 多皮肤系统 HTTP控制接口 Hermes Agent集成 语音播报 天气/日程提醒
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.