meme-maker

meme-maker is a skill for Claude Code, Codex from subhansh-dev/agent-maxxing. It costs 19 tokens per session (554 once invoked), scanned A, original, MIT.

A tool for finding meme templates, suggesting formats, and creating local or hosted image memes.

In plain words
What is it for?
Use it to search templates, render SVG or PNG memes locally, or create hosted memes through Imgflip.
Why use it?
It makes it easier to turn an idea or situation into a meme without manually preparing the image.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search templates, render SVG or PNG memes locally, or create hosted memes through Imgflip.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/subhansh-dev/agent-maxxing/11-meme-maker
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add subhansh-dev/agent-maxxing --skill 11-meme-maker
Clone the repo
git clone --depth 1 https://github.com/subhansh-dev/agent-maxxing

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meme-maker

README.md
[![agentmods](https://agentmods.dev/badge/skills/subhansh-dev/agent-maxxing/11-meme-maker/github.svg)](https://agentmods.dev/skills/subhansh-dev/agent-maxxing/11-meme-maker)
Your own site
<a href="https://agentmods.dev/skills/subhansh-dev/agent-maxxing/11-meme-maker"><img src="https://agentmods.dev/badge/skills/subhansh-dev/agent-maxxing/11-meme-maker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meme-maker

Your own site · 80×15
<a href="https://agentmods.dev/skills/subhansh-dev/agent-maxxing/11-meme-maker"><img src="https://agentmods.dev/badge/skills/subhansh-dev/agent-maxxing/11-meme-maker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 554 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00554
Opus 5 $0.00010 $0.00277
Sonnet 5 $0.00004 $0.00111
Haiku 4.5 $0.00002 $0.00055

Measured 5d ago against content hash 8c13883f3be6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

meme-maker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

visual/11-MEME-MAKER/SKILL.md · 43 lines

What it actually says

Meme Maker

Create meme drafts from a curated template registry without bundling copyrighted template images.

Quick start

  • Search: {baseDir}/scripts/meme.mjs search "bad choice"
  • Suggest: {baseDir}/scripts/meme.mjs suggest "slow python image scripts"
  • Local SVG: {baseDir}/scripts/meme.mjs render drake --text "Python cold starts" --text "Node sharp cache" --out /tmp/meme.svg
  • Local PNG: {baseDir}/scripts/meme.mjs render drake --text "Maybe API" --text "Local render" --out /tmp/meme.png
  • Imgflip hosted: {baseDir}/scripts/meme.mjs render drake --service imgflip --text "before" --text "after"

Modes

  • local is default. It downloads template images from their source URL with a browser-like user agent, caches them under the user cache dir, embeds the image in an SVG, and writes SVG. If --out ends in .png, it uses sharp when available.
  • imgflip calls Imgflip caption_image and prints the hosted URL. It requires IMGFLIP_USER and IMGFLIP_PASS unless supplied via --username and --password.

Commands

  • list [--json]: list the built-in curated templates.
  • search <query> [--json]: search template names, aliases, tags, and use cases.
  • suggest <topic> [--limit N] [--json]: rank templates for the topic.
  • render <template> --text TEXT ... [--out PATH] [--service local|imgflip]: generate a meme.
  • refresh [--limit N] [--json]: fetch current Imgflip top templates for research; do not overwrite the curated registry automatically.

Template registry

  • Read {baseDir}/references/templates.json for the curated 20-template registry.
  • Each entry includes Imgflip metadata, Know Your Meme link, aliases, tags, fields, and local text placement boxes.
  • Prefer suggest first when the user describes a joke but does not know the format.

Hygiene

  • Do not ship template image files in the skill.
  • Do not use shared or hardcoded Imgflip credentials.
  • Keep Know Your Meme lookups out of the render hot path; use KYM links for explanation/provenance only.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 43 lines · 19 tokens per session scan A 8c13883f3be6

Subscribe to this mod's changes

meme-maker is a skill published in the GitHub repository subhansh-dev/agent-maxxing (2 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 554 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories