Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
geekjourneyx avatar

Generating Memes

  • 43 installs
  • 30 repo stars
  • Updated February 8, 2026
  • geekjourneyx/meme-generator-skill

Create memes with the meme CLI across 298+ templates, generating, previewing, searching, and listing templates such as petpet, slap, hug, and rub.

About

Generates memes using a CLI tool backed by 298+ templates, with commands to preview, search, and list available templates. A developer uses it to make memes or work with specific named meme templates.

  • 298+ meme templates via the meme CLI
  • Supports generate, preview, search, and list operations

Generating Memes by the numbers

  • 43 all-time installs (skills.sh)
  • Ranked #912 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/geekjourneyx/meme-generator-skill --skill generating-memes

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs43
repo stars30
Last updatedFebruary 8, 2026
Repositorygeekjourneyx/meme-generator-skill

What it does

Create memes with the meme CLI across 298+ templates, generating, previewing, searching, and listing templates such as petpet, slap, hug, and rub.

Files

SKILL.mdMarkdownGitHub ↗

Generating Memes

Creates memes using the meme CLI tool with 298+ templates.

Quick Start

List all templates:

meme list

Search templates by keyword:

meme search <keyword>

Generate a meme:

meme generate <template> --images <paths> --texts <texts>

Popular Templates

Most commonly used templates:

TemplateDescriptionType
petpetPetting animation (摸/摸摸)Image
slapSlapping animation (一巴掌)Image
hugHugging animation (抱/抱抱)Image
rubNuzzling animation (贴/贴贴)Image
patPatting animation (拍)Image
kissKissing animation (亲/亲亲)Image
pinchPinching face (捏/捏脸)Image
5000choyenBig/small text contrastText
always"Always" format memeText
shockShocked reaction (震惊)Text
clownClown meme (小丑)Image
stare_at_youStaring at you (盯着你)Image
loadingLoading animationText
good_newsGood news header (喜报)Text
bad_newsBad news header (悲报)Text
applaudApplause (鼓掌)Image
praisePraise (表扬)Text
speechlessSpeechless (无语)Image
run_awayRun away (快逃)Image
suckSuck/Sip animation (吸/嗦)Image

See full template list

Usage Patterns

Image-based Memes

Templates requiring one or more images:

# Single image
meme generate petpet --images /path/to/photo.jpg

# Save to file
meme generate petpet --images /path/to/photo.jpg > output.gif

Text-based Memes

Templates using only text:

# 5000兆 (big/small contrast)
meme generate 5000choyen --texts "IMPORTANT" "ignore this"

# Always meme
meme generate always --texts "the answer is 42"

Mixed (Images + Text)

Recommended Workflow

1. Search for a template: meme search <keyword> 2. Preview the template: meme preview <template> 3. Check requirements: meme info <template> 4. Generate the meme: meme generate <template> [options]

Example: Create a Petpet Meme

# 1. Verify template exists
meme search pet

# 2. See what it needs
meme info petpet
# Output: needs 1 image, 0 text

# 3. Generate
meme generate petpet --images friend.jpg > petpet.gif

Commands Reference

CommandDescription
meme listList all 298 templates
meme search <keyword>Search templates by keyword
meme info <template>Show template requirements (images, texts, params)
meme preview <template>Generate template preview
meme generate <template>Create meme
meme downloadDownload required resources

See more examples

Troubleshooting

"meme: command not found"

The meme CLI is not installed. Install it from GitHub:

# Download the binary
curl -L https://github.com/MemeCrafters/meme-generator-rs/releases/latest/download/meme-x86_64-unknown-linux-gnu -o meme

# Make executable and install
chmod +x meme
sudo mv meme /usr/local/bin/

# Download required resources
meme download

GitHub: https://github.com/MemeCrafters/meme-generator-rs

Alternative: Build from source with Rust:

cargo install meme-generator
meme download

Template Not Found

If generation fails with "unknown template" error:

# Verify template name
meme list | grep <template>

# Search for similar templates
meme search <keyword>

# Check template info
meme info <template>

Missing Resources

If images or templates are missing:

meme download

This downloads all required template assets.

Network Issues (Download Failed)

If meme download fails with connection timeout:

# Error example:
# WARN Failed to download: Connection timed out (os error 110)
# The CLI cannot reach cdn.jsdelivr.net

# Solution: Download resources manually from GitHub releases
# Visit: https://github.com/MemeCrafters/meme-generator-rs/releases

Note: Some templates may work without downloaded resources if they have built-in assets.

Tips

  • Use meme info <template> before generating to understand requirements
  • Redirect output to save: > output.gif
  • Many templates support both images and text
  • Some templates have optional parameters (like --circle for petpet)
  • Use meme search for discovery when unsure of template name

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.