setup

setup is a skill for Claude Code, Codex from dz1922/claude-notify. It costs 19 tokens per session (980 once invoked), scanned B, original, MIT.

A setup command for adding or removing notification channels. It supports Telegram, Slack, Microsoft Teams, Lark/Feishu, and custom webhooks, with desktop notifications enabled by default.

In plain words
What is it for?
Use it to view notification status, configure a specific channel, disable one channel, or remove all configured channels.
Why use it?
It guides you through notification configuration and lets you remove channels or credentials when they are no longer needed.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

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

Made for: Claude Code, Codex.

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 setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/dz1922/claude-notify/setup.svg)](https://agentmods.dev/skills/dz1922/claude-notify/setup)
Your own site
<a href="https://agentmods.dev/skills/dz1922/claude-notify/setup"><img src="https://agentmods.dev/badge/skills/dz1922/claude-notify/setup.svg" alt="Measured on agentmods" 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 980 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.00019 $0.00980
Opus 5 $0.00010 $0.00490
Sonnet 5 $0.00004 $0.00196
Haiku 4.5 $0.00002 $0.00098

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

Security

Grade B, and why

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

Add the channel to existing `NOTIFY_CHANNELS` (don't replace) and set credentials in `~/.claude/settings.json` under `env`:
.claude/skills/setup/SKILL.md · 119 lines

How it starts

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

Notification Center Setup

Default Behavior

Desktop notifications are enabled out of the box. No configuration needed.

Commands

/notify:setup                    # Show status, offer to add channels
/notify:setup telegram           # Add Telegram
/notify:setup slack              # Add Slack
/notify:setup teams              # Add Teams
/notify:setup lark               # Add Lark/Feishu
/notify:setup webhook            # Add custom webhook
/notify:setup off telegram       # Remove Telegram (deletes credentials)
/notify:setup off all            # Remove all channels (needs confirmation)

Flow: No argument

Show current status, then gently offer options:

Desktop notifications are active (default).

You can also receive notifications on other channels:

  • telegram — Telegram bot messages
  • slack — Slack incoming webhook
  • teams — Microsoft Teams webhook
  • lark — Lark/Feishu custom bot
  • webhook — Custom HTTP endpoint

Want to add any?

Do NOT force the user to pick. Desktop is already working.

Flow: Add channel

Guide the user through configuring that specific channel:

telegram:

  1. Ask for bot token (from @BotFather)
  2. Ask for chat ID (from @userinfobot)

slack:

  1. Ask for incoming webhook URL

teams:

  1. Ask for incoming webhook URL (supports both legacy and Power Automate workflows)

lark:

  1. Ask for custom bot webhook URL

webhook:

  1. Ask for webhook URL

Write configuration

Add the channel to existing NOTIFY_CHANNELS (don't replace) and set credentials in ~/.claude/settings.json under env:

{
  "env": {
    "NOTIFY_CHANNELS": "desktop,telegram",
    "NOTIFY_TELEGRAM_TOKEN": "bot-token-here",
    "NOTIFY_TELEGRAM_CHAT": "chat-id-here"
  }
}

IMPORTANT: Read the existing settings.json first and MERGE — never replace existing env vars.

Test the notification

After configuring a new channel, test it:

echo '{"cwd":"'$PWD'"}' | CLAUDE_HOOK_EVENT=TaskCompleted NOTIFY_CHANNELS=<new-channel> <credentials> ${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh

Read the full file on GitHub · 119 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. 3d ago First seen · 119 lines · 19 tokens per session scan B 53e2e67e2382

Subscribe to this mod's changes

setup is a skill published in the GitHub repository dz1922/claude-notify (1 stars, last pushed 5mo ago), licensed MIT. It adds 19 tokens to every session and 980 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

slack-cli

Complete Slack Web API CLI — 201 methods across 29 command groups. Every public endpoint. Agent-friendly JSON output. Auto-generated from the official OpenAPI spec + @slack/web-api SDK. Use when: sending messages, reading channels, adding reactions, managing files, searching, pins, bookmarks, reminders, user groups…

Elnora-AI/elnora-slack · 164 tokens

slack-messages

Send Slack messages to channels or users via the elnora-slack CLI. Resolves channel/user IDs from the cached workspace reference, formats messages, handles threads and DMs, and enforces a draft-and-approve gate before anything is sent. TRIGGERS: "send slack", "slack message", "post on slack", "message on slack", "tell…

Elnora-AI/elnora-slack · 114 tokens

tailwind-design-system

Build production-ready design systems with Tailwind CSS v4, including CSS-first configuration, design tokens, component variants, and accessibility. Use when working with Tailwind projects.

xxxxxccc/devops-bot · 39 tokens

mobile-android-design

Build modern Android apps with Material Design 3 and Jetpack Compose, including theming, navigation, adaptive layouts, and accessibility. Use for Android UI tasks.

xxxxxccc/devops-bot · 37 tokens

swiftui-expert-skill

Build, review, or improve SwiftUI features with correct state management, modern API usage, Swift concurrency, and iOS 26+ Liquid Glass styling. Use for any SwiftUI task.

xxxxxccc/devops-bot · 45 tokens

configure

Configure the claude-lark-plugin by managing /.claude/channels/lark/.env. Use when the user asks to configure, setup, or change Lark/Feishu settings or credentials.

IS908/claude-lark-plugin · 42 tokens