notifery
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.
Key Details
More from martinhjartmyr/skills
umami
Fetch analytics from Umami. Use when the user asks about umami, analytics, website traffic, daily stats, pageviews, visitors, how is my site doing, traffic report, site performance, bounce rate, visitor count, active users, who is on my site, or website statistics.
23overvy
Interact with the Overvy kanban board via curl. Use when the user wants to list issues, list AI tickets, work on a ticket, move issues between lanes, or check board status. Triggers include "overvy", "list AI tickets", "show me ready tickets", "what tickets are available", "what should I work on", "work on ticket", "work on any ticket", "pick a ticket", "start a ticket", "pick up an issue", "my issues", "kanban board", "move issue", "list issues", "board status", or references to lanes like "ready", "in progress", "in review", "done". Requires OVERVY_API_KEY environment variable.
2