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/config)<a href="https://agentmods.dev/commands/sodam-ai/claudetower/config"><img src="https://agentmods.dev/badge/commands/sodam-ai/claudetower/config.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.00609 |
| Opus 5 | $0.00016 | $0.00304 |
| Sonnet 5 | $0.00007 | $0.00122 |
| Haiku 4.5 | $0.00003 | $0.00061 |
Grade C, and why
claudetower:config 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:config
$ARGUMENTS가 비어 있으면 실행하지 말고, 아래 사용법을 먼저 보여준 뒤 무엇을 바꾸고 싶은지
물어본다. $ARGUMENTS가 있으면 claudetower config $ARGUMENTS를 그대로 실행하고 출력을
사용자에게 보여준다.
사용법
/claudetower:config statusline-refresh 5— 상태표시줄 갱신 주기를 5초로(권장값, 기본 3초)/claudetower:config powerline on/off— 위젯 사이 구분자를 화살표로 바꾸기/원래대로/claudetower:config padding 2— 상태표시줄 좌우 여백(문자 수, 기본 0)
실행 결과가 실패한 경우
-
값 검증 오류(예: "0 이상의 정수여야 합니다") — CLI가 이미 사람이 읽을 수 있는 오류 메시지를 주므로 그대로 보여주면 된다. 임의로 값을 보정해서 재시도하지 말 것(사용자가 정확한 값을 다시 입력하게 한다).
-
"command not found"류 오류(PATH에 claudetower가 없음) — 곧바로 고정 설치 위치의 실행파일을 직접 호출해서 딱 1번만 다시 시도한다(PATH 등록 상태와 무관하게 항상 유효한 위치):
- Windows:
"$HOME/.claudetower/bin/claudetower.exe" config $ARGUMENTS - macOS/Linux:
"$HOME/.claudetower/bin/claudetower" config $ARGUMENTS
이 재시도도 실패하면(파일 자체가 없음) 아래 안내를 보여주고 멈춘다. 재시도는 이 1회만:
- Windows:
ClaudeTower 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 세션)에서 다시 시도해주세요.
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 · 38 lines · 33 tokens per session scan C 93eea8c7bdda
claudetower:config 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 609 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.