重命名当前终端标签页。用法:/rename <名称> 设置后在整个会话中保持不变,不会被任何操作覆盖。
Scanned 9/2/2026
Install to Claude Code
npx -y skills add shengdabai/Tony-Claude-Code-Skills --skill rename --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rename?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shengdabai-rename)More formats (shields.io, HTML) on the badges page.
---
name: rename
version: 1.0.0
description: |
重命名当前终端标签页。用法:/rename <名称>
设置后在整个会话中保持不变,不会被任何操作覆盖。
allowed-tools:
- Bash
---
# /rename — 终端标签页重命名
## 执行
用户输入 `/rename <名称>` 后,执行:
```bash
printf '\e]0;%s\a' '<名称>'
```
然后回复:「终端已命名为 **<名称>**」
## 规则
- 设置后的终端名称在整个会话中保持不变
- **禁止**在后续任何操作中修改终端标题(不得执行任何 `\e]0;` 或 `\e]2;` 转义序列)
- 如果用户没有提供名称,提示用户输入
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!