schedule-message

Schedule future push notification messages via the Sven companion app gateway API.

5|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/47network/Sven --skill schedule-message
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-message
Source: https://github.com/47network/Sven/tree/main/skills/notifications/schedule-message
Command: npx skills add https://github.com/47network/Sven --skill schedule-message

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schedule messages to be delivered to the user at a future time via push notifications on the Sven companion app.

Core Features & Use Cases

  • Schedule messages for future delivery to Sven users.
  • List pending and delivered scheduled messages.
  • Cancel a scheduled message by ID when plans change.

Quick Start

Ask Sven to schedule a reminder for tomorrow at 9 AM.

Frequently Asked Questions about schedule-message

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

FAQPage Schema
How do I schedule push notifications for future delivery?

You can schedule push notifications for future delivery by using the schedule action with a gateway API, sending a payload containing the message and the target time to trigger the alert on the mobile app.

Can I list pending scheduled reminders after they are set?

Yes, you can list pending and delivered scheduled reminders by using the list action, which queries the gateway API to return all currently tracked scheduled messages and their delivery status.

How do I cancel a scheduled reminder once my plans change?

To cancel a scheduled reminder, use the cancel action and provide the specific message ID, allowing the gateway API to invalidate the pending push notification before it is delivered to the user.

Do I need the Sven companion app to receive scheduled message alerts?

Yes, you need the Sven companion app installed on your mobile device to receive the push notifications, as the gateway API routes all scheduled time-based prompts and reminders directly to that application.

What payload validation is required when scheduling time-based prompts?

Scheduling time-based prompts requires passing payload validation checks enforced by the gateway API, ensuring the message content and the future delivery time are correctly formatted before the action is accepted.

What is the best way to manage time-based prompts for mobile users?

The best way to manage time-based prompts for mobile users is scheduling messages via a push notification gateway, which allows you to schedule, list, and cancel reminders centrally for reliable future delivery.