设计与多媒体

memegen-rs

试用

Generate meme images from memegen.rs by building a URL. The template and caption text go straight into the URL path, and the response is the image (PNG or an...

它能做什么

Generate memes by building a URL against . The response is the image itself - nothing to install, no account, no request body. The same URL always returns the same image, so a meme link is stable and shareable.

技能文档

memegen-rs

Generate memes by building a URL against https://memegen.rs. The response is the image itself - nothing to install, no account, no request body. The same URL always returns the same image, so a meme link is stable and shareable.

Build a captioned meme

https://memegen.rs/images/{template}/{line1}/{line2}.png

Encode the caption text into each path segment:

  • Separate caption lines with /.
  • Replace each space with _.
  • Replace a literal underscore with __.
  • Use _ alone for a blank line.

Examples

  • Two-line Drake meme: https://memegen.rs/images/drake/writing_a_parser/just_using_a_url.png
  • "X everywhere" (Buzz), top and bottom: https://memegen.rs/images/buzz/memes/memes_everywhere.png
  • Blank template, no caption: https://memegen.rs/images/drake.png
  • Caption any image on the web: https://memegen.rs/images/custom/one_does_not_simply/use_a_database.png?background=https://example.com/photo.jpg
  • Animated GIF output (templates whose source is an animated GIF): https://memegen.rs/images/fry/not_sure_if_static/or_animated.gif

Options (query parameters)

  • style - alternate background variant for the template
  • layout=top - place all captions at the top
  • width, height - pad to a fixed size with a blurred letterbox
  • color - text fill color (name or hex)

Find templates

  • Every template with its id, name, line count, and an example URL: GET https://memegen.rs/templates
  • A single template: GET https://memegen.rs/templates/{id}

Full reference

The complete, machine-readable contract - every endpoint, parameter, and schema - is the OpenAPI spec: https://memegen.rs/openapi.json.

Tip

Return the meme as a clickable link rather than pasting the raw URL into chat.

相关技能

把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。

作者 nssa.io1.0k 次安装47 星标

以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。

作者 johnpatternai21 次安装8 星标

在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。

作者 Iván1 次安装

按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。

作者 iswalle763 次安装66 星标

从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。

作者 fly0pants

tenequm 的更多技能

浏览全部技能

TanStack Query、Router、Start 在 React 全栈项目中的类型安全参考模式。

作者 tenequm22 次安装1 星标

用 MPP 协议在 HTTP 402 上做机器对机器支付,覆盖 TypeScript、Python、Rust 三套 SDK。

作者 tenequm20 次安装1 星标

构建高质量 Agent Skills 的实操指南,覆盖 SKILL.md 结构、frontmatter、描述写法与单文件 / references/ 取舍。

作者 tenequm24 次安装

Lance v11.0.0-beta.6 与 Rust/Python 引擎的固定版本参考资料,同时覆盖 v10.0.0 稳定线。

作者 tenequm22 次安装

用 Wrangler CLI 在 Cloudflare 全球边缘网络上开发并部署 JavaScript、TypeScript、Python 或 Rust 代码。

作者 tenequm20 次安装

用 Swift 6.3 构建原生 macOS 应用,覆盖 SwiftUI、SwiftData、并发与端侧 AI。

作者 tenequm19 次安装