notifery

Installation
SKILL.md

Notifery

Send notifications to the user via the Notifery API.

API Configuration

  • Base URL: https://api.notifery.com (override with NOTIFERY_API_URL env var)
  • Auth: x-api-key: $NOTIFERY_API_KEY

At the start of any workflow, verify the API key is set:

test -n "$NOTIFERY_API_KEY" || echo "ERROR: NOTIFERY_API_KEY is not set"

If NOTIFERY_API_KEY is not set, stop and tell the user to set it.

Key Details

Installs
4
First Seen
Mar 14, 2026
notifery — martinhjartmyr/skills