
Meme Factory
Generate visual and textual memes quickly for social posts, team humor, or launch moments without opening a design tool.
Overview
Meme Factory is an agent skill most often used in Grow (also Launch distribution and Ship launch) that generates image and textual memes via memegen.link and template helpers.
Install
npx skills add https://github.com/softaworks/agent-toolkit --skill meme-factoryWhat is this skill?
- memegen.link URL API—no API key, 100+ built-in templates
- Popular templates: buzz, drake, success, fine, fry, changemind, distracted
- Textual formats: greentext and copypasta in addition to image memes
- URL-based stateless generation with font, dimension, and background controls
- Suited for code-review humor, deploy celebrations, and bug/feature jokes
- 100+ meme templates via memegen.link
- No API key required
Adoption & trust: 3.7k installs on skills.sh; 2k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You want a meme for a thread or team channel but do not want to leave the agent or learn a design app.
Who is it for?
Indie hackers and dev advocates who need fast, humorous visuals for social and internal comms.
Skip if: Formal investor decks, regulated advertising, or campaigns requiring custom brand illustration.
When should I use this skill?
User wants to add humor to technical conversations, create social visuals, engage code reviews, celebrate deployments, or meme bugs and tech decisions.
What do I get? / Deliverables
You get a direct meme image URL or textual meme block ready to paste into social, chat, or release comms.
- PNG meme URL from memegen.link
- Greentext or copypasta formatted text meme
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Meme Factory primarily supports compounding attention and engagement through shareable content in the grow phase. Content subphase is the canonical shelf for meme URLs and greentext-style artifacts used in marketing and community touchpoints.
Where it fits
Attach a buzz-template meme to a feature announcement thread.
Ship a drake comparison meme contrasting old vs new positioning for Product Hunt.
Post a success-template meme in Slack after a production deploy.
How it compares
Use as a zero-key generator skill instead of manual memegen.link URL crafting or heavy design tools.
Common Questions / FAQ
Who is meme-factory for?
Solo builders and small teams using Claude Code or similar agents who want quick memes for growth, launches, or dev-team banter.
When should I use meme-factory?
Use it in Grow content for social hooks, Launch distribution for announcement memes, or Ship launch celebrations—or anytime you want humor around bugs, deploys, or tech decisions.
Is meme-factory safe to install?
It calls a public meme API over the network without storing secrets; review the Security Audits panel on this Prism page and avoid sensitive data in meme text.
SKILL.md
READMESKILL.md - Meme Factory
# Meme Factory A Claude Code skill for generating memes using the memegen.link API and textual meme formats. ## Purpose The Meme Factory skill enables you to quickly create visual memes for various contexts - from code reviews to deployment celebrations. It uses the free memegen.link API to generate memes with custom text on popular templates, and also supports textual meme formats like greentext and copypasta. ## When to Use Use this skill when you want to: - Add humor to technical conversations - Create visual content for social media - Make code reviews more engaging - Celebrate successful deployments - Generate memes about bugs, features, or tech decisions - Need quick visual aids without design tools ## How It Works The skill leverages the memegen.link API, which generates memes on-demand using URL parameters: ``` https://api.memegen.link/images/{template}/{top_text}/{bottom_text}.png ``` Key features: - **No API key required** - Free and open-source - **100+ templates** - Popular meme formats built-in - **URL-based** - All parameters in the URL (stateless) - **Custom styling** - Control dimensions, fonts, and backgrounds - **Special character encoding** - Handles spaces, symbols, newlines ## Key Features ### 1. Popular Templates - `buzz` - "X, X everywhere" format - `drake` - Two-panel comparison - `success` - Celebrating wins - `fine` - "This is fine" irony - `fry` - "Not sure if..." uncertainty - `changemind` - Controversial opinions - `distracted` - Wrong priorities - `mordor` - "One does not simply..." ### 2. Text Formatting - Spaces: Use `_` or `-` - Newlines: Use `~n` - Special chars: `~q` (question), `~p` (percent), `~s` (slash), `~h` (hash) ### 3. Customization Options - Image formats: PNG, JPG, WebP, GIF - Dimensions: Custom width/height - Layout: Top, bottom, or default - Fonts: Multiple options available - Custom backgrounds: Use any image URL ### 4. Textual Memes Includes 15+ text-based meme formats: - Greentext stories - Copypasta - ASCII art - Reaction emojis - And more (see markdown-memes-guide.md) ## Usage Examples ### Basic Meme ``` /meme-factory buzz memes memes_everywhere ``` Generates: https://api.memegen.link/images/buzz/memes/memes_everywhere.png ### Code Review Context ``` /meme-factory fry not_sure_if_feature or_bug ``` Generates: https://api.memegen.link/images/fry/not_sure_if_feature/or_bug.png ### Deployment Success ``` /meme-factory success deployed_to_production zero_downtime ``` Generates: https://api.memegen.link/images/success/deployed_to_production/zero_downtime.png ### Comparing Options ``` /meme-factory drake manual_testing automated_testing ``` Generates: https://api.memegen.link/images/drake/manual_testing/automated_testing.png ### Production Issues ``` /meme-factory fine memory_usage_at_99~ this_is_fine ``` Generates: https://api.memegen.link/images/fine/memory_usage_at_99~/this_is_fine.png ### With Custom Dimensions ``` /meme-factory buzz features features_everywhere ``` Add query params: `?width=1200&height=630` for social media ### Natural Language ``` meme-factory: create a meme about deploying on friday ``` Claude will select appropriate template (likely `mordor`) and generate the meme. ## Quick Start 1. **Invoke the skill:** ``` /meme-factory ``` 2. **Specify template and text:** ``` /meme-factory {template} {top_text} {bottom_text} ``` 3. **Or use natural language:** ``` meme-factory: create a meme about {your topic} ``` 4. **Browse templates:** Visit https://api.memegen.link/templates/ to see all available templates 5. **Test the URL:** ```bash curl -I "https://api.memegen.link/images/buzz/test/test.png" ``` ## Template Selection Guide | Context | Recommended Template | Why | |---------|---------------------|-----| | Comparing two options | `drake` | Two-panel reject/approve | | Celebrating wins | `success` | Positive emphasis | | Things going wrong | `fine` | Ironic "everything is fine" | | Un