表情包 / Meme 生成

SkillMedia

Lets your agent add meme text or caption bars to images to create memes and reaction images.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the 表情包 / Meme 生成 skill

About this capability

Meme / sticker generation: add classic top-and-bottom large text (white with black outline) to an image to make a meme, or add caption bars above/below the image to make a reaction image ("when..." format). Supports both Chinese and English, with automatic line wrapping and adaptive font size. Use w

What this skill tells your AI

The instructions your AI receives, as published by zju-real/easel in skills/openclaw/meme-generator/SKILL.md and read by ahel’s review.

给图片加梗字做表情包。两种排版:经典上下大字叠在图上,或加纯色配文条(反应图格式)。 走 skills/shared/scripts/meme_ops.py不要手算字号/换行——脚本已做自适应字号、 中英文换行、白字黑边。

精致金句卡片见 card-quote;小红书知识卡见 card-xiaohongshu;加水印见 image-editing

输入

字段必填说明
底图表情包底图/截图/反应图(没给就问)
文字上下字(overlay)或配文(bar)
排版overlay 上下叠字(默认)/ top-bar 顶配文 / bottom-bar 底配文

输出(outputs/主题名/

  • 表情包图片(jpg/png)

执行步骤

脚本路径(相对项目根):skills/shared/scripts/meme_ops.pymake -h 看参数)。

# 经典上下大字(白字黑边叠图上)
python skills/shared/scripts/meme_ops.py make -i cat.jpg \
  -o outputs/主题名/out.jpg --top "老板说" --bottom "这个需求很简单"

# 反应图:顶部配文条("当…的时候"格式)
python skills/shared/scripts/meme_ops.py make -i react.jpg \
  -o outputs/主题名/out.jpg --layout top-bar \
  --caption "当我周一早上打开电脑看到一堆消息"

# 底部黑条白字
python skills/shared/scripts/meme_ops.py make -i img.jpg -o out.png \
  --layout bottom-bar --caption "这就是生活" --bar-color black --text-color white

排版怎么选

排版效果适用
overlay(默认)白字黑边叠在图上、顶/底经典梗图(top/bottom text)
top-bar图上方加白条黑字反应图、"当…的时候"
bottom-bar图下方加配文条吐槽、点题
  • 英文默认转大写(更"梗"),--no-upper 关闭。
  • 描边粗细 --stroke(overlay,默认按字号自适应)。

规则

  1. 文字精炼——梗图靠短句,别写长段。
  2. 字号/换行由脚本自适应,别手动塞超长文本(会自动缩小但太长仍不好看)。
  3. overlay 用 --top/--bottom;bar 布局用 --caption。
  4. 要透明或多次叠加时输出 .png,一般发图用 .jpg
  5. 产物统一进 outputs/主题名/

参考来源

经典 meme(Impact 白字黑边上下排)与中文反应图(配文条)是社媒高传播格式。用 Pillow 做 自适应字号、中英混排换行、描边,输出确定可复现。

Signals

GitHub stars
1k
Forks
171
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
meme-generator-zju-real
Source
github.com/zju-real/easel