Proactive Notifier

Proactive agent that monitors database state (e.g., expiration dates) and sends push notifications. Use when this capability is needed.

tomevault-io 7def319 2 files · 1.7 KB Updated

File contents

Proactive Notifier Skill

This skill is responsible for monitoring the database for time-sensitive events and proactively notifying stakeholders. It acts as a "daemon" or scheduled task.

Capabilities

  1. Renewal Alert: Checks Certificate nodes for nextRenewalDate and flags upcoming expirations.
  2. Notification Dispatch: formatting alerts into a human-readable "Push Notification" format (currently simulated via log file).

Scripts

  • renewal_agent.py: The main entry point for verifying renewal dates.

Usage

# Run the renewal check logic
uv run python skills/proactive_notifier/renewal_agent.py

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/kazumasakawahara--neo4j-agno-agent--proactive-notifier commit 7def319bb1

Frequently asked questions

npx skillmds@latest add tomevault-io/proactive-notifier