Fetches and posts contextual GIFs to Discord to match user emotion or intent.

Install

mkdir -p .claude/skills/giphy-gif-kbarbel640-del && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11370" && unzip -o skill.zip -d .claude/skills/giphy-gif-kbarbel640-del && rm skill.zip

Installs to .claude/skills/giphy-gif-kbarbel640-del

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

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.
161 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Send GIFs when explicitly requested by the user
  • Proactively send GIFs for celebration, humor, or strong emotional beats
  • Ensure GIFs are safe-for-work with a 'g' rating
  • Build Giphy Search API URLs with user intent as query
  • Extract the first GIF page URL from Giphy search results

How it works

The skill constructs a Giphy Search API URL using the user's intent, retrieves a single safe-for-work GIF, extracts its URL, and sends it to Discord.

Inputs & outputs

You give it
User request for a GIF or a conversational context fitting a GIF reaction
You get back
A Giphy GIF URL sent to Discord or a fallback message if no GIF is found

When to use giphy-gif

  • Adding reaction GIFs to Discord bots
  • Enhancing chat engagement
  • Providing visual responses to sentiment

About this skill

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=<KEY>&q=<ENCODED_QUERY>&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

"원하는 느낌의 GIF를 못 찾았어. 키워드를 조금 더 구체적으로 알려줘!"

When not to use it

  • When the conversation is serious or information-dense
  • When proactive GIF usage becomes back-to-back GIF-only replies
  • When `GIPHY_API_KEY` is missing

Prerequisites

GIPHY_API_KEY

Limitations

  • Requires `GIPHY_API_KEY` to function
  • Limits search results to one GIF
  • Only sends safe-for-work GIFs (`rating=g`)

How it compares

This skill integrates Giphy search directly into Discord with specific rules for proactive and safe-for-work GIF usage, providing contextual visual reactions beyond simple keyword searches.

Compared to similar skills

giphy-gif side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
giphy-gif (this skill)06moReviewBeginner
voicemode82moReviewBeginner
campaign-orchestration69moNo flagsIntermediate
baoyu-post-to-wechat71moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry