generating-memes
Original:🇺🇸 English
Translated
Creates memes using the meme CLI with 298 templates. Generates, previews, searches, and lists meme templates. Use when user asks to make memes, create memes, generate memes, or mentions specific meme names like petpet, slap, hug, rub, etc.
7installs
Added on
NPX Install
npx skill4agent add geekjourneyx/meme-generator-skill generating-memesTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Generating Memes
Creates memes using the meme CLI tool with 298+ templates.
Quick Start
List all templates:
bash
meme listSearch templates by keyword:
bash
meme search <keyword>Generate a meme:
bash
meme generate <template> --images <paths> --texts <texts>Popular Templates
Most commonly used templates:
| Template | Description | Type |
|---|---|---|
| Petting animation (摸/摸摸) | Image |
| Slapping animation (一巴掌) | Image |
| Hugging animation (抱/抱抱) | Image |
| Nuzzling animation (贴/贴贴) | Image |
| Patting animation (拍) | Image |
| Kissing animation (亲/亲亲) | Image |
| Pinching face (捏/捏脸) | Image |
| Big/small text contrast | Text |
| "Always" format meme | Text |
| Shocked reaction (震惊) | Text |
| Clown meme (小丑) | Image |
| Staring at you (盯着你) | Image |
| Loading animation | Text |
| Good news header (喜报) | Text |
| Bad news header (悲报) | Text |
| Applause (鼓掌) | Image |
| Praise (表扬) | Text |
| Speechless (无语) | Image |
| Run away (快逃) | Image |
| Suck/Sip animation (吸/嗦) | Image |
See full template list
Usage Patterns
Image-based Memes
Templates requiring one or more images:
bash
# Single image
meme generate petpet --images /path/to/photo.jpg
# Save to file
meme generate petpet --images /path/to/photo.jpg > output.gifText-based Memes
Templates using only text:
bash
# 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
- Search for a template:
meme search <keyword> - Preview the template:
meme preview <template> - Check requirements:
meme info <template> - Generate the meme:
meme generate <template> [options]
Example: Create a Petpet Meme
bash
# 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.gifCommands Reference
| Command | Description |
|---|---|
| List all 298 templates |
| Search templates by keyword |
| Show template requirements (images, texts, params) |
| Generate template preview |
| Create meme |
| Download required resources |
See more examples
Troubleshooting
"meme: command not found"
The meme CLI is not installed. Install it from GitHub:
bash
# 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 downloadAlternative: Build from source with Rust:
bash
cargo install meme-generator
meme downloadTemplate Not Found
If generation fails with "unknown template" error:
bash
# 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:
bash
meme downloadThis downloads all required template assets.
Network Issues (Download Failed)
If fails with connection timeout:
meme downloadbash
# 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/releasesNote: Some templates may work without downloaded resources if they have built-in assets.
Tips
- Use before generating to understand requirements
meme info <template> - Redirect output to save:
> output.gif - Many templates support both images and text
- Some templates have optional parameters (like for petpet)
--circle - Use for discovery when unsure of template name
meme search