chatppt-creator
SKILL.md
ChatPPT-Creator 智能 Skill 套件
这是一个基于意图识别的 PPT 处理工具集。Agent 应根据用户需求自动路由到相应的函数。
核心函数套件
注意: 在调用以下命令时,请确保使用脚本的完整路径(相对于项目根目录或绝对路径)。
1. PPT 创建 (Creation)
create_ppt_from_text
当用户提供主题或简单描述时调用。
- 命令:
node {{SKILL_PATH}}/scripts/chatppt_creator.js create_from_text --text "<主题>" --font_name "<字体>" --color "<颜色>" --language "<语言>" --report "<true/false>" - 可用字体: [黑体|宋体|仿宋|幼圆|楷体|隶书] (注意:不支持微软雅黑)。
- 注意:
report默认为true,启用在线编辑报告模式。
create_ppt_from_custom_outline
当用户提供详细结构化大纲时调用。
- 命令:
node {{SKILL_PATH}}/scripts/chatppt_creator.js create_from_custom_outline --custom_data '<JSON大纲>' --font_name "<字体>" --color "<颜色>" --report "<true/false>"