Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

imessage-claw-messengerimessage 爪子信使

Agent Skill

imessage-claw-messenger 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,299

周安装

339

GitHub Stars

1

下载量

2,658
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:imessage-claw-messenger(imessage 爪子信使)
来源仓库:https://github.com/demegire/imessage-claw-messenger
安装命令:
openclaw skills install imessage-claw-messenger
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install imessage-claw-messenger

简介

使用 Claw Messenger 的中继服务器和 API 密钥身份验证,无需 Mac 或手机即可将 OpenClaw 代理连接到 iMessage、RCS 和 SMS。

SKILL.md

@emotion-machine/claw-messenger

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

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 <service>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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.21%
按下载量换算2,531

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills