Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Find a relevant GIF from Giphy and send it naturally in Discord.
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).
This skill reads only one variable: GIPHY_API_KEY.
export GIPHY_API_KEY="your-api-key"
Add to ~/.openclaw/.env: GIPHY_API_KEY=your-api-key Then restart OpenClaw so the environment is reloaded.
If GIPHY_API_KEY is present, the skill works. If missing, ask the user to set it and retry.
Build a Giphy Search API URL with user intent as query. URL-encode the query text. Request one result from Giphy. Extract the first GIF page URL from data[0].url. Send that URL to Discord.
Use this endpoint shape: https://api.giphy.com/v1/gifs/search?api_key=<KEY>&q=<ENCODED_QUERY>&limit=1&rating=g&lang=en
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.
happy dance facepalm reaction mind blown awkward silence
"I couldnβt find a GIF with the vibe youβre looking for. Could you give me a bit more specific keywords?"
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.