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.
npx agentmods add skills/dhruvmehra/makememe/memeclinpx skills add dhruvmehra/makememe --skill memecligit clone --depth 1 https://github.com/dhruvmehra/makememeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00121 | $0.02820 |
| Opus 5 | $0.00060 | $0.01410 |
| Sonnet 5 | $0.00024 | $0.00564 |
| Haiku 4.5 | $0.00012 | $0.00282 |
Grade A, and why
meme scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
> ad-hoc `python`/`curl`), do not guess template ids, and keep to one bare How it starts
The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.
meme
Generate memes from the command line. The meme command wraps the free
memegen.link API — no API key needed.
Prime directive. For any meme request, use this skill end-to-end and drive the
memeCLI directly. Do not reimplement it (no hand-built URLs, no ad-hocpython/curl), do not guess template ids, and keep to one bare--print-urlcommand. The Rules below are mandatory, not suggestions — follow them every time, including the very first.
Prerequisite
The meme command must be installed. Check with meme --list. If it's missing,
install it:
uv tool install makememe
# or: pipx install makememe
Rules (always follow)
These apply everywhere the tool runs — interactive Claude Code and CI/CD:
- Always go through the
memeCLI. Never hand-build amemegen.linkURL, never write ad-hoc Python/scripts to construct or fetch one, and never reimplement the escaping. The CLI handles path-segment escaping, line order, errors, and output — reproducing it by hand gets these wrong. - Discover template ids with
meme --list(or--list --json). Don't guess ids from memory — guessed ids (buttons,twobuttons, …) 404. List first, then use a verified id. - Parse output with
--json, read it directly. When you need the path/URL in a script, usememe ... --jsonand read the JSON fields. Do not pipe it throughpython3 -c,sed, orawkto extract values —--json/--print-urlalready give you exactly what you need. - In CI/CD, install and call the CLI (
pip install makememe→meme ... --print-url). Don'tcurlthe API or build URLs inline in a workflow step. - Keep it smooth — one clean command, no files. Default to
--print-url; do not download or save a file (-o,--open) unless the user explicitly asks for one. Runmemeas a single bare command — never pipe it intogrep/tail/awkor add redirects. A bare, consistentmeme ...shape means one permission approval covers every call and nothing is written to disk; piping turns each call into a new command the user has to approve again.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago First seen · 197 lines · 121 tokens per session scan A 53fd797f8467
meme is a skill published in the GitHub repository dhruvmehra/makememe (2 stars, last pushed 2mo ago), licensed MIT. It adds 121 tokens to every session and 2,820 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
SunPump Meme Token Toolkit
Create meme tokens on SunPump (sun sunpump launch), trade them — both pre-launch (bonding curve via sun sunpump buy/sell) and post-launch (SunSwap via sun swap) — and query token info, rankings, holders, portfolios, and trade history.
pump-claims-readonly
Read-only query methods for PumpFun claims — unclaimed token rewards, creator vault balances, volume accumulators, distributable fees, and current-day token previews across Pump and PumpAMM programs.
pump-bonding-curve
Constant-product AMM bonding curve math for Pump token pricing — buy/sell quoting, fee-aware calculations, market cap computation, tiered fees, ceiling division, virtual vs real reserves, and edge-case handling.
pump-token-lifecycle
Full token lifecycle from creation through bonding curve trading, graduation detection, AMM migration, fee collection, and volume tracking on Solana using PumpSdk and OnlinePumpSdk.
pump-ai-agents
AI agent integration layer for the Pump SDK — agent instruction files, .well-known discovery, LLM context documents, 15+ skill files, MCP server prompts, and terminal management rules for GitHub Copilot, Claude, and Gemini.
pump-fee-sharing
Configure and distribute creator fees to multiple shareholders using the PumpFees program with BPS-based share allocation, admin management, and cross-program fee consolidation for graduated tokens.