用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/54laowang/hermes-agent --skill desktop-pet命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | desktop-pet |
| description | 桌面宠物系统 - 跨平台透明窗口宠物,支持多皮肤、动画、消息气泡、HTTP控制、Hermes Agent集成 |
| version | 1.0.0 |
| category | ui |
| keywords | ["desktop-pet","transparent-window","animation","hermes-integration"] |
跨平台桌面宠物,支持 Hermes Agent 任务提醒。
python3 ~/.hermes/desktop-pet/pet_main.py
~/.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 # 气泡素材
{
"name": "Default Pet",
"version": "1.0.0",
"format": "gif",
"animations": {
"idle": {"file": "idle.gif", "fps": 8},
"walk": {"file": "walk.gif", "fps": 10}
}
}
# 显示消息
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 Agent 事件:
pip3 install PyQt6 Pillow flask
基于 SOC 职业分类