给文件名批量增加指定后缀。当用户提到加后缀、文件名后缀、批量加后缀时使用。
批量重命名:给文件名增加后缀
给指定文件的文件名增加指定的后缀。
office/skills/file/file_name_add_postfix/
from skills.file import file_name_add_postfix
file_name_add_postfix(
file_path='./test.txt',
postfix_content='_backup'
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
file_path | str | 是 | - | 文件路径 |
postfix_content | str | 是 | - | 后缀内容 |
None
from skills.file import file_name_add_postfix
file_name_add_postfix(file_path='./data.txt', postfix_content='_v1')office.api.file.file_name_add_postfix
dd6fe56
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.