Files
sproutclaw-data/agent/skills-disabled/ppt-master/skills/.claude-plugin/plugin.json
shumengya 50edff80f5 feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。
排除 node_modules、npm 缓存、sessions 等运行时数据。
2026-06-26 15:48:56 +08:00

26 lines
615 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "ppt-master",
"description": "Generate natively editable PPTX from PDF / DOCX / URL / Markdown.",
"author": {
"name": "Hugo He",
"email": "heyug3@gmail.com",
"url": "https://www.hehugo.com/"
},
"homepage": "https://github.com/hugohe3/ppt-master",
"repository": "https://github.com/hugohe3/ppt-master",
"license": "MIT",
"keywords": [
"pptx",
"presentation",
"powerpoint",
"svg",
"drawingml",
"ai",
"skill",
"office",
"document-conversion"
],
"skills": "./"
}