π¦ ClawHub
GroupMe
by @bgoodwinstudio
Bridge OpenClaw to GroupMe for team communication. Send scheduled messages, broadcast announcements, run shift reminders, and automate group messaging via cr...
βοΈ Configuration
Before using this skill, you need:
1. GroupMe Access Token β get it at https://dev.groupme.com/bots (top of page) 2. Group ID β the ID of your GroupMe group (fetch via API) 3. Bot ID β create a bot at https://dev.groupme.com/bots/new
Save Your Tokens
Create a file at ~/.openclaw/secrets/groupme.env:
GROUPME_ACCESS_TOKEN="your_access_token_here"
GROUPME_BOT_ID="your_bot_id_here"
GROUPME_GROUP_ID="your_group_id_here" # Optional β only needed to discover group IDs, not required for sending
Never commit this file to git.
Finding Your Group ID
Run this command (replace with your token):
curl -s "https://api.groupme.com/v3/groups?token=YOUR_TOKEN&per_page=10"
Look for your group in the response β the id field is your Group ID.
TERMINAL
clawhub install groupme