批量重命名:给文件名增加前缀
给指定文件的文件名增加指定的前缀。
office/skills/file/file_name_add_prefix/
from office.skills.file import file_name_add_prefix
file_name_add_prefix(
file_path='./test.txt',
prefix_content='prefix_'
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
file_path | str | 是 | - | 文件路径 |
prefix_content | str | 是 | - | 前缀内容 |
None
from office.skills.file import file_name_add_prefix
file_name_add_prefix(file_path='./doc.txt', prefix_content='backup_')office.api.file.file_name_add_prefix
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.