smithery.ai

proactive_notifier

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

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 787 B
  • docs SUMMARY.md 125 B

History

  1. First recorded snapshot · 0 installs

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