Install
openclaw skills install @brucegutman/pipeworx-imgflipTop 100 meme templates from Imgflip — names, dimensions, and image URLs ready for captioning
openclaw skills install @brucegutman/pipeworx-imgflipGet the top 100 meme templates from Imgflip, ranked by popularity. Each template includes its name, image URL, width, height, and box count (number of text areas). Useful for meme generators, content tools, or just browsing what's popular.
get_memes — Returns all 100 top meme templates with id, name, url, width, height, and box_countcurl -s -X POST https://gateway.pipeworx.io/imgflip/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_memes","arguments":{}}}'
Returns templates like "Drake Hotline Bling", "Distracted Boyfriend", "Two Buttons", etc.
{
"mcpServers": {
"pipeworx-imgflip": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/imgflip/mcp"]
}
}
}