NOTIF_TriggerWebPush

Trigger web push notifications to specific users with custom payloads.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/apakou/wolow --skill notif-triggerwebpush
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: NOTIF_TriggerWebPush
Source: https://github.com/apakou/wolow/tree/main/.claude/skills/NOTIF_TriggerWebPush
Command: npx skills add https://github.com/apakou/wolow --skill notif-triggerwebpush

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires web-push, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of sending web push notifications to specific users based on application events, eliminating the need for manual intervention and ensuring timely communication.

Core Features & Use Cases

  • Event-Driven Notifications: Trigger notifications for events like new messages, mentions, or other relevant occurrences.
  • Recipient Selection: Target notifications to specific users based on user IDs.
  • Custom Payloads: Send notifications with custom titles, bodies, URLs, and other relevant information.
  • Use Case: For a messaging app, use this Skill to send a push notification to a user when they receive a new message.

Quick Start

Use the NOTIF_TriggerWebPush skill to send a notification to the user with ID 'user123' with the message 'You have a new message'.

Frequently Asked Questions about NOTIF_TriggerWebPush

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send web push notifications based on application events?

To send web push notifications based on application events, you can trigger this Skill to automatically dispatch targeted messages to specific users. It eliminates manual intervention by handling event-driven notifications for occurrences like new messages or mentions.

Can I target web push notifications to specific users by their user ID?

Yes, you can target web push notifications to specific users by their user ID. The Skill supports user ID-based targeting, allowing you to direct custom notification payloads to designated recipients during specific application events.

Do I need a database to send targeted web push notifications?

Yes, you need a database to fetch PushSubscription objects when sending targeted web push notifications. The Skill relies on this database to retrieve the necessary subscription data required to deliver the event-driven notifications.

What are the dependencies required to trigger web push notifications?

To trigger web push notifications, you need the web-push library as a dependency. Combined with a database to fetch PushSubscription objects, this library enables the Skill to send custom payloads with specific titles and URLs.

How do I customize the payload for event-driven web push notifications?

You customize the payload for event-driven web push notifications by specifying custom titles, bodies, and URLs. The Skill allows you to configure these elements to deliver precise, relevant information to targeted users based on application events.

Does the NOTIF_TriggerWebPush skill work for messaging app notifications?

Yes, the NOTIF_TriggerWebPush skill works for messaging app notifications. It is designed for event-driven scenarios, such as sending a push notification to a user when they receive a new message or mention within the application.