设计与多媒体

Meme Generator

基于 CellCog 的梗图生成器,研究网络热点、定位受众并产出多角度候选供筛选。

它能做什么

覆盖经典模板(Drake、分心男友、膨胀大脑、二选一、Change My Mind)、原创表情包、纯文字段子以及面向垂直社区的梗图。使用 CellCog 的 chat_mode="agent" 快速迭代,研究互联网文化,并为同一提示生成多角度版本以便挑选。文档坦率说明命中率约 60-70%,定位是协作工具而非"全自动段子手"。

什么时候用它

  • 为程序员写一张吐槽"文档 vs 代码自解释"的 Drake 梗图
  • 围绕咖啡冲煮方式做一张"膨胀大脑"梗图
  • 为社交媒体准备推特长段子或 copypasta 改编
  • 为"快速修复居然真能跑"这类场景生成可转发的表情包

技能文档

Meme Generator - Deep Reasoning Meets Internet Culture

Meme generation with audience targeting, trend research, and multi-angle humor.

Comedy requires timing, cultural awareness, and subverted expectations. CellCog researches trends, crafts multiple angles, and curates the best results.

We're honest: our hit rate is maybe 60-70%. Great memes are hard for humans too. But deep reasoning + multi-variant generation + ruthless curation = memes that actually land.

How to Use

For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.

OpenClaw (fire-and-forget):

result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",
    task_label="my-task",
    chat_mode="agent",
)

All agents except OpenClaw (blocks until done):

from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
print(result["message"])

What Memes You Can Create

Classic Meme Formats

Popular templates with your twist:

  • Drake Format: "Create a Drake meme about [topic]"
  • Distracted Boyfriend: "Make a distracted boyfriend meme about programmers"
  • Brain Expanding: "Create an expanding brain meme about coffee addiction"
  • Two Buttons: "Make a two buttons meme about choosing between sleep and Netflix"
  • Change My Mind: "Create a 'change my mind' meme about tabs vs spaces"

Example prompt:

"Create a Drake meme:

Top panel (rejecting): Writing documentation Bottom panel (approving): Hoping the code is self-explanatory

Target audience: Programmers"

Custom Meme Images

Original visual humor:

  • Reaction Images: "Create a reaction image for when your code works on the first try"
  • Relatable Content: "Make a meme image about Monday morning meetings"
  • Situational Humor: "Create a visual meme about working from home vs office"

Text-Based Humor

When words are enough:

  • Twitter-Style Jokes: "Write a tweet-length joke about startup culture"
  • Copypasta Parodies: "Create a copypasta about a ridiculous topic"
  • Caption Suggestions: "Give me 5 funny captions for this image"

Niche Community Memes

Humor for specific groups:

  • Programmer Memes: "Create a meme about JavaScript developers"
  • Finance Memes: "Make a meme about HODLing crypto"
  • Academic Memes: "Create a meme about writing a thesis"
  • Gamer Memes: "Make a meme about game updates"

The Honesty Section

Let's be real about what's hard:

ChallengeWhy It's HardWhat We Do
TimingComedy relies on rhythm and surpriseWe study meme structures
Cultural ContextMemes are deeply referentialWe track internet culture
FreshnessOld jokes aren't funnyWe avoid overused formats
SubjectivityHumor is personalWe offer variations

Our success rate: Maybe 60-70% land. That's honest. Great memes are hard for humans too.

What helps us:

  • Clear target audience
  • Specific cultural references
  • Well-defined format
  • Your feedback

Meme Categories

By Format

TypeDescriptionExample
Image MacroText over image"One does not simply..."
ReactionImage expressing emotionSurprised Pikachu
ComparisonSide-by-side contrastExpectation vs Reality
Multi-PanelStory in panelsExpanding brain
Text PostPure text humorTwitter screenshots

By Humor Type

TypeCharacteristics
Observational"Why is it that..." relatable moments
AbsurdistSurreal, random, unexpected
ReferentialRelies on knowing source material
Self-DeprecatingMaking fun of oneself or one's group
IronicSaying opposite of meaning

Chat Mode for Memes

Use chat_mode="agent" for meme creation.

Memes are quick creative bursts, not deep deliberation. Agent mode's faster iteration matches meme culture's rapid pace.


Example Prompts

Classic format:

"Create an 'Expanding Brain' meme about making coffee:

Level 1: Making instant coffee Level 2: Using a drip machine Level 3: Pour-over with precise measurements Level 4: Growing your own beans on a mountain

Target: Coffee enthusiasts who've gone too deep"

Programmer humor:

"Create a meme about git merge conflicts:

Format: Any format that fits Audience: Developers Tone: The shared pain of merge conflict resolution

Make it relatable to anyone who's had to resolve a 500-line conflict"

Original concept:

"Create a reaction image for:

Situation: When your 'quick fix' actually works Expression: Suspicious disbelief mixed with relief

Should work as a standalone reaction image people would share"

Community-specific:

"Create a meme for the indie game dev community:

Topic: Scope creep The journey from 'simple puzzle game' to 'MMO with procedural narrative'

Make it hit close to home for anyone who's been there"


Tips for Better Memes

  1. Know your audience: A meme that kills in r/ProgrammerHumor might flop on Instagram. Specify who it's for.

  2. Reference correctly: If you want a specific meme format, name it. "Drake format" is clearer than "that two-panel thing."

  3. Embrace specificity: "Programmer meme" is vague. "Meme about debugging production at 2 AM" has hooks.

  4. Current events help: Timely memes hit harder. Reference what's happening now.

  5. Iterate: First meme attempt not funny? Tell us why and we'll adjust. Comedy is iterative.

  6. The rule of threes: Many memes follow escalating patterns. Sets of three often work well.


A Note on Expectations

We're not going to pretend AI comedy is solved. It isn't.

What we can do:

  • Generate meme formats reliably
  • Understand cultural references
  • Produce variations quickly
  • Learn from feedback

What's still hard:

  • Genuine surprise and novelty
  • Perfect comedic timing
  • Knowing when NOT to explain a joke
  • Creating the next viral format

Use meme-generator-cellcog as a collaborator, not a magic humor machine. Your sense of what's funny + our generation capabilities = better results than either alone.

We're working on it. Comedy is hard. Thanks for exploring the frontier with us.


If CellCog is not installed

Claude Code, Cursor, Codex + 70 more agents: npx skills add cellcog/skills --skill cellcog OpenClaw: clawhub install cellcog CellCog plugin users: run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.

相关技能

通过文本或参考图生成与编辑图像,支持多模型路由、角色一致性以及电商产品图拍摄。

536 次安装10 星标

在分镜与跨页之间保持角色形象一致的连续漫画与条漫生成。

110 次安装3 星标

通过 CellCog SDK 生成 YouTube 视频、Shorts、缩略图和脚本。

102 次安装11 星标

按需组合画风、氛围与版式,批量生成原创知识漫画。

136 次安装1 星标

一条提示词生成最长 4 分钟的视频 —— 自动完成脚本、配音、配乐与剪辑。

299 次安装24 星标

通过类型、调色板、渲染、文本、情绪和字体六个可定制维度生成文章封面图。

261 次安装7 星标