off

off is a command for Claude Code from shreyas-s-rao/claude-code-narrator. It costs 4 tokens per session (529 once invoked), scanned B, original, MIT.

A command for turning off narrator voice output, either for the whole system or only the current project.

In plain words
What is it for?
Changing the narrator configuration globally or locally so new voice output is disabled.
Why use it?
It stops the narrator from speaking when spoken status messages are distracting or unwanted.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Part of the narrator plugin — 6 skills, 6 commands, 3 hooks shipped together

Good fit Changing the narrator configuration globally or locally so new voice output is…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/shreyas-s-rao/claude-code-narrator/off
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/shreyas-s-rao/claude-code-narrator

Made for: Claude Code.

Or install narrator, the plugin that ships this one along with the rest of its 6 skills, 6 commands, 3 hooks.

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 off

README.md
[![agentmods](https://agentmods.dev/badge/commands/shreyas-s-rao/claude-code-narrator/off.svg)](https://agentmods.dev/commands/shreyas-s-rao/claude-code-narrator/off)
Your own site
<a href="https://agentmods.dev/commands/shreyas-s-rao/claude-code-narrator/off"><img src="https://agentmods.dev/badge/commands/shreyas-s-rao/claude-code-narrator/off.svg" alt="Measured on agentmods" height="20"></a>
Per session 4 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 529 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00004 $0.00529
Opus 5 $0.00002 $0.00264
Sonnet 5 $0.00001 $0.00106
Haiku 4.5 $0.00000 $0.00053

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

Security

Grade B, and why

off scanned grade B with 1 finding 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 7d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Only for global mode: Read `~/.claude/settings.json`. If it has a `UserPromptSubmit` hook that runs `hush-on-input.sh`, remove that entire `UserPromptSubmit` entry from the `hooks` object. Preserve all other hooks.
commands/off.md · 46 lines

How it starts

The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Disable Narrator Voice Output

To disable narrator voice output:

Step 1: Determine Scope

Check if the user specified --local (e.g., /narrator:off --local). If so, changes apply to the local config file in the current working directory.

  • Global (default): ~/.claude-code-narrator/config
  • Local (--local): <cwd>/.claude-code-narrator/config

Step 2: Update State File

Global mode (no --local):

Read ~/.claude-code-narrator/config. If the file exists, use the Edit tool to change the enabled= line to enabled=false. If the file does not exist, create it with the Write tool containing just enabled=false.

Local mode (--local):

Read <cwd>/.claude-code-narrator/config. If the file exists and has an enabled= line, use the Edit tool to change it to enabled=false. If the file exists but has no enabled= line, use the Edit tool to add enabled=false. If the file does not exist, create the <cwd>/.claude-code-narrator/ directory if needed, then create the config file with the Write tool containing just enabled=false.

To remove the local override entirely (reverting to global state), delete the <cwd>/.claude-code-narrator/ directory instead.

IMPORTANT: Do NOT use sed to edit state files — use the Read and Edit tools instead.

Step 3: Remove Auto-Hush Hook (global mode only)

Only for global mode: Read ~/.claude/settings.json. If it has a UserPromptSubmit hook that runs hush-on-input.sh, remove that entire UserPromptSubmit entry from the hooks object. Preserve all other hooks.

For local mode, do NOT remove the auto-hush hook (other sessions may still need it).

IMPORTANT: Do NOT remove other hooks — only remove the narrator UserPromptSubmit hook. Read the file first.

Step 4: Confirm

For global mode, inform the user: "Narrator is now disabled. Voice output is off."

For local mode, inform the user: "Narrator is now disabled for this directory. Global setting is unchanged."

Do NOT attempt to speak this confirmation (narrator is now off).

Read the full file on GitHub · 46 lines

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. 7d ago First seen · 46 lines · 4 tokens per session scan B c0d3dbabd15e

Subscribe to this mod's changes

off is a command published in the GitHub repository shreyas-s-rao/claude-code-narrator (26 stars, last pushed 3mo ago), licensed MIT. It adds 4 tokens to every session and 529 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.