Install
openclaw skills install sms-senderSend batch SMS messages to up to 100 domestic or international numbers via CloudSMS API with optional custom signature and content.
openclaw skills install sms-sender发送批量短信到多个手机号码,支持国内外号码。
通过 CloudSMS 平台 API 发送群发短信,支持:
需要 CloudSMS 平台的 Channel ID 和 Auth Key。如果没有,请联系平台管理员获取。
使用时需要提供以下凭证:
mobile: 手机号码,多个号码用英文逗号分隔,需要包含国家码
+8613800138000 或 +8613800138000,+8613900139000content: 短信内容
signature: 短信签名(选填)
给 +8613800138000 发送短信:您的验证码是 123456,5分钟内有效
群发短信给 +8613800138000,+8613900139000,内容:会议将于明天上午10点在3楼会议室召开
用签名"某某科技"给 +8615622201234 发送:您的订单已发货,请注意查收
成功时返回:
失败时返回:
当用户请求发送短信时:
python3 scripts/send_bulk_sms.py "<channel_id>" "<auth_key>" "<mobile>" "<content>" ["<signature>"]