mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 23:52:40 -06:00
554a6f3bbf
* feat(sms): add Twilio MMS support * fix(sms): harden hosted media bearer handling * fix(sms): discard staged media before dispatch * fix(sms): close staged media cleanup races * fix(sms): finalize MMS metadata and race proof * fix(media): bind local reads to authorized descriptors * fix(sms): close MMS review gaps * fix(media): make inbound root matching type-safe * fix(media): route bounded reads through fs-safe facade * test(media): satisfy async lint contracts
14 lines
278 B
Markdown
14 lines
278 B
Markdown
# SMS/MMS OpenClaw channel
|
|
|
|
Official OpenClaw channel plugin for Twilio SMS and MMS.
|
|
|
|
## Install
|
|
|
|
```sh
|
|
openclaw plugins install @openclaw/sms
|
|
```
|
|
|
|
## Docs
|
|
|
|
See `docs/channels/sms.md` in the OpenClaw repository, or the published docs at `https://docs.openclaw.ai/channels/sms`.
|