notify

notify is a skill for Claude Code from jerpint/woltspace. It costs 19 tokens per session (942 once invoked), scanned A, original, MIT.

A session command for sending messages to a user through Telegram or Slack, including a particular Slack channel and thread.

In plain words
What is it for?
Use it to notify someone when work is complete, input is needed, or an update should be delivered during a task.
Why use it?
It lets an agent report progress, blockers, or important findings outside the current coding session.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the woltspace plugin — 14 skills shipped together

Good fit Use it to notify someone when work is complete, input is needed, or an update should be delivered during a task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jerpint/woltspace/notify
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.

Any agent
npx skills add jerpint/woltspace --skill notify
Clone the repo
git clone --depth 1 https://github.com/jerpint/woltspace

Made for: Claude Code.

Or install woltspace, the plugin that ships this one along with the rest of its 14 skills.

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 notify

README.md
[![agentmods](https://agentmods.dev/badge/skills/jerpint/woltspace/notify/github.svg)](https://agentmods.dev/skills/jerpint/woltspace/notify)
Your own site
<a href="https://agentmods.dev/skills/jerpint/woltspace/notify"><img src="https://agentmods.dev/badge/skills/jerpint/woltspace/notify/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for notify

Your own site · 80×15
<a href="https://agentmods.dev/skills/jerpint/woltspace/notify"><img src="https://agentmods.dev/badge/skills/jerpint/woltspace/notify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 942 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00019 $0.00942
Opus 5 $0.00010 $0.00471
Sonnet 5 $0.00004 $0.00188
Haiku 4.5 $0.00002 $0.00094

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

Security

Grade A, and why

notify 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 2d 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.

container/skills/notify/SKILL.md · 100 lines

How it starts

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

Notify — Push Messages to the User

Sessions can send messages back to the user at any time. Use this when you finish something worth reporting, hit a blocker that needs input, or find something the user should know about mid-task.

Usage

# Default — auto-routes via session registry, falls back to Telegram
notify <<'WOLTSPACE_NOTIFY_7F3A91C2'
your message here
WOLTSPACE_NOTIFY_7F3A91C2

# Explicit Slack — send to a specific Slack channel + thread
notify --slack CHANNEL THREAD_TS <<'WOLTSPACE_NOTIFY_4D8E20B1'
your message here
WOLTSPACE_NOTIFY_4D8E20B1

# Explicit Telegram — send to a specific Telegram chat
notify --telegram CHAT_ID <<'WOLTSPACE_NOTIFY_A6C195E4'
your message here
WOLTSPACE_NOTIFY_A6C195E4

Use a fresh random suffix in the delimiter for every message, and quote the opening delimiter exactly as shown. Put the closing delimiter on a line by itself. Never paste the bare closing delimiter on its own line into the message body, because that would end the heredoc early. A single-quoted heredoc passes its body literally: the shell does not expand backticks, $(), variables, quotes, or other metacharacters.

notify accepts no message argument. This keeps message text out of the shell command itself on every harness.

Explicit routing

When your session receives a message from Slack or Telegram, the prepended context includes the routing info you need:

[slack message from human, channel=C0123ABC, thread=1711234567.890123]: hey do the thing
Reply by replacing YOUR_REPLY in this exact single-quoted heredoc, then run it:
notify --slack C0123ABC 1711234567.890123 <<'WOLTSPACE_NOTIFY_4D8E20B1'
YOUR_REPLY
WOLTSPACE_NOTIFY_4D8E20B1
[telegram message from human, chat_id=98765432]: hey do the thing
Reply by replacing YOUR_REPLY in this exact single-quoted heredoc, then run it:
notify --telegram 98765432 <<'WOLTSPACE_NOTIFY_A6C195E4'
YOUR_REPLY
WOLTSPACE_NOTIFY_A6C195E4

Use the exact heredoc from the prepended context and replace only YOUR_REPLY. Woltspace generates a fresh delimiter every time. This ensures the message stays literal and goes to the specific Slack thread or Telegram chat it came from; you do not need to load this skill merely to reply.

Read the full file on GitHub · 100 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. 2d ago Changed · +33 lines eb6a8a76c603
  2. 6d ago First seen · 67 lines · 19 tokens per session scan A 5e7fd15979f4

Subscribe to this mod's changes

notify is a skill published in the GitHub repository jerpint/woltspace (12 stars, last pushed 2d ago), licensed MIT. It adds 19 tokens to every session and 942 once invoked, about $0.0001 per session on Opus 5. 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-09-09.

Related

Other skills, from other repositories