← All skills
Tencent SkillHub Β· AI

Smart Meme Generator

Generates context-aware memes by selecting optimal templates and crafting witty captions for any topic, situation, or social media content.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generates context-aware memes by selecting optimal templates and crafting witty captions for any topic, situation, or social media content.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/generate_meme.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Smart Meme Generator 🎭

Generate actual meme images from any topic. Uses imgflip API (free) for real image generation β€” returns shareable URLs.

How It Works

Two-step process: Template selection β€” analyzes topic keywords to pick the best meme format Image generation β€” creates the actual meme image with your captions via imgflip API The agent (you) provides the creative captions. The script handles template matching and image creation.

Select best template for a topic

python3 scripts/generate_meme.py "your topic here" Returns recommended template and box count.

Generate actual meme image

python3 scripts/generate_meme.py --template drake --captions "Bad option" "Good option" Returns a real image URL (e.g., https://i.imgflip.com/xxxxx.jpg).

List all templates

python3 scripts/generate_meme.py --list

JSON output (for automation)

python3 scripts/generate_meme.py --template drake --captions "text1" "text2" --json

Available Templates (20+)

KeyNameBoxesBest FordrakeDrake Hotline Bling2Comparisons, preferencesdistractedDistracted Boyfriend3Temptation, switching loyaltiesfineThis Is Fine2Chaos, denial, everything's brokenbrainExpanding Brain4Escalating levels, galaxy brain takescatWoman Yelling at Cat2Arguments, confusionchangeChange My Mind1Hot takes, controversial opinionsbuttonsTwo Buttons3Impossible choices, dilemmaspikachuSurprised Pikachu2Obvious/predictable outcomesstonksStonks1Money, trading, cryptopanikPanik Kalm Panik3Panic-relief-panic sequencesbuff_dogeBuff Doge vs Cheems4Then vs now comparisonsunoUNO Draw 252Refusing to do somethingalways_has_beenAlways Has Been2Revelationsgru_planGru's Plan4Plans that backfiretrade_offerTrade Offer3Deals, exchangesbernieBernie Asking1Repeated requestsleft_exitLeft Exit Off Ramp3Ignoring the obvious choicedisaster_girlDisaster Girl2Evil satisfactionhide_painHide the Pain Harold2Pretending everything's OKthink_about_itThink About It2Big brain logic

Workflow for Agent

When user asks for a meme: Run template selection with their topic to get the best format Write witty, specific captions that fit the template (be creative, match internet humor) Generate the image with --captions Send the image URL to the user Caption tips: Keep text SHORT β€” memes aren't essays Use internet humor conventions (lowercase, no periods, specific > generic) Match the template's energy (drake = preference, pikachu = obvious outcome, etc.) Be specific to the topic β€” generic captions are never funny

Setup

The skill ships with a free imgflip account. To use your own: export IMGFLIP_USER="your_username" export IMGFLIP_PASS="your_password" Register free at https://imgflip.com/signup

Dependencies

None β€” pure Python stdlib (urllib only).

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/generate_meme.py Scripts