Use termux-sms-send when the user explicitly asks you to send an SMS or text message to a contact or phone number.
This skill requires that OpenClaw is running within Termux on an Android device, or that you are executing commands on an Android node via SSH/remote execution where the termux-api package is installed.
To send a text message, use the termux-sms-send command.
termux-sms-send -n <phone_number> "<message_text>"
Send a simple text:
termux-sms-send -n "+14155551212" "Hey, I am running 5 minutes late."
Send a multi-line text:
termux-sms-send -n "5558675309" "Grocery list:
- Milk
- Eggs
- Bread"
Send to multiple numbers (comma-separated):
termux-sms-send -n "+14155551212,5558675309" "Meeting is moved to 3 PM."
termux-api package is installed inside the Termux environment (pkg install termux-api).共 1 个版本