emo-img — Give Your AI Emotional Expression
/install emo-img
emo-img — Sticker / Emoji Image Skill
Send sticker images (表情包) in chat conversations. Hybrid search: local collection first, then Tenor online.
Storage
- Sticker collection:
~/.openclaw/stickers/ - Index file:
~/.openclaw/stickers/index.json - Override with
STICKER_DIRenv var
Commands
Search (hybrid: local first, then online)
python3 {baseDir}/scripts/sticker.py search "开心"
python3 {baseDir}/scripts/sticker.py search "thumbs up" --limit 3
Returns JSON with local and online arrays. Local results have a file path; online results have a url.
Search local only
python3 {baseDir}/scripts/sticker.py search-local "哭"
Search online only (Tenor)
python3 {baseDir}/scripts/sticker.py search-online "excited" --limit 5
Add a local file
python3 {baseDir}/scripts/sticker.py add /path/to/sticker.gif --name "happy-cat" --tags "开心,猫,happy,cat"
Download from URL and save
python3 {baseDir}/scripts/sticker.py download "\x3Curl>" --name "thumbs-up" --tags "好的,赞,ok"
List all stickers
python3 {baseDir}/scripts/sticker.py list
Remove a sticker
python3 {baseDir}/scripts/sticker.py remove "happy-cat"
Sending Stickers
Use the message tool with the media field to send sticker images. This works for ALL channels (WhatsApp, Telegram, Discord, etc.) — no external CLI needed.
{
"action": "send",
"channel": "\x3Ccurrent_channel>",
"to": "\x3Crecipient>",
"message": "",
"media": "\x3Csticker_file_path>"
}
The media field accepts local file paths directly (e.g. /Users/.../.openclaw/stickers/bocchi-shy.gif).
For online results not yet downloaded, first run download to save locally, then send the saved file path.
Workflow
- User says something like "发个表情包" or "send a sticker about X"
- Run
search "\x3Ckeyword>"to find matching stickers - If local results exist, use the
filepath directly - If only online results, download first with
download, then use the saved file path - Send via the appropriate channel (auto-detect from conversation context)
- Optionally ask user if they want to save an online sticker to local collection
Tips
- Tag stickers in both Chinese and English for better search
- Use
--tagswith comma-separated keywords when adding stickers - The Tenor demo API key has rate limits; set
TENOR_API_KEYenv for heavy use
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install emo-img - 安装完成后,直接呼叫该 Skill 的名称或使用
/emo-img触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
emo-img — Give Your AI Emotional Expression 是什么?
Send sticker/emoji images (表情包) in chat. Search local collection or online (Tenor), download favorites, and send via any channel (WhatsApp, Discord, iMessage... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 368 次。
如何安装 emo-img — Give Your AI Emotional Expression?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install emo-img」即可一键安装,无需额外配置。
emo-img — Give Your AI Emotional Expression 是免费的吗?
是的,emo-img — Give Your AI Emotional Expression 完全免费(开源免费),可自由下载、安装和使用。
emo-img — Give Your AI Emotional Expression 支持哪些平台?
emo-img — Give Your AI Emotional Expression 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 emo-img — Give Your AI Emotional Expression?
由 Tianyu Jiang(@horisky)开发并维护,当前版本 v1.0.0。