notifery
Installation
SKILL.md
Notifery
Send notifications to the user via the Notifery API.
API Configuration
- Base URL:
https://api.notifery.com(override withNOTIFERY_API_URLenv 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.