feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$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": "./"
|
||||
}
|
||||
Reference in New Issue
Block a user