Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    kazumasakawahara

    proactive-notifier

    kazumasakawahara/proactive-notifier
    Data & Analytics
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Proactive agent that monitors database state (e.g., expiration dates) and sends push notifications.

    SKILL.md

    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
    
    Recommended Servers
    OneSignal
    OneSignal
    AgentMail
    AgentMail
    Better Stack
    Better Stack
    Repository
    kazumasakawahara/neo4j-agno-agent
    Files