Install
openclaw skills install @tenequm/memegen-rsGenerate 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 animated GIF). Use when asked to make a meme, caption an image, or produce a shareable meme link.
openclaw skills install @tenequm/memegen-rsGenerate 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.
https://memegen.rs/images/{template}/{line1}/{line2}.png
Encode the caption text into each path segment:
/._.__._ alone for a blank line.https://memegen.rs/images/drake/writing_a_parser/just_using_a_url.pnghttps://memegen.rs/images/buzz/memes/memes_everywhere.pnghttps://memegen.rs/images/drake.pnghttps://memegen.rs/images/custom/one_does_not_simply/use_a_database.png?background=https://example.com/photo.jpghttps://memegen.rs/images/fry/not_sure_if_static/or_animated.gifstyle - alternate background variant for the templatelayout=top - place all captions at the topwidth, height - pad to a fixed size with a blurred letterboxcolor - text fill color (name or hex)GET https://memegen.rs/templatesGET https://memegen.rs/templates/{id}The complete, machine-readable contract - every endpoint, parameter, and schema - is the OpenAPI spec: https://memegen.rs/openapi.json.
Return the meme as a clickable link rather than pasting the raw URL into chat.