mit einem Klick
send-reminder
Send a reminder message to a contact
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Send a reminder message to a contact
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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