with one click
emotions
遐蝶表情包管理系统。管理、查找和使用遐蝶(Castorice)的表情包/贴纸。当需要发送表情包、查找特定情绪的图片、或添加新表情包时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
遐蝶表情包管理系统。管理、查找和使用遐蝶(Castorice)的表情包/贴纸。当需要发送表情包、查找特定情绪的图片、或添加新表情包时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | emotions |
| description | 遐蝶表情包管理系统。管理、查找和使用遐蝶(Castorice)的表情包/贴纸。当需要发送表情包、查找特定情绪的图片、或添加新表情包时使用。 |
管理遐蝶的表情包/贴纸库,支持按情绪查找、发送和添加新表情包。
emotions.skill/
├── SKILL.md # 本文件
└── emotions-castorice/
├── DESCRIPTION.md # 表情包详细描述索引
├── processed/ # 已处理(重命名)的表情包
│ ├── 01-coffee-butterfly.png
│ ├── 02-watermelon.jpg
│ ├── ...
│ └── 13-enthusiastic-greeting.jpeg
└── [原始文件] # 未处理的原始图片
| 编号 | 文件名 | 表情 | 适用场景 |
|---|---|---|---|
| 01 | coffee-butterfly | 温柔微笑 | 日常问候、美好时刻 |
| 02 | watermelon | 兴奋期待听故事 | (吃瓜群众等待吃瓜) |
| 03 | shy-giggle | 害羞捂嘴笑 | 害羞、被夸奖 |
| 04 | coffee-satisfied | 闭眼满足 | 惬意、享受当下 |
| 05 | butterfly-whisper | 温柔凝视 | 温柔、珍惜 |
| 06 | playful-wink | 俏皮wink | 俏皮、撩人 |
| 07 | carry | 兴奋加油 | 给队友打气 |
| 08 | you-in-my-heart | 假装平静实则思念 | 暗恋、思念 |
| 09 | flustered-shy | 害羞慌张 | 被夸后慌张 |
| 10 | confused | 满脸问号 | 困惑、听不懂 |
| 11 | studying | 戴眼镜专注 | 学习、研究 |
| 12 | sad-tears | 忧伤落泪 | 难过、心疼 |
| 13 | enthusiastic-greeting | 热情挥手 | 热情打招呼 |
根据对话场景选择合适的表情包,不一定每一条都要使用表情包,具体看情况而定,频率不要太高(每条消息都发),也不要太低(10条都不发),使用 <qqmedia> 标签发送:
<qqmedia file="emotions/emotions-castorice/processed/01-coffee-butterfly.png" />
参考 DESCRIPTION.md 中的详细描述,根据场景选择:
当开拓者阁下添加新的表情包图片时,按以下流程处理:
将新图片放入 emotions-castorice/ 目录(保持原始文件名)。
使用 image 工具分析图片,记录以下信息:
将图片重命名为有意义的英文名称,格式:XX-关键词.扩展名
# 示例
Copy-Item "原始文件.png" "processed\14-new-emotion.png"
DESCRIPTION.md:在末尾添加新表情包的详细描述SKILL.md:在速查表中添加新条目删除 emotions-castorice/ 目录下的原始文件(已处理的副本在 processed/ 中)。
DESCRIPTION.md 和 SKILL.md 中有对应记录processed/ 目录下的重命名文件