Notification Hub
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only notification skill is purpose-aligned, but users should notice that it may aggregate alerts from other skills, send urgent items to Discord, and keep local notification history.
This skill looks coherent for a notification hub. Before installing, confirm which skills can write to events/, what content is allowed in notifications, where Discord messages go, and how long memory/notifications/ history should be retained.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Urgent alerts may be sent quickly without a separate confirmation step once the notification flow is in use.
The skill instructs immediate external delivery for urgent notifications based on event priority. This is consistent with the notification-hub purpose, but users should ensure priority rules and destinations are correct.
urgent — Immediate Discord DM ... Send immediately (within 1 min)
Verify what counts as urgent and confirm the Discord destination before relying on automatic alert delivery.
Local notification metadata may persist across sessions and show which alerts were sent, when, and through which channel.
The skill stores notification history in local memory files for duplicate prevention. The example mainly stores metadata, but notification histories can still reveal activity patterns or alert sources.
History Storage memory/notifications/ ├── sent-2026-02-14.json
Review retention expectations for memory/notifications/ and avoid storing sensitive message bodies unless needed.
Alerts from multiple skills, potentially including account activity or message-related events, may be summarized together or routed to Discord, heartbeat, or daily-report flows.
The skill is designed to aggregate file-based events from multiple skills. This is central to its purpose, but it means outputs from other skills may be combined and forwarded through notification channels.
Collect all event files from `events/` directory ... health-monitor ... data-scraper ... insta-post ... competitor-watch ... skill-composer
Use this with trusted event-producing skills and keep sensitive event contents minimal or redacted before notification delivery.
