将多个 Word 文档合并为一个文件。当用户提到 Word 合并、合并 docx、合并多个 Word 时使用。
68
81%
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
合并多个 Docx 文件为一个文件
将多个 Word 文档合并为一个文件,可以是单个文件列表或文件夹下所有 docx 文件。
office/skills/word/merge4docx/
from office.skills.word import merge4docx
merge4docx(
input_path='./word_files',
output_path='./output/',
new_word_name='merged.docx'
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
input_path | str | 是 | - | 输入文件的路径。可以是单个文件或文件夹路径 |
output_path | str | 是 | - | 输出合并后文件的路径 |
new_word_name | str | 否 | 'merge4docx' | 合并后新文件的名称 |
None
from office.skills.word import merge4docx
merge4docx(
input_path='./word_files',
output_path='./output/',
new_word_name='all_merged'
)office.api.word.merge4docx
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.