Add pptx-plugin

This commit is contained in:
akai
2026-03-21 16:00:22 +08:00
parent 2e6511d8f6
commit 6154dd3699
14 changed files with 2072 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "pptx-plugin",
"owner": {
"name": "yuban",
"email": "yuban@minimaxi.com"
},
"metadata": {
"description": "Minimax PPT generation and editing plugin",
"version": "1.0.0"
},
"plugins": [
{
"name": "pptx-plugin",
"description": "PPT generation and editing skills",
"source": "./",
"strict": true,
"skills": [
"./"
]
}
]
}

View File

@@ -0,0 +1,5 @@
{
"name": "pptx-plugin",
"description": "PowerPoint generation and editing plugin with text-only QA (no vision required). Uses subagents for cover, TOC, content, section dividers, summary slides, and template-based PPT editing workflows.",
"version": "1.0.0"
}