Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →给文件名批量增加指定后缀。当用户提到加后缀、文件名后缀、批量加后缀时使用。
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -19% | 0% |
> 批量重命名:给文件名增加后缀
给指定文件的文件名增加指定的后缀。
office/skills/file/file_name_add_postfix/
pythonfrom 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
pythonfrom 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
Other measured skills in the registry, with their headline benchmark lift.