Notifications

Schedule local and push notifications with Expo Notifications.

7|1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/chiraitori/paperand --skill notifications-chiraitori
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Notifications
Source: https://github.com/chiraitori/paperand/tree/main/.agent/skills/notifications
Command: npx skills add https://github.com/chiraitori/paperand --skill notifications-chiraitori

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage and implement push notifications and in-app alerts within an application, ensuring users stay informed about important events.

Core Features & Use Cases

  • Notification Scheduling: Schedule local notifications for future delivery, either immediately or with a delay.
  • Permission Handling: Request and manage user permissions for sending notifications.
  • Event Listening: Listen for notifications received while the app is open and for user interactions with notifications.
  • Use Case: Automatically notify a user when a new chapter of their favorite manga becomes available, or remind them to continue reading a chapter they left unfinished.

Quick Start

Use the Notifications skill to schedule an immediate notification with the title 'New Update Available' and body 'Check out the latest features!'.

Frequently Asked Questions about Notifications

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

FAQPage Schema
How do I schedule local push notifications in a mobile app?

You can schedule local push notifications for immediate or delayed delivery within your mobile application using this Skill's notification scheduling logic. It supports setting a specific time delay before the alert is sent to the user's device.

How do I handle push notification permissions with Expo?

Push notification permissions are handled by requesting and managing user consent directly through the Skill. It integrates with Expo Notifications to ensure cross-platform compatibility when asking users to allow alerts.

Can I trigger an immediate alert instead of a delayed notification?

Yes, you can trigger an immediate alert by scheduling a notification with no delay. The Skill manages both instant delivery and future scheduled alerts through its core notification handling logic.

How does event listening work for in-app notifications?

The Skill listens for notifications received while the app is open and tracks user interactions with those alerts. It sets up event listeners to capture both incoming messages and user responses.

What is the best way to manage cross-platform mobile alerts?

Managing cross-platform mobile alerts is best achieved by leveraging Expo Notifications integration. This Skill handles scheduling, delivery, and event listening uniformly across different mobile operating systems.