← 返回
沟通协作 Key

Claw Messenger - iMessage without a Mac

Connect OpenClaw agents to iMessage, RCS, and SMS without a Mac or phone using Claw Messenger's relay server and API key authentication.
通过 Claw Messenger 中继服务器及 API 密钥认证,无需 Mac 或手机即可将 OpenClaw 智能体接入 iMessage、RCS 和 SMS。
demegire
沟通协作 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 1
Stars
📥 521
下载
💾 9
安装
1
版本
#latest

概述

@emotion-machine/claw-messenger

iMessage, RCS & SMS channel plugin for OpenClaw — no phone or Mac Mini required.

------
PublisherEmotion Machine
Homepageclawmessenger.com
Source codegithub.com/emotion-machine-org/claw-messenger
npm@emotion-machine/claw-messenger
IssuesGitHub Issues
Privacy policyclawmessenger.com/privacy
Pricingclawmessenger.com/pricing

How It Works

Claw Messenger routes messages between your OpenClaw agent and iMessage/RCS/SMS networks. The plugin connects to the Claw Messenger relay server over a WebSocket and authenticates with your API key. The relay server handles carrier-level delivery and inbound routing, then forwards messages back to your agent in real time.

OpenClaw Agent  ←→  Plugin (local)  ←→  Relay Server (WSS)  ←→  iMessage / RCS / SMS

Required Credentials

This plugin requires one credential: a Claw Messenger API key.

PropertyValue
-----------------
Key formatcm_live_{tag}_{secret}
Obtain fromclawmessenger.com/dashboard
SensitivitySecret — treat like a password. Do not commit to version control.
Storage locationStored locally in .openclaw.json at channels.claw-messenger.apiKey
RotationRevoke and rotate at any time from the dashboard
ScopeAuthorizes sending and receiving messages on your account only

No other credentials, environment variables, or secrets are required.

Required Config Path

All plugin configuration is stored in a single location:

.openclaw.jsonchannels.claw-messenger

This is the only file the plugin reads or writes. The full config schema is documented in the Configuration Reference below and declared in the plugin manifest (openclaw.plugin.jsonconfigSchema).

External Connections

The plugin makes exactly one external connection:

PropertyValue
-----------------
Hostclaw-messenger.onrender.com
Protocolwss:// (TLS-encrypted WebSocket)
PurposeRelay server that bridges OpenClaw to iMessage/RCS/SMS carrier networks
HostingHosted on Render (managed cloud platform) by Emotion Machine. The onrender.com subdomain is standard for Render deployments.
Data handlingStateless bridge — message content passes through in transit but is not persisted on the relay server. Message metadata (sender, recipient, timestamps) is logged for delivery tracking and billing per the Privacy Policy.
Custom domainIf your organization requires a custom domain or self-hosted deployment, contact hello@emotionmachine.ai

No other external connections are made.

Plugin Manifest Summary

The plugin's openclaw.plugin.json manifest declares the following (reproduced here for transparency):

  • Required credentials: apiKey (marked sensitive: true, placeholder cm_live_...)
  • Config path: .openclaw.jsonchannels.claw-messenger
  • External connection: wss://claw-messenger.onrender.com (relay server)
  • Config schema: apiKey (required string), serverUrl (optional string), preferredService (optional enum), dmPolicy (optional enum), allowFrom (optional array)

All credentials and config paths used at runtime are declared in the manifest. There are no undeclared secrets, env vars, or config files.

Install

openclaw plugins install @emotion-machine/claw-messenger

The package is published to npm as @emotion-machine/claw-messenger. You can verify the package contents before installing:

npm pack @emotion-machine/claw-messenger --dry-run

Configuration

After installing, add the plugin to your OpenClaw config (.openclaw.json) under channels:

{
  "channels": {
    "claw-messenger": {
      "enabled": true,
      "apiKey": "cm_live_XXXXXXXX_YYYYYYYYYYYYYY",  // required — your API key
      "serverUrl": "wss://claw-messenger.onrender.com",  // default relay server
      "preferredService": "iMessage",  // "iMessage" | "RCS" | "SMS"
      "dmPolicy": "pairing",           // "open" | "pairing" | "allowlist"
      "allowFrom": ["+15551234567"]    // only used with "allowlist" policy
    }
  }
}

Configuration Reference

FieldRequiredDefaultDescription
---------------------------------------
apiKeyYesYour cm_live_* API key. Stored locally in .openclaw.json.
serverUrlNowss://claw-messenger.onrender.comWebSocket relay server URL.
preferredServiceNoiMessageDefault delivery service (iMessage, RCS, or SMS).
dmPolicyNopairingInbound DM policy: open, pairing, or allowlist.
allowFromNo[]Phone numbers to accept when using allowlist policy.

Security & Privacy

  • Your cm_live_* API key is a secret credential. Add .openclaw.json to .gitignore to avoid committing it to version control.
  • You can revoke and rotate API keys at any time from the dashboard. We recommend starting with a scoped or test key.
  • All connections use TLS-encrypted WebSockets (wss://). Message content is not stored on the relay server.
  • Message metadata (sender, recipient, timestamps) is logged for delivery tracking and billing. See the Privacy Policy.
  • Billing is based on monthly message volume. See Pricing for plans and limits.

Features

  • Send & receive text messages and media (images, video, audio, documents)
  • iMessage reactions — love, like, dislike, laugh, emphasize, question (tapback)
  • Group chats — send to existing groups or create new ones
  • Typing indicators — sent and received
  • DM security policies — open, pairing-based approval, or allowlist

Agent Tools

The plugin registers two tools your agent can call:

ToolDescription
-------------------
claw_messenger_statusCheck connection status, server URL, and preferred service
claw_messenger_switch_serviceSwitch the preferred messaging service at runtime

Slash Commands

CommandDescription
----------------------
/cm-statusShow connection state, server URL, and preferred service
/cm-switch Switch preferred service (iMessage, RCS, or SMS)

Getting Started

  1. Sign up at clawmessenger.com
  2. Create an API key from the dashboard
  3. Install the plugin: openclaw plugins install @emotion-machine/claw-messenger
  4. Add the config above with your API key (keep .openclaw.json out of version control)
  5. Start a conversation — your agent can now send and receive messages

Support

License

UNLICENSED

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 15:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,408
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,678

Claw Messenger - iMessage without a Mac

demegire
使 OpenClaw 代理能够在无手机或 Mac 的情况下,通过安全 WebSocket 中继服务器收发 iMessage、RCS 和 SMS。
★ 0 📥 168