---
name: TT Sidebar
slug: tt-sidebar-2
category: Automation
description: "TT Sidebar opens a live token-tracking pane for the current Kimi Code session beside the terminal. Use it when explicitly invoking /skill:tt-sidebar or when you need to monitor session usage in a split view."
github: "https://github.com/stormzhang/token-tracker/tree/main/src/token_tracker/skills/tt_sidebar_kimi"
language: Python
stars: 502
forks: 50
install: "npx degit https://github.com/stormzhang/token-tracker/tree/main/src/token_tracker/skills/tt_sidebar_kimi ~/.claude/skills/tt_sidebar_kimi"
installs_to: ~/.claude/skills/tt_sidebar_kimi
source_path: src/token_tracker/skills/tt_sidebar_kimi/SKILL.md
collection_size: 2
category_size: 1523
collection_url: "https://dirskills.com/collections/stormzhang/token-tracker"
added: 2026-08-26T05:12:49.555Z
last_synced: 2026-08-26T05:12:49.555Z
canonical_url: "https://dirskills.com/skills/tt-sidebar-2"
---

# TT Sidebar

TT Sidebar opens a live token-tracking pane for the current Kimi Code session beside the terminal. Use it when explicitly invoking /skill:tt-sidebar or when you need to monitor session usage in a split view.

**Install:**

```bash
npx degit https://github.com/stormzhang/token-tracker/tree/main/src/token_tracker/skills/tt_sidebar_kimi ~/.claude/skills/tt_sidebar_kimi
```

## README

# TT Sidebar

<!-- token-tracker-managed -->

Run the installed launcher exactly once:

```bash
__TT_SIDEBAR_COMMAND__
```

The launcher splits tmux, iTerm2, or Ghostty (macOS, ≥ 1.3.0) to open the sidebar pane, so it needs permission to control the terminal. If the runtime asks for approval, approve this exact command only; never approve Python generally.

Return the launcher's output directly. Do not run regular `tt sidebar`, inject a command into a transient shell, or open another sidebar in the current pane. If the launcher fails, report only its concise stage error.

The launcher must keep the source pane focused and open a right-side pane at one-third width. The split view is current-session-only and is intentionally independent from the regular all-session `tt sidebar` layout.
