把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
设计与多媒体
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 templatelayout=top- place all captions at the topwidth,height- pad to a fixed size with a blurred letterboxcolor- 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.
相关技能
以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。
编写、调试与调优 Playwright 测试,涵盖定位器策略、追踪诊断与 CI 友好的超时配置。
从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。
tenequm 的更多技能
浏览全部技能TanStack Query、Router、Start 在 React 全栈项目中的类型安全参考模式。
用 MPP 协议在 HTTP 402 上做机器对机器支付,覆盖 TypeScript、Python、Rust 三套 SDK。
构建高质量 Agent Skills 的实操指南,覆盖 SKILL.md 结构、frontmatter、描述写法与单文件 / references/ 取舍。
Lance v11.0.0-beta.6 与 Rust/Python 引擎的固定版本参考资料,同时覆盖 v10.0.0 稳定线。
用 Wrangler CLI 在 Cloudflare 全球边缘网络上开发并部署 JavaScript、TypeScript、Python 或 Rust 代码。
用 Swift 6.3 构建原生 macOS 应用,覆盖 SwiftUI、SwiftData、并发与端侧 AI。