plantuml-renderer
v1.0.0在本机安全地把 PlantUML 源码渲染为 SVG 或 PNG,并可直接嵌入 Markdown 文档。
By PlantUML Renderer contributorsLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 14, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plantuml-renderer for Codex and Claude Code
codex plugin marketplace add crvsrvn/PlantUML-Renderer-AIPlugin
codex plugin marketplace upgrade plantuml-renderer-aiplugin
codex plugin add plantuml-renderer@plantuml-renderer-aipluginPaste and run these commands in a terminal with Codex. They add and refresh the plantuml-renderer-aiplugin catalog, then install this plugin.
Compatibility: the page URL and API slug “plantuml-renderer” remain stable.
- Codex:
plantuml-renderer@agent-plugin-marketplace→plantuml-renderer@plantuml-renderer-aiplugin
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/crvsrvn/PlantUML-Renderer-AIPluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/plantuml-renderer/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/render-plantuml/SKILL.md└── .mcp.json
Included Skills1
涉及创建、预览、渲染或更新 PlantUML / UML 图(时序图、类图、状态图、组件图、活动图、思维导图、甘特图),需要把 .puml 导出成 SVG/PNG,或需要把图插入 Markdown 文档时,使用本地 plantuml-renderer MCP 工具渲染——不论这是用户明确要求的,还是在回答或撰写文档过程中主动判断需要配图。禁止手写 SVG、在回答或文档里直接贴 PlantUML 源码文本充当成品图,或调用在线渲染服务。
MCP servers1
- command
- node
- args
- ./dist/server.mjs
- cwd
- .
- env.PLANTUML_SECURITY_PROFILE
- SANDBOX
Plugin manifests2
{
"name": "plantuml-renderer",
"version": "1.0.0",
"description": "在本机安全地把 PlantUML 源码渲染为 SVG 或 PNG,并可直接嵌入 Markdown 文档。",
"author": {
"name": "PlantUML Renderer contributors"
},
"license": "MIT",
"keywords": [
"plantuml",
"uml",
"diagram",
"rendering",
"markdown"
],
"skills": "./skills/",
"interface": {
"displayName": "PlantUML 渲染器",
"shortDescription": "在本机安全地渲染 PlantUML 图,并可写入 Markdown。",
"longDescription": "将 PlantUML 源码在本机渲染为 SVG 或 PNG,可选落盘到指定路径,也可以直接把图片引用写进已存在的 Markdown 文档;首次使用时从官方发布页下载并校验固定版本的 PlantUML JAR。",
"developerName": "PlantUML Renderer contributors",
"category": "Productivity",
"capabilities": [
"Local rendering",
"Verified runtime download",
"PNG",
"SVG",
"Markdown embedding"
],
"defaultPrompt": [
"把这段 PlantUML 渲染成 SVG。",
"根据我的描述生成并渲染 UML 图。",
"把这个时序图渲染成 PNG。",
"把这张状态机图插到 设计.md 的《状态机结构》一节下面。"
]
},
"mcpServers": "./.mcp.codex.json"
}{
"name": "plantuml-renderer",
"version": "1.0.0",
"description": "在本机安全地把 PlantUML 源码渲染为 SVG 或 PNG,并可直接嵌入 Markdown 文档。",
"author": {
"name": "PlantUML Renderer contributors"
},
"license": "MIT",
"keywords": [
"plantuml",
"uml",
"diagram",
"rendering",
"markdown"
],
"skills": "./skills/",
"mcpServers": "./.mcp.claude-code.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[plantuml-renderer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plantuml-renderer)