stoptext

A command for turning off “text me” mode, which sends the user automatic iMessages, and returning to terminal-only interaction.

In plain words
What is it for?
Use it when the user runs `/stoptext` to disable text mode.
Why use it?
It stops further automatic texts and removes the setting that enables this mode.

Command

Part of the imessage plugin — 1 skill, 2 commands shipped together

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.

agentmods
npx agentmods add commands/njerschow/textme/stoptext
Clone the repo
git clone --depth 1 https://github.com/njerschow/textme

Or install imessage, the plugin that ships this one along with the rest of its 1 skill, 2 commands.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 146 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00146
Opus 5 $0.00000 $0.00073
Sonnet 5 $0.00000 $0.00029
Haiku 4.5 $0.00000 $0.00015

Measured 3d ago against content hash 7e54aa3a2e09, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

stoptext scanned grade A with 0 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/stoptext.md · 24 lines

What it actually says

/stoptext - Disable Text Mode

Disable "text me" mode and return to terminal-only interaction.

Usage

/stoptext

Instructions

When the user runs /stoptext:

  1. Remove the state file at ~/.config/claude-imessage/textme-enabled if it exists
  2. Confirm in terminal: "Text mode disabled. Back to terminal-only interaction."
  3. Optionally send final iMessage via notify_user: "Text mode off. Back to terminal!"

Notes

  • This is equivalent to /textme off
  • After running this, Claude will no longer automatically text the user
  • User can re-enable anytime with /textme
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 · 24 lines · 0 tokens per session scan A 7e54aa3a2e09

Subscribe to this mod's changes

stoptext is a command published in the GitHub repository njerschow/textme (93 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 146 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.