configure-notifications

configure-notifications is a skill for Claude Code from jmstar85/oh-my-githubcopilot. It costs 31 tokens per session (199 once invoked), scanned C, original, MIT.

Guidance for setting up notifications and status alerts through services such as Telegram, Discord, or Slack.

In plain words
What is it for?
It identifies alert channels and events, checks existing hooks or CI integration points, recommends configuration with secret placeholders, and explains how to test the setup.
Why use it?
It provides a safe setup path when alerts need credentials, without placing tokens or webhooks in chat or committed files. It also clarifies that a background notification service is not included.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

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/jmstar85/oh-my-githubcopilot/configure-notifications
Any agent
npx skills add jmstar85/oh-my-githubcopilot --skill configure-notifications
Clone the repo
git clone --depth 1 https://github.com/jmstar85/oh-my-githubcopilot

Made for: Claude Code.

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 configure-notifications

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmstar85/oh-my-githubcopilot/configure-notifications.svg)](https://agentmods.dev/skills/jmstar85/oh-my-githubcopilot/configure-notifications)
Your own site
<a href="https://agentmods.dev/skills/jmstar85/oh-my-githubcopilot/configure-notifications"><img src="https://agentmods.dev/badge/skills/jmstar85/oh-my-githubcopilot/configure-notifications.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 199 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 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.1 $0.00031 $0.00199
Opus 5 $0.00015 $0.00100
Sonnet 5 $0.00006 $0.00040
Haiku 4.5 $0.00003 $0.00020

Measured 6d ago against content hash 29ab056d15e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

configure-notifications scanned grade C 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 6d 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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

4. If credentials are required, ask the user to enter secrets directly in the appropriate tool or local environment; do not collect secrets in chat.
.github/skills/configure-notifications/SKILL.md · 24 lines

What it actually says

Configure Notifications

OMG adapted scope: This skill provides configuration guidance only. It does not implement a background notification daemon in this port.

Workflow

  1. Identify the desired channel and event types.
  2. Check whether the repository already has notification hooks or CI integration points.
  3. Recommend a minimal configuration path with placeholders for secrets.
  4. If credentials are required, ask the user to enter secrets directly in the appropriate tool or local environment; do not collect secrets in chat.
  5. Document how to test the notification path.

Rules

  • Never request or echo tokens, webhooks, or API keys.
  • Prefer environment variables or secret stores over committed config.
  • Clearly label unimplemented daemon behavior as out of scope.
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. 6d ago First seen · 24 lines · 31 tokens per session scan C 29ab056d15e8

Subscribe to this mod's changes

configure-notifications is a skill published in the GitHub repository jmstar85/oh-my-githubcopilot (154 stars, last pushed 3mo ago), licensed MIT. It adds 31 tokens to every session and 199 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.