| name | meme-generator |
|---|---|
| description | Generate and send memes inline in chat using the imgflip API. Use this skill whenever the user asks for a meme, wants a funny image response, asks you to "meme" something, requests a reaction image, or says things like "make me a meme", "that needs a meme", "what's the meme for that", or describes a situation that calls for a humorous image macro. Also trigger when the user asks to search for meme templates or wants to know what memes are available. |
Generate memes via the imgflip API and deliver them inline in chat.
Use the scripts/imgflip.py script for all meme operations. Source credentials from .env before running:
source <workspace>/.envWhen the user describes a meme but you're not sure of the template ID, search first:
python3 <skill-path>/scripts/imgflip.py search "drake"The script knows common aliases (e.g., "aliens", "fry", "pigeon", "this is fine") and also searches the imgflip API for matches.
Standard 2-box meme (top/bottom text):
python3 <skill-path>/scripts/imgflip.py generate <template_id> --text0 "Top text" --text1 "Bottom text"You can also use a common name instead of an ID:
python3 <skill-path>/scripts/imgflip.py generate "drake" --text0 "Writing code yourself" --text1 "Having an AI write memes for you"For memes with 3+ text boxes (like Expanding Brain):
python3 <skill-path>/scripts/imgflip.py generate 93895088 --boxes "Level 1" "Level 2" "Level 3" "Level 4"After generating, download the image and send it:
curl -s -o <workspace>/.temp/meme.jpg "<url-from-generate>"Then use the send_file tool with path .temp/meme.jpg and an optional message.
Match the user's intent to the meme format:
- Comparing two things (one better): Drake, Tuxedo Pooh, Buff Doge vs. Cheems
- Something obvious people ignore: Left Exit 12, Running Away Balloon
- Pretending not to notice: This Is Fine
- Conspiracy / over-explanation: Ancient Aliens, Expanding Brain, Roll Safe
- Unexpected realization: Surprised Pikachu, Futurama Fry
- Calling something out: Woman Yelling at Cat, Distracted Boyfriend
- Ultimatum: UNO Draw 25, Two Buttons
- Stating facts: Change My Mind, One Does Not Simply
- Reaction: Batman Slapping Robin, Always Has Been
If the user describes a vibe but doesn't name a template, pick the best fit. If you're unsure, suggest 2-3 options.
- Leave
text0empty for memes that work better with only bottom text (like Ancient Aliens) - Keep text short; long captions get squished
- The generated image URL is publicly accessible but not indexed; share freely in chat
- Images with low views are auto-deleted by imgflip after a while