Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added tools/powerpoint-presentation-creator/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/powerpoint-presentation-creator/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions tools/powerpoint-presentation-creator/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"name": "PowerPoint Presentation Creator",
"description": "This tool creates a slide presentation locally using an intelligent layout engine that automatically arranges text and images into grids, split-screens, or cinematic stacks based on their shape.\n\nTo use it, just ask for a presentation, set the vibe, and provide your text and local images or graphs full paths to use per slide.",
"keywords": [
"pptx",
"slides",
"presentation",
"powerpoint"
],
"version": "1.0.0",
"author": "@@official.shinkai",
"configurations": {
"properties": {},
"required": []
},
"oauth": [],
"parameters": {
"type": "object",
"properties": {
"instruction": {
"type": "string",
"description": "Natural language request describing the slides to create (required)."
},
"filename": {
"type": "string",
"description": "Optional filename for the output (extension optional, no path)."
}
},
"required": [
"instruction"
]
},
"result": {
"type": "object",
"properties": {
"debug_info": {
"description": "Diagnostic or debug information.",
"name": "debug_info",
"order": 3,
"type": "string"
},
"saved_pptx_local_file_path": {
"description": "Full path to the saved .pptx file (empty string if error).",
"name": "saved_pptx_local_file_path",
"order": 1,
"type": "string"
},
"status": {
"description": "Operation status: 'success' or 'error'.",
"name": "status",
"order": 2,
"type": "string"
}
},
"required": [
"saved_pptx_local_file_path",
"status",
"debug_info"
]
},
"sqlQueries": [],
"sqlTables": [],
"tools": [
"local:::__official_shinkai:::shinkai_llm_prompt_processor"
],
"runner": "any",
"operating_system": [
"linux",
"macos",
"windows"
],
"tool_set": ""
}
5 changes: 5 additions & 0 deletions tools/powerpoint-presentation-creator/store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"categoryId": "0569c7f5-2942-407e-9aae-4e979718683b",
"name": "PowerPoint Presentation Creator",
"description": "This tool creates a slide presentation locally using an intelligent layout engine that automatically arranges text and images into grids, split-screens, or cinematic stacks based on their shape.\n\nTo use it, just ask for a presentation, set the vibe, and provide your text and local image or graph paths to use per slide."
}
Loading
Loading