TopRank Skills

Home / Claw Skills / Autres / meme-generation
Official OpenClaw rules 15%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 meme-generation 技能。 若已安装,则直接安装 meme-generation 技能。

Overview

Skill Key
eftalyurtseven/meme-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/meme-generation
Latest Commit SHA
1817ddc651b51ab592c4a7267bfce2e1639e7486

Extracted Content

SKILL.md excerpt

# 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

```bash
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

| Format | Description | Best For |
|--------|-------------|----------|
| Classic Template | Recognizable meme formats | Maximum shareability |
| Reaction Image | Expressive faces/situations | Social media replies |
| Comparison | Side-by-side panels | Before/after, expectations vs reality |
| Multi-Panel | 2-4 panel sequences | Storytelling, escalation humor |
| Text Overlay | Large impact text on image | Direct, punchy jokes |
| Surreal/Abstract | Absurdist imagery | Gen-Z humor, niche communities |

## Use Case Examples

### 1. Classic Meme Template Generation

Generate images in the style of popular meme templates.

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key:...

Related Claw Skills