lovesickness111

Meme Lord — AI skill for Claude Code

AI community

1 Minute to create memes with your AI Agent (e.g. Codex, Claude Code, GG Antigravity.

How to install Meme Lord

This entry records only its repository, not the path inside it, so there is no exact command to give. Open lovesickness111/meme-lord and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Meme Lord does

1 Minute to create memes with your AI Agent (e.g. Codex, Claude Code, GG Antigravity,...)

Alternatives in AI

  • Meme Rush — Track real-time meme token lists from launchpads (Pump.fun, Four.meme) and AI-powered hot market topics ranked 483 ★
  • Agentic SEO Skill — An LLM-first SEO analysis skill for Antigravity, Codex, Claude with 16 specialized sub-skills, 10 specialist a 419 ★
  • onWatch — Open-source Go CLI that tracks AI API quota usage across 7 providers (Synthetic, Z.ai, Anthropic, Codex, GitHu 397 ★

README

Meme Lord

Local-first meme generation for Codex, Claude Code, and other AI agents.

Meme Lord renders deterministic PNG, WebP, and GIF memes from templates. It runs **entirely on the user's machine** — no server hosting required. The MCP server is a local `stdio` process spawned automatically by your AI agent.

How to use with an AI Agent

There are **two ways** to give your AI agent the ability to cook memes:


Way 1 — Clone the repo (recommended for developers)

Clone the repository and open it in your AI agent. The `meme-cook` skill is automatically discovered from `.agents/skills/meme-cook/SKILL.md` — no extra setup needed.

git clone https://github.com/lovesickness111/meme-lord.git
cd meme-lord
npm install
npm run build

Then simply ask your agent:

*"Tạo meme trêu thằng bạn suốt ngày bị limit quota Claude"*

The agent will activate the `meme-cook` skill automatically and use the CLI (`npx tsx src/cli.ts render ...`) to render memes locally.

**Advantages:**

  • Skill auto-loaded, no manual setup.
  • Render via CLI — fast, direct, offline.
  • Full source access for customization.

Way 2 — Install via NPM + copy the meme-cook skill

For users who don't want to clone the full ~90 MB repo, install just the MCP server package and grab the skill file separately.

**Step 1 — Register the MCP server** (runs locally on user's machine via stdio):

# Claude Code
claude mcp add --scope user meme-lord -- cmd /c npx -y @nvcuong1/meme-lord mcp

# Codex
codex mcp add meme-lord -- cmd /c npx -y @nvcuong1/meme-lord mcp

**How does the MCP server work?** When your agent needs to render a meme, it spawns a local Node.js process (`npx @nvcuong1/meme-lord mcp`) on the user's machine. The agent communicates with it via `stdin`/`stdout` (stdio). Nothing runs on the internet — all rendering happens locally, offline, on the user's machine. You (the developer) do not host anything.

**Step 2 — Copy the meme-cook skill** into your project:

D