Skills Plugins MCP Prompt Model 博客 我的中心

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
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。