·terminal-title
</>

terminal-title

自动更新终端窗口标题以反映当前的高级任务。在每个 Claude Code 会话开始时、当用户提供第一个提示时以及每当用户切换到一个全新的高级任务时使用。通过提供每个终端正在处理的内容的清晰、一目了然的标识,帮助开发人员管理多个 Claude Code 终端。

27安装·0热度·@jst-well-dan

安装

$npx skills add https://github.com/jst-well-dan/skill-box --skill terminal-title

如何安装 terminal-title

通过命令行快速安装 terminal-title AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/jst-well-dan/skill-box --skill terminal-title
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:jst-well-dan/skill-box。

SKILL.md

查看原文

Automatically sets descriptive terminal window titles based on the task Claude is working on. Essential for developers running multiple Claude Code instances who need to quickly identify which terminal is handling which task.

The scripts/settitle.sh script uses ANSI escape sequences to set the terminal title. It's compatible with:

The script accepts a single argument (the title string) and exits silently if no title is provided (fail-safe behavior).

自动更新终端窗口标题以反映当前的高级任务。在每个 Claude Code 会话开始时、当用户提供第一个提示时以及每当用户切换到一个全新的高级任务时使用。通过提供每个终端正在处理的内容的清晰、一目了然的标识,帮助开发人员管理多个 Claude Code 终端。 来源:jst-well-dan/skill-box。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/jst-well-dan/skill-box --skill terminal-title
分类
</>开发工具
认证
收录时间
2026-02-21
更新时间
2026-03-10

Browse more skills from jst-well-dan/skill-box

快速解答

什么是 terminal-title?

自动更新终端窗口标题以反映当前的高级任务。在每个 Claude Code 会话开始时、当用户提供第一个提示时以及每当用户切换到一个全新的高级任务时使用。通过提供每个终端正在处理的内容的清晰、一目了然的标识,帮助开发人员管理多个 Claude Code 终端。 来源:jst-well-dan/skill-box。

如何安装 terminal-title?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jst-well-dan/skill-box --skill terminal-title 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/jst-well-dan/skill-box