ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

meme-generation

Generate memes using each::sense AI. Create classic meme templates, custom memes, brand memes, reaction memes, comparison memes, trending formats, and more for social media, marketing, and entertainment.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/meme-generation
Or

Meme Generation

Generate viral-worthy memes using each::sense. This skill creates images optimized for social media sharing, brand marketing, workplace humor, and internet culture engagement.

Features

  • Classic Templates: Generate images in popular meme formats (Drake, Distracted Boyfriend, etc.)
  • Custom Memes: Create original meme images from any prompt
  • Brand Memes: Marketing-friendly memes that maintain brand voice
  • Reaction Memes: Expressive images for social media responses
  • Comparison Memes: Side-by-side or before/after formats
  • Trending Formats: Current viral meme styles and formats
  • Text Overlay Memes: Images with integrated meme text
  • Multi-Panel Memes: Comic-strip style sequential panels
  • Corporate/Workplace Memes: Office humor and professional satire
  • Industry-Specific Memes: Niche humor for specific communities

Quick Start

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a meme about developers when the code works on the first try - shocked and suspicious expression",
    "mode": "max"
  }'

Meme Formats & Styles

FormatDescriptionBest For
Classic TemplateRecognizable meme formatsMaximum shareability
Reaction ImageExpressive faces/situationsSocial media replies
ComparisonSide-by-side panelsBefore/after, expectations vs reality
Multi-Panel2-4 panel sequencesStorytelling, escalation humor
Text OverlayLarge impact text on imageDirect, punchy jokes
Surreal/AbstractAbsurdist imageryGen-Z humor, niche communities

Use Case Examples

1. Classic Meme Template Generation

Generate images in the style of popular meme templates.

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a meme image in the style of the Drake meme format. Two panels vertically stacked. Top panel: a person looking away dismissively with hand up rejecting something. Bottom panel: same person smiling and pointing approvingly. Clean white background, expressive poses.",
    "mode": "max"
  }'

2. Custom Meme from Prompt

Create an original meme image from a creative concept.

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a meme image of a cat sitting at a computer desk looking extremely confused at the screen, office setting, dramatic lighting from the monitor, the cat has reading glasses on. Funny and relatable vibe for when you receive a confusing email.",
    "mode": "max"
  }'

3. Brand Meme Marketing

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-meme-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.