将多个 PowerPoint 文件合并为一个 PPT。当用户提到 PPT 合并、合并幻灯片、合并 PPTX 时使用。
72
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
合并多个 PPT 文件
将多个 PPT 文件合并为一个 PPT 文件。
office/skills/ppt/merge4ppt/
from office.skills.ppt import merge4ppt
merge4ppt(
input_path='./ppt_files',
output_path='./',
output_name='merged.pptx'
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
input_path | str | 是 | - | 输入 PPT 文件路径 |
output_path | str | 否 | './' | 输出 PPT 文件路径 |
output_name | str | 否 | 'merge4ppt.pptx' | 合并后的 PPT 文件名 |
None
from office.skills.ppt import merge4ppt
merge4ppt(input_path='./ppt_files', output_name='all_merged.pptx')office.api.ppt.merge4ppt
2b1996b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.