feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
|
||||
"name": "ppt-master",
|
||||
"owner": {
|
||||
"name": "Hugo He",
|
||||
"email": "heyug3@gmail.com",
|
||||
"url": "https://github.com/hugohe3"
|
||||
},
|
||||
"metadata": {
|
||||
"description": "PPT Master skill — AI generates natively editable PPTX from any document",
|
||||
"version": "2.7.0"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "ppt-master",
|
||||
"source": {
|
||||
"source": "git-subdir",
|
||||
"url": "https://github.com/hugohe3/ppt-master.git",
|
||||
"path": "skills"
|
||||
},
|
||||
"description": "Generate natively editable PPTX from PDF / DOCX / URL / Markdown — real DrawingML shapes, text boxes, charts, and animations. Note: run `pip install -r requirements.txt` inside the installed plugin directory for the Python post-processing scripts to work.",
|
||||
"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",
|
||||
"category": "productivity",
|
||||
"keywords": [
|
||||
"pptx",
|
||||
"presentation",
|
||||
"powerpoint",
|
||||
"svg",
|
||||
"drawingml",
|
||||
"ai",
|
||||
"skill",
|
||||
"office",
|
||||
"document-conversion"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user