with one click
send-reminder
Send a reminder message to a contact
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Send a reminder message to a contact
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Project management, memory storage, and communications backend for OpenClaw agents
Onboard a new external API, configure credentials, and verify endpoints
Build a comprehensive view of a contact with relationships, links, and memories
Generate a summary report for a completed dev session
Audit namespace content by searching across projects, memories, and items
Create meeting notes with attendees, action items, and linked references
| name | send-reminder |
| description | Send a reminder message to a contact |
| args | [{"name":"contact","description":"Contact name or phone/email","required":true},{"name":"message","description":"Reminder message content","required":true},{"name":"channel","description":"Channel to use (sms or email)","default":"sms"}] |
Send a reminder to {{contact}} via {{channel}}:
Message: {{message}}
Look up the contact
contact_search to find the contact by nameVerify their {{channel}} endpoint
Send the message
sms_send with the phone number and messageemail_send with appropriate subject lineConfirm delivery