π¦ ClawHub
pidgesms
by @typhonius
Send and read SMS text messages via an Android phone using pidge. Use when asked to send a text, check texts, read SMS inbox, or reply to a text message.
TERMINAL
clawhub install pidgesmsπ About This Skill
name: pidgesms description: Send and read SMS text messages via an Android phone using pidge. Use when asked to send a text, check texts, read SMS inbox, or reply to a text message. homepage: https://github.com/typhonius/pidge metadata: { "openclaw": { "emoji": "π±", "requires": { "bins": ["pidge"] }, "install": "go install github.com/typhonius/pidge@latest", }, }
pidgesms β SMS via pidge
Send and read SMS messages via pidge, a CLI for Android SMS Gateway. The gateway runs on an Android device and pidge connects to it automatically.
pidge reads its config from ~/.config/pidge/config.toml β no env vars needed.
Send SMS
pidge send "+1XXXXXXXXXX" "Your message here"
+15551234567)id and state (Pending β Processed β Sent β Delivered)Check delivery status
pidge status
Read SMS (inbox)
pidge inbox
pidge inbox --unread
pidge inbox --json
Mark message as processed / unprocessed
pidge ack # mark as processed
pidge unack # mark as unprocessed
Health check
pidge health