rocketchat-send

Installation
SKILL.md

Rocket.Chat Send

Rocket.Chat is available at http://{{ROCKETCHAT_HOST}}:{{ROCKETCHAT_PORT}} within the Docker network.

Send a Message

curl -X POST "http://{{ROCKETCHAT_HOST}}:{{ROCKETCHAT_PORT}}/api/v1/chat.sendMessage" \
  -H "Content-Type: application/json" \
  -H "X-Auth-Token: $ROCKETCHAT_AUTH_TOKEN" \
  -H "X-User-Id: $ROCKETCHAT_USER_ID" \
  -d '{"message": {"rid": "{room_id}", "msg": "Hello from OpenClaw!"}}'

Tips for AI Agents

  • Supports channels, direct messages, and threads.
  • Use incoming webhooks for simplified bot integration.
  • Supports file uploads, emojis, and rich message attachments.
Installs
3
GitHub Stars
58
First Seen
May 14, 2026
rocketchat-send — bidewio/better-openclaw