meme-generation

Create meme PNGs from templates with Pillow text overlay.

  • creative
  • memes
  • humor
  • images

Declared platforms: linux · macos · windows

Install
npx skills add 'https://github.com/NousResearch/hermes-agent/tree/main/optional-skills/creative/meme-generation'
Download bundle ↓
main · 24fd22bScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

scripts/templates.json

scripts/templates.jsonBrowse 5 files
View on GitHub
← Back to SKILL.md
{  "this-is-fine": {    "name": "This is Fine",    "url": "https://i.imgflip.com/wxica.jpg",    "best_for": "chaos, denial, pretending things are okay",    "fields": [      {"name": "top", "x_pct": 0.5, "y_pct": 0.08, "w_pct": 0.95, "align": "center"},      {"name": "bottom", "x_pct": 0.5, "y_pct": 0.92, "w_pct": 0.95, "align": "center"}    ]  },  "drake": {    "name": "Drake Hotline Bling",    "url": "https://i.imgflip.com/30b1gx.jpg",    "best_for": "rejecting one thing, preferring another",    "fields": [      {"name": "reject", "x_pct": 0.73, "y_pct": 0.25, "w_pct": 0.45, "align": "center"},      {"name": "approve", "x_pct": 0.73, "y_pct": 0.75, "w_pct": 0.45, "align": "center"}    ]  },  "distracted-boyfriend": {    "name": "Distracted Boyfriend",    "url": "https://i.imgflip.com/1ur9b0.jpg",    "best_for": "distraction, shifting priorities, temptation",    "fields": [      {"name": "distraction", "x_pct": 0.18, "y_pct": 0.90, "w_pct": 0.30, "align": "center"},      {"name": "current", "x_pct": 0.55, "y_pct": 0.90, "w_pct": 0.30, "align": "center"},      {"name": "person", "x_pct": 0.82, "y_pct": 0.90, "w_pct": 0.30, "align": "center"}    ]  },  "two-buttons": {    "name": "Two Buttons",    "url": "https://i.imgflip.com/1g8my4.jpg",    "best_for": "impossible choice, dilemma between two options",    "fields": [      {"name": "left_button", "x_pct": 0.30, "y_pct": 0.20, "w_pct": 0.28, "align": "center"},      {"name": "right_button", "x_pct": 0.62, "y_pct": 0.12, "w_pct": 0.28, "align": "center"},      {"name": "person", "x_pct": 0.5, "y_pct": 0.85, "w_pct": 0.90, "align": "center"}    ]  },  "expanding-brain": {    "name": "Expanding Brain",    "url": "https://i.imgflip.com/1jwhww.jpg",    "best_for": "escalating irony, increasingly absurd ideas",    "fields": [      {"name": "level1", "x_pct": 0.25, "y_pct": 0.12, "w_pct": 0.45, "align": "center"},      {"name": "level2", "x_pct": 0.25, "y_pct": 0.38, "w_pct": 0.45, "align": "center"},      {"name": "level3", "x_pct": 0.25, "y_pct": 0.63, "w_pct": 0.45, "align": "center"},      {"name": "level4", "x_pct": 0.25, "y_pct": 0.88, "w_pct": 0.45, "align": "center"}    ]  },  "change-my-mind": {    "name": "Change My Mind",    "url": "https://i.imgflip.com/24y43o.jpg",    "best_for": "strong or ironic opinion, controversial take",    "fields": [      {"name": "statement", "x_pct": 0.58, "y_pct": 0.78, "w_pct": 0.35, "align": "center"}    ]  },  "woman-yelling-at-cat": {    "name": "Woman Yelling at Cat",    "url": "https://i.imgflip.com/345v97.jpg",    "best_for": "argument, blame, misunderstanding",    "fields": [      {"name": "woman", "x_pct": 0.27, "y_pct": 0.10, "w_pct": 0.50, "align": "center"},      {"name": "cat", "x_pct": 0.76, "y_pct": 0.10, "w_pct": 0.44, "align": "center"}    ]  },  "one-does-not-simply": {    "name": "One Does Not Simply",    "url": "https://i.imgflip.com/1bij.jpg",    "best_for": "something that sounds easy but is actually hard",    "fields": [      {"name": "top", "x_pct": 0.5, "y_pct": 0.08, "w_pct": 0.95, "align": "center"},      {"name": "bottom", "x_pct": 0.5, "y_pct": 0.92, "w_pct": 0.95, "align": "center"}    ]  },  "grus-plan": {    "name": "Gru's Plan",    "url": "https://i.imgflip.com/26jxvs.jpg",    "best_for": "a plan that backfires, unexpected consequence",    "fields": [      {"name": "step1", "x_pct": 0.5, "y_pct": 0.05, "w_pct": 0.45, "align": "center"},      {"name": "step2", "x_pct": 0.5, "y_pct": 0.30, "w_pct": 0.45, "align": "center"},      {"name": "step3", "x_pct": 0.5, "y_pct": 0.55, "w_pct": 0.45, "align": "center"},      {"name": "realization", "x_pct": 0.5, "y_pct": 0.80, "w_pct": 0.45, "align": "center"}    ]  },  "batman-slapping-robin": {    "name": "Batman Slapping Robin",    "url": "https://i.imgflip.com/9ehk.jpg",    "best_for": "shutting down a bad idea, correcting someone",    "fields": [      {"name": "robin", "x_pct": 0.28, "y_pct": 0.08, "w_pct": 0.50, "align": "center"},      {"name": "batman", "x_pct": 0.72, "y_pct": 0.08, "w_pct": 0.50, "align": "center"}    ]  }}