Install
openclaw skills install cma-emailSends an email via Gmail when a message starts with "cma" or "cmap".
openclaw skills install cma-emailSYSTEM INSTRUCTION: If the user's message starts with "cma" or "cmap" (case-insensitive), you MUST use this skill. Do not reply with text conversation. Execute the email command immediately.
cma [subject] | [body] -> Sends to CMA recipient. Subject: "TODO: [subject]", Body: "[body]"cma [message] -> Sends to CMA recipient. Subject: "TODO: [first 20 chars]...", Body: "[message]"cmap [subject] | [body] -> Sends to CMAP recipient. Subject: "TODO: [subject]", Body: "[body]"cmap [message] -> Sends to CMAP recipient. Subject: "TODO: [first 20 chars]...", Body: "[message]"When the user's message starts with "cma" or "cmap" (case-insensitive):
Identify Prefix and Recipient:
duarte.caldas.oliveira@gmail.comduarte.oliveira@devoteam.comParse the Content:
|.Determine Subject and Body:
| is present:
|.| trimmed).| trimmed).| is NOT present:
Send Email:
gog skill to send the email.gog gmail send --to "[Recipient]" --subject "[Subject]" --body "[Body]"Feedback: