woltspace-notify

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

A command that sends a message from a coding session to the user through Telegram or Slack, including a specific channel or conversation thread.

In plain words
What is it for?
Use it to notify users about completed tasks, request input when blocked, or send updates to the correct Slack thread or Telegram chat.
Why use it?
It lets an agent report finished work, blockers, or important findings when the user is not watching the session.

Skill for Claude CodeCodex

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 skills/jerpint/woltspace/woltspace-notify
Any agent
npx skills add jerpint/woltspace --skill woltspace-notify
Clone the repo
git clone --depth 1 https://github.com/jerpint/woltspace

Made for: Claude Code, Codex.

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 woltspace-notify

README.md
[![agentmods](https://agentmods.dev/badge/skills/jerpint/woltspace/woltspace-notify.svg)](https://agentmods.dev/skills/jerpint/woltspace/woltspace-notify)
Your own site
<a href="https://agentmods.dev/skills/jerpint/woltspace/woltspace-notify"><img src="https://agentmods.dev/badge/skills/jerpint/woltspace/woltspace-notify.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 564 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.00023 $0.00564
Opus 5 $0.00012 $0.00282
Sonnet 5 $0.00005 $0.00113
Haiku 4.5 $0.00002 $0.00056

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

Security

Grade A, and why

woltspace-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 5d 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/woltspace-notify/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 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 "your message here"

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

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

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 back to them with: notify --slack C0123ABC 1711234567.890123 "your message"
[telegram message from human, chat_id=98765432]: hey do the thing
Reply back to them with: notify --telegram 98765432 "your message"

Use the exact command from the prepended context. This ensures your reply goes to the right place — the specific Slack thread or Telegram chat the message came from.

When to use it

  • Task finished → tell the user what got built and where to find it
  • Something interesting found mid-task → don't wait until the end
  • Blocked and need input → ask directly instead of silently stalling
  • Long-running work → check in periodically so the user isn't polling

Examples

# Task done
notify "playlist built — 12 tracks, Karkwa + kin. https://open.spotify.com/playlist/xyz"

# Blocked
notify "hit a rate limit on Spotify API — should I retry in 30s or skip?"

# Explicit Slack reply
notify --slack C0123ABC 1711234567.890123 "done — PR opened at github.com/..."

# Explicit Telegram reply
notify --telegram 98765432 "found the bug, fix pushed"

How it works

notify POSTs to localhost:7777/notify → server sends via Telegram/Slack API directly. Synchronous, no polling delay.

Read the full file on GitHub · 67 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. 5d ago First seen · 67 lines · 23 tokens per session scan A d3ec37e17e2e

Subscribe to this mod's changes

woltspace-notify is a skill published in the GitHub repository jerpint/woltspace (11 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 564 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-08-30.