GIF Multi
/install gif-multi
GIF Multi — Cross-platform GIF skill
Search Giphy and send animated GIFs optimized for your current messaging channel.
Initial setup
1. Get a Giphy API Key https://developers.giphy.com → "Create an App" → API (free, 1,000 req/day)
2. Configure it
- Via
openclaw.json(recommended):{ "skills": { "entries": { "gif-multi": { "env": { "GIPHY_API_KEY": "your_key" } } } } } - Or in
~/.openclaw/.env:echo 'GIPHY_API_KEY=your_key' >> ~/.openclaw/.env
3. Verify everything is ready
python3 {baseDir}/scripts/gif_multi.py --check
Daily workflow
- Detect channel from inbound metadata (
channelfield in session context). - Verify config: if missing or current channel not listed, run:
python3 {baseDir}/scripts/gif_multi.py --discover- First time ever (no config): after
--discover, briefly tell the user the skill is ready (one sentence). - New channel detected:
--discoveradds it silently. Casually mention it works here too if natural. - Missing API key:
--checkshows setup instructions; relay them to the user.
- First time ever (no config): after
- Search and convert:
python3 {baseDir}/scripts/gif_multi.py "\x3Cquery>" --channel \x3Cchannel> - Send the output file with
message(action=send, media=\x3Cpath>). - Clean up:
exec(rm \x3Cpath>)after sending.
The --discover only runs once per new channel — after that, the channel stays in config and discovery is skipped.
Each search gets a unique timestamp, so concurrent channels, topics, or threads never collide. Orphan files >10 min are cleaned automatically.
Usage mode
The config's "mode" field controls when GIFs are sent:
natural(default) — spontaneous, like emoji reactions. The agent uses its judgment to send GIFs when the conversation flows.on_request— only when the user explicitly asks ("send a gif of...", "reaction gif").
Change mode:
python3 {baseDir}/scripts/gif_multi.py --mode natural
python3 {baseDir}/scripts/gif_multi.py --mode on_request
The user can also say it in conversation: "stop sending GIFs without asking" → switches to on_request. "feel free to send GIFs naturally" → switches to natural.
Notes
- Output is JSON with
pathto the file in.gif_cache/. - Config is stored at
{baseDir}/config.json(inside the skill folder). - Rating defaults to
g; override with--rating pg|pg-13|r. - Giphy free limit: 1,000 requests/day.
- If the API key is missing, the script returns instructions in the
helpfield.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gif-multi - 安装完成后,直接呼叫该 Skill 的名称或使用
/gif-multi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GIF Multi 是什么?
Search and send reaction GIFs on any messaging platform (Telegram, WhatsApp, Discord, Signal, etc). Auto-detects your enabled channels. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 GIF Multi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gif-multi」即可一键安装,无需额外配置。
GIF Multi 是免费的吗?
是的,GIF Multi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GIF Multi 支持哪些平台?
GIF Multi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GIF Multi?
由 Christian de la Cruz(@chdlc)开发并维护,当前版本 v1.1.1。