← 返回
沟通协作 Key

Giphy

Search and send contextual Giphy GIFs in Discord. Use when a user asks for a GIF or when a brief visual reaction (celebration, humor, emotion) improves the flow.
在Discord中搜索并发送语境契合的GIF动图。适用于用户索要GIF,或需用简短视觉反应(庆祝、幽默、情绪)提升交流氛围时。
minbang930
沟通协作 clawhub v1.0.7 1 版本 99660.8 Key: 需要
★ 3
Stars
📥 3,759
下载
💾 406
安装
1
版本
#latest

概述

Giphy GIF Search

Find a relevant GIF from Giphy and send it naturally in Discord.

Behavior Rules

  • Send GIFs when explicitly requested.
  • Also allow proactive GIFs (without explicit request) when the moment clearly fits: celebration, shared humor, or strong emotional beats.
  • Keep proactive usage occasional (at most one GIF for a moment, avoid back-to-back GIF-only replies).
  • Prefer text-only in serious or information-dense conversation.
  • Keep results safe-for-work (rating=g).

API Key (Easy Setup)

This skill reads only one variable: GIPHY_API_KEY.

Option A: Temporary (current shell session)

export GIPHY_API_KEY="your-api-key"

Option B: Persistent for OpenClaw (recommended)

Add to ~/.openclaw/.env:

GIPHY_API_KEY=your-api-key

Then restart OpenClaw so the environment is reloaded.

Validation

  • If GIPHY_API_KEY is present, the skill works.
  • If missing, ask the user to set it and retry.

Workflow

  1. Build a Giphy Search API URL with user intent as query.
  2. URL-encode the query text.
  3. Request one result from Giphy.
  4. Extract the first GIF page URL from data[0].url.
  5. Send that URL to Discord.

API Request Template

Use this endpoint shape:

https://api.giphy.com/v1/gifs/search?api_key=&q=&limit=1&rating=g&lang=en

Output Rule

  • If a GIF URL is found: send only the URL (Discord auto-embeds).
  • If no result is found: send a short fallback text and ask for a better keyword.

Good Query Examples

  • happy dance
  • facepalm reaction
  • mind blown
  • awkward silence

Fallback Message

"I couldn’t find a GIF with the vibe you’re looking for. Could you give me a bit more specific keywords?"

版本历史

共 1 个版本

  • v1.0.7 当前
    2026-03-28 10:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,397
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,674
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,581