claudetower:status

claudetower:status is a command for Claude Code from sodam-ai/ClaudeTower. It costs 33 tokens per session (511 once invoked), scanned C, original, Apache-2.0.

A status command for ClaudeTower, a command-line tool that adds information to a coding assistant's status line.

In plain words
What is it for?
Use it to run the status check and display the command's output, including a single fallback attempt when the command is not on the system path.
Why use it?
It lets you check whether ClaudeTower is installed and which status-line items are enabled.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Part of the claudetower plugin — 3 commands shipped together

Good fit Use it to run the status check and display the command's output, including a single fallback attempt when the command is not on the system path.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/sodam-ai/claudetower/status
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.

Clone the repo
git clone --depth 1 https://github.com/sodam-ai/ClaudeTower

Made for: Claude Code.

Or install claudetower, the plugin that ships this one along with the rest of its 3 commands.

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 claudetower:status

README.md
[![agentmods](https://agentmods.dev/badge/commands/sodam-ai/claudetower/status.svg)](https://agentmods.dev/commands/sodam-ai/claudetower/status)
Your own site
<a href="https://agentmods.dev/commands/sodam-ai/claudetower/status"><img src="https://agentmods.dev/badge/commands/sodam-ai/claudetower/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 511 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00033 $0.00511
Opus 5 $0.00016 $0.00255
Sonnet 5 $0.00007 $0.00102
Haiku 4.5 $0.00003 $0.00051

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

Security

Grade C, and why

claudetower:status scanned grade C with 2 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 3d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

> - macOS/Linux: `curl -fsSL https://raw.githubusercontent.com/sodam-ai/ClaudeTower/main/install.sh | sh`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

> - macOS/Linux: `curl -fsSL https://raw.githubusercontent.com/sodam-ai/ClaudeTower/main/install.sh | sh`
commands/status.md · 36 lines

What it actually says

/claudetower:status

claudetower status 명령을 그대로 실행하고, 출력 결과를 사용자에게 보여준다. 별도 가공·요약 없이 원문을 그대로 전달한다(정확성 우선).

"command not found"류 오류가 나면 — 재시도하지 말고 바로 고정 설치 경로로 1회만 다시 시도

claudetower가 PATH에 없다는 오류가 나면, 곧바로 아래처럼 고정 설치 위치의 실행파일을 직접 호출해서 딱 1번만 다시 시도한다(이 경로는 claudetower setup이 항상 자기 자신을 설치해두는 고정 위치라 PATH 등록 상태와 무관하게 항상 유효하다):

  • Windows: "$HOME/.claudetower/bin/claudetower.exe" status
  • macOS/Linux: "$HOME/.claudetower/bin/claudetower" status

이 재시도도 실패하면(파일 자체가 없음) 그때 비로소 아래 안내로 넘어간다. 재시도는 이 1회만 — 그 이상 다른 경로를 추측해서 시도하지 말 것.

그래도 실패한 경우

아래 안내를 그대로 보여준 뒤 멈춘다:

ClaudeTower CLI가 아직 설치돼 있지 않은 것 같습니다. 이 플러그인은 CLI를 호출만 할 뿐, CLI 자체를 대신 설치하지는 않습니다 — 먼저 아래 중 하나로 설치해주세요.

  • Windows(PowerShell): irm https://raw.githubusercontent.com/sodam-ai/ClaudeTower/main/install.ps1 | iex
  • macOS/Linux: curl -fsSL https://raw.githubusercontent.com/sodam-ai/ClaudeTower/main/install.sh | sh

설치 후 **새 터미널(또는 새 Claude Code 세션)**에서 이 명령을 다시 시도해주세요(같은 세션에서는 방금 등록된 PATH가 아직 반영되지 않을 수 있습니다).

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. 3d ago First seen · 36 lines · 33 tokens per session scan C 38a98473df5f

Subscribe to this mod's changes

claudetower:status is a command published in the GitHub repository sodam-ai/ClaudeTower (12 stars, last pushed 5d ago), licensed Apache-2.0. It adds 33 tokens to every session and 511 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.