بنقرة واحدة
send-reminder
Send a reminder message to a contact
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Send a reminder message to a contact
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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