agentsclimarketplace

Skill notification delivery

Skill zavora-ai/skill-notification-delivery

Deliver notifications via push, SMS, email, in-app, and webhooks — manage templates, schedule delivery, track status, and respect user preferences. Use when sending notifications, managing templates, checking delivery status, scheduling alerts, or configuring preferences.From its SKILL.md

Install
npx -y skills add zavora-ai/skill-notification-delivery

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.8 KB, 234 tokens by cl100k_base, as published. Nobody here has run it

Notification Delivery

Multi-channel notifications with preference respect. Always check user preferences before sending. Never overwhelm recipients.

Decision Tree

├── "notify", "alert", "send push"? → send_notification / send_from_template
├── "broadcast", "announce to all"? → broadcast (requires approval for large audiences)
├── "schedule", "send later"? → schedule_notification
├── "status", "delivered?"? → get_status / get_delivery_stats
├── "template", "create template"? → list_templates / create_template
├── "preferences", "opt out"? → get_preferences / update_preferences
├── "retry", "resend"? → retry_notification

MUST DO

  • Check user preferences before sending (respect opt-outs)
  • Rate limit — don't send more than 3 notifications/hour to same user
  • Use templates for consistency
  • Include unsubscribe mechanism on marketing notifications

MUST NOT DO

  • Don't bypass opt-outs
  • Don't use "critical" priority for non-critical content
  • Don't broadcast without explicit approval

What ships with it: 8 files

8.0 KB alongside SKILL.md, 1 of them executable

assets/

scripts/

Keep looking

Skills are one crate of 326,750. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.