📎
AutomationPython

Merge4Ppt

by CoderWanFeng

Merge4Ppt is an Automation skill for Claude Code, published by CoderWanFeng in python-office.

1.3K stars301 forkson CoderWanFeng/python-officeAdded 2026/08/12Repository updated 2026/08/04
officepippypipythonweixin
Install in seconds
Install Merge4Ppt
Copy Merge4Ppt into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CoderWanFeng/python-office/tree/develop/skills/ppt/merge4ppt ~/.claude/skills/merge4ppt

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CoderWanFeng/python-office.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/ppt/merge4ppt/SKILL.md in CoderWanFeng/python-office
Installs to
~/.claude/skills/merge4ppt
Collection
One of 50 skills cataloged from this repository
Category
Automation1523 skills

What Merge4Ppt does

Merge4Ppt combines multiple PowerPoint files into one PPTX. Use it when you need to merge slides or consolidate several presentations into a single deck.

Merge4Ppt is cataloged under Automation on DirSkills. Merge4Ppt comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

merge4ppt Skill

合并多个 PPT 文件

功能描述

将多个 PPT 文件合并为一个 PPT 文件。

所属分类

office/skills/ppt/merge4ppt/

调用方式

from 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 skills.ppt import merge4ppt
merge4ppt(input_path='./ppt_files', output_name='all_merged.pptx')

原始函数

office.api.ppt.merge4ppt

Frequently asked about Merge4Ppt

  • What else does CoderWanFeng publish alongside Merge4Ppt?

    Merge4Ppt is one of 50 skills that DirSkills catalogs from CoderWanFeng/python-office, the repository it ships in. Its siblings there include Add Image Watermark, Add Line by Type and Add Text Watermark. Each one is a separate skill with its own page in this directory, installs the same way Merge4Ppt does, and is maintained by CoderWanFeng in that same repository. The rest of the collection is listed on the CoderWanFeng/python-office page.

  • How does Merge4Ppt compare to other Automation skills?

    Merge4Ppt ranks #653 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Merge4Ppt against them. Open each page to compare what they document and how they install.