skills/meme/SKILL.md
Generate memes using the free memegen.link API. Create image memes from 200+ templates with custom top/bottom text, or use textual meme formats.
npx skillsauth add suitedaces/dorabot memeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate memes using the memegen.link API. No API key needed.
https://api.memegen.link/images/{template}/{top_text}/{bottom_text}.png
| Character | Encoding |
|-----------|----------|
| Space | _ or - |
| Newline | ~n |
| Question mark | ~q |
| Percent | ~p |
| Slash | ~s |
| Hash | ~h |
| Single quote | '' |
| Double quote | "" |
| Template | Name | Use case |
|----------|------|----------|
| drake | Drakeposting | Comparing two things (reject/prefer) |
| fry | Futurama Fry | "Not sure if X or Y" |
| fine | This is Fine | Everything is on fire |
| buzz | X, X Everywhere | Something ubiquitous |
| gru | Gru's Plan | Plans backfiring |
| astronaut | Always Has Been | Revelations |
| db | Distracted Boyfriend | Misplaced priorities |
| cmm | Change My Mind | Hot takes |
| harold | Hide the Pain Harold | Hidden suffering |
| panik-kalm-panik | Panik Kalm Panik | Emotional rollercoaster |
| spiderman | Spider-Man Pointing | Two things that are the same |
| same | They're The Same Picture | Identical things |
| exit | Left Exit 12 Off Ramp | Bad decisions |
| pooh | Tuxedo Winnie the Pooh | Classy alternative |
| stonks | Stonks | Financial "wisdom" |
| mordor | One Does Not Simply | Something difficult |
| woman-cat | Woman Yelling at a Cat | Arguments |
| handshake | Epic Handshake | Shared agreement |
| success | Success Kid | Celebrating wins |
| interesting | Most Interesting Man | "I don't always X" |
| slap | Will Smith Slap | Strong reactions |
| chair | American Chopper Argument | Heated arguments |
| rollsafe | Roll Safe | Bad "smart" ideas |
Before generating a meme, browse the API to find the right template. Don't just guess — fetch the list.
List all templates:
curl -s https://api.memegen.link/templates/ | jq '.[] | {id, name}'
Search for a template by keyword:
curl -s https://api.memegen.link/templates/ | jq '.[] | select(.name | test("keyword"; "i")) | {id, name}'
Get details and example URL for a specific template:
curl -s https://api.memegen.link/templates/{id}
Always browse first if the user asks for a specific vibe or if you're unsure which template fits best.
curl -s -o meme.png "https://api.memegen.link/images/{template}/{top}/{bottom}.png"
| Parameter | Example |
|-----------|---------|
| Width | ?width=800 |
| Height | ?height=600 |
| Layout | ?layout=top or ?layout=bottom |
| Format | .png, .jpg, .webp, .gif |
https://api.memegen.link/images/custom/{top}/{bottom}.png?style=https://example.com/image.jpg
# deployment humor
curl -s -o meme.png "https://api.memegen.link/images/fine/servers_on_fire/this_is_fine.png"
# code review
curl -s -o meme.png "https://api.memegen.link/images/fry/not_sure_if_bug/or_feature.png"
# comparing approaches
curl -s -o meme.png "https://api.memegen.link/images/drake/writing_tests/shipping_to_prod.png"
development
Review GitHub pull requests with structured code analysis. Use when asked to review a PR, check a pull request, or audit code changes.
development
Best practices for Remotion - Video creation in React
development
# Polymarket Documentation ## Docs - [Create deposit addresses](https://docs.polymarket.com/api-reference/bridge/create-deposit-addresses.md): Generate unique deposit addresses for depositing assets to your Polymarket wallet. **How it works:** 1. Submit your Polymarket wallet address 2. Receive deposit addresses for each blockchain type (EVM, Solana, Bitcoin) 3. Send assets from any supported chain to the appropriate deposit address 4. Assets are automatically bridged and swapped to USDC.e on
development
Personalize the agent — interview the user to build their profile (USER.md) and craft the agent's personality (SOUL.md). Triggered by 'onboard', 'personalize', 'set up my soul', etc.