status

status is a command for coding agents from dz1922/claude-notify. It costs 7 tokens per session (332 once invoked), scanned B, original, MIT.

A command that displays the current notification settings and the status of each notification channel. It also shows which events can trigger notifications while hiding most credential details.

In plain words
What is it for?
Use it to check desktop, Telegram, Slack, Teams, Lark, and custom webhook settings, including sounds and quiet hours.
Why use it?
It makes it easier to see whether notifications are configured correctly and warns when a selected channel lacks its credentials.

Command

Part of the notify plugin — 1 skill, 1 command, 6 hooks 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/dz1922/claude-notify/status
Clone the repo
git clone --depth 1 https://github.com/dz1922/claude-notify

Or install notify, the plugin that ships this one along with the rest of its 1 skill, 1 command, 6 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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/dz1922/claude-notify/status.svg)](https://agentmods.dev/commands/dz1922/claude-notify/status)
Your own site
<a href="https://agentmods.dev/commands/dz1922/claude-notify/status"><img src="https://agentmods.dev/badge/commands/dz1922/claude-notify/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 332 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00007 $0.00332
Opus 5 $0.00003 $0.00166
Sonnet 5 $0.00001 $0.00066
Haiku 4.5 $0.00001 $0.00033

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

Security

Grade B, and why

status 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 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.

Reads agent configuration directoriesmediumAgent snooping

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

Read `~/.claude/settings.json` and display the current notification configuration.
commands/status.md · 45 lines

What it actually says

Notification Status

Read ~/.claude/settings.json and display the current notification configuration.

What to Show

  1. Enabled channels: Read env.NOTIFY_CHANNELS (default: "desktop")
  2. Hook events: List which events are wired (SubagentStop, TaskCompleted, Notification, Stop, StopFailure)
  3. Channel credentials status (show set/not set, mask actual values):
    • Telegram: token and chat ID
    • Slack: webhook URL
    • Teams: webhook URL
    • Lark: webhook URL
    • Custom webhook: URL
  4. Optional settings:
    • Sound: env.NOTIFY_SOUND (default: Glass)
    • Quiet hours: env.NOTIFY_QUIET_HOURS

Output Format

notify status
──────────────

Channels:  desktop, telegram
Events:    SubagentStop, TaskCompleted, Notification, Stop, StopFailure

Desktop:   ✓ enabled
Telegram:  ✓ token=bot***...***  chat=12***89
Slack:     ✗ not configured
Teams:     ✗ not configured
Lark:      ✗ not configured
Webhook:   ✗ not configured

Sound:     Glass
Quiet:     22:00-08:00

Mask credentials: show first 3 and last 2 characters only, with ***...*** in between. If a channel is listed in NOTIFY_CHANNELS but credentials are missing, show a warning.

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 · 45 lines · 7 tokens per session scan B 1f560df9dbfd

Subscribe to this mod's changes

status is a command published in the GitHub repository dz1922/claude-notify (1 stars, last pushed 5mo ago), licensed MIT. It adds 7 tokens to every session and 332 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-31.