claudetower:config

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

A ClaudeTower configuration command for changing the status line's refresh interval, separators, and left and right spacing.

In plain words
What is it for?
Use it to set the refresh interval, turn Powerline arrow separators on or off, or change the side padding.
Why use it?
It lets you adjust how often status information updates and how the status line is laid out.

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 set the refresh interval, turn Powerline arrow separators on…

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/sodam-ai/claudetower/config.svg)](https://agentmods.dev/commands/sodam-ai/claudetower/config)
Your own site
<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>
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 609 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.00609
Opus 5 $0.00016 $0.00304
Sonnet 5 $0.00007 $0.00122
Haiku 4.5 $0.00003 $0.00061

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

Security

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`
commands/config.md · 38 lines

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회만:

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 세션)에서 다시 시도해주세요.

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 · 38 lines · 33 tokens per session scan C 93eea8c7bdda

Subscribe to this mod's changes

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.