tt-sidebar

tt-sidebar is a skill for Claude Code, Codex from stormzhang/token-tracker. It costs 51 tokens per session (240 once invoked), scanned A, original, MIT.

A command that opens a live token-usage sidebar beside the current Kimi Code terminal session. It uses a terminal split so the session and its token tracker are visible together.

In plain words
What is it for?
Use it when you explicitly want a right-side, one-third-width sidebar for the current session in tmux, iTerm2, or Ghostty.
Why use it?
It lets you monitor the current coding session's token usage without leaving the terminal or opening a tracker for unrelated sessions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when you explicitly want a right-side, one-third-width sidebar for the current session in tmux, iTerm2, or Ghostty.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stormzhang/token-tracker/tt_sidebar_kimi
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add stormzhang/token-tracker --skill tt_sidebar_kimi
Clone the repo
git clone --depth 1 https://github.com/stormzhang/token-tracker

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tt-sidebar

README.md
[![agentmods](https://agentmods.dev/badge/skills/stormzhang/token-tracker/tt_sidebar_kimi.svg)](https://agentmods.dev/skills/stormzhang/token-tracker/tt_sidebar_kimi)
Your own site
<a href="https://agentmods.dev/skills/stormzhang/token-tracker/tt_sidebar_kimi"><img src="https://agentmods.dev/badge/skills/stormzhang/token-tracker/tt_sidebar_kimi.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 240 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00240
Opus 5 $0.00026 $0.00120
Sonnet 5 $0.00010 $0.00048
Haiku 4.5 $0.00005 $0.00024

Measured 8d ago against content hash f3075b712eac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

tt-sidebar scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/token_tracker/skills/tt_sidebar_kimi/SKILL.md · 23 lines

What it actually says

TT Sidebar

Run the installed launcher exactly once:

__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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 23 lines · 51 tokens per session scan A f3075b712eac

Subscribe to this mod's changes

tt-sidebar is a skill published in the GitHub repository stormzhang/token-tracker (509 stars, last pushed 13d ago), licensed MIT. It adds 51 tokens to every session and 240 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.