send-reminder

Send reminder messages to contacts via SMS or email.

3|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/troykelly/openclaw-projects --skill send-reminder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-reminder
Source: https://github.com/troykelly/openclaw-projects/tree/main/packages/openclaw-plugin/skills/send-reminder
Command: npx skills add https://github.com/troykelly/openclaw-projects --skill send-reminder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reminding contacts via SMS or email with a customizable message helps teams reduce missed follow-ups and improve responsiveness.

Core Features & Use Cases

  • Channel-agnostic reminders: send via SMS or email depending on the contact's available endpoints.
  • Contact validation and lookup: verify the contact endpoints before sending and handle name-based lookups.
  • Delivery tracking and memory: report delivery status and optionally store a memory of communications for context.

Quick Start

Remind {{contact}} via {{channel}} with the message '{{message}}'.

Frequently Asked Questions about send-reminder

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

FAQPage Schema
How do I send automated reminders via SMS or email to a contact?

The system validates the contact's available endpoints before sending, automatically choosing SMS or email based on what the contact has registered, and reports the delivery status.

Can I look up a contact by name to send a reminder?

Yes, the system handles name-based contact lookups, verifies the available SMS or email endpoints, and sends your custom reminder message without requiring direct input.

Does the reminder system track delivery status for SMS and email?

Yes, the reminder system tracks delivery status using sms_send and email_send hooks, logging the communication details to memory for future context and reporting outcomes.

How do I use reminders for team deadline coordination and follow-ups?

Teams coordinate follow-ups and deadlines by sending customizable reminder messages to contacts via SMS or email, which reduces missed appointments and improves overall responsiveness.

What happens if a contact's SMS or email endpoint fails validation?

The reminder system requires channel validation before sending, meaning if a contact's SMS or email endpoint is missing or invalid, the message will not be delivered and a status report is generated.

What is the best way to automate appointment confirmation reminders?

The best way to automate appointment confirmations is sending channel-agnostic reminders via SMS or email, which validates contact endpoints, delivers the message, and logs the communication to memory.