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.
git clone --depth 1 https://github.com/sodam-ai/ClaudeTowerWrote 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.
[](https://agentmods.dev/commands/sodam-ai/claudetower/status)<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>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.
| Model | Per session | Once 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 |
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` 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가 아직 반영되지 않을 수 있습니다).
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.
- 3d ago First seen · 36 lines · 33 tokens per session scan C 38a98473df5f
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.
Other commands, from other repositories
rows
Configure which rows cc-statusline shows (or turn it off entirely).
follow-up
Review and act on pending reminders. Bare invocation shows all reminders as an indexed list; cron-fired invocation (/follow-up due ) surfaces the specific reminder and waits for a response; /follow-up review lists stale project follow-up entries for per-item disposition (extend/close/promote/skip). Transport-aware…
todo.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
wikimate-link
A command for connecting related Obsidian notes with [[links]] or grouping notes into a topic table of contents, also called a MOC. Obsidian is an app for storing linked Markdown notes.
amp-download
Command "amp-download" from agentmessaging/claude-plugin, covering /amp-download, usage, arguments, options and examples.
maestro-companion
Quick execution for small tasks — minimal run lifecycle (start + done) with evidence recording. Full LLM capability, scoped to mechanically clear tasks.