ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

Claw Messenger Imessage

Skill by demegire

Why use this skill?

Learn how to integrate iMessage, RCS, and SMS into your OpenClaw agent using the Claw Messenger plugin for seamless automated communication.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/demegire/claw-messenger-imessage
Or

What This Skill Does

The Claw Messenger iMessage skill acts as a robust bridge between your OpenClaw agent and cellular messaging protocols. By abstracting the complexities of iMessage, RCS, and SMS, it enables your agent to engage in real-time text-based communication without the need for dedicated hardware like a Mac Mini or a mobile device. The skill functions by establishing a secure WebSocket connection to the Claw Messenger relay server, which handles the intricacies of carrier-level message delivery and inbound routing. This architecture allows your agent to send and receive messages asynchronously, ensuring that your AI can maintain conversations with users across standard mobile messaging apps directly through your OpenClaw interface.

Installation

To install this skill, run the following command in your terminal within your OpenClaw project directory: clawhub install openclaw/skills/skills/demegire/claw-messenger-imessage. Once installed, you must configure your API key to authenticate with the relay server. Obtain your API key by visiting the Claw Messenger dashboard, then add it to your .openclaw.json file under the channels.claw-messenger path. Ensure your configuration follows the required schema to verify the connection. Since the key is a sensitive secret, avoid hardcoding it in public repositories; store it securely in your environment or local configuration file.

Use Cases

  • Automated Customer Support: Allow your AI agent to handle order inquiries, appointment scheduling, or common FAQs directly via SMS.
  • Personal Productivity Assistant: Connect your agent to your personal number to receive task reminders, calendar updates, and summary briefings while on the go.
  • Appointment Reminders: Automatically send confirmation texts or follow-up messages to clients to reduce no-show rates without manual intervention.
  • Interactive Marketing: Engage users with conversational marketing campaigns that run entirely through iMessage or RCS.

Example Prompts

  1. "Send an SMS to 555-0199: Your appointment with the dentist is confirmed for tomorrow at 10:00 AM."
  2. "Check for new iMessages and summarize any urgent requests from my boss."
  3. "Text the team group chat: The project deployment is delayed by two hours due to server maintenance."

Tips & Limitations

Always ensure your API key has the necessary scopes for your use case to prevent unauthorized message propagation. Note that while this plugin simplifies messaging, it relies on the availability of the Claw Messenger relay server; if the WebSocket connection is interrupted, messages will be queued. Monitor your relay server usage through the official dashboard to stay within your service limits. Be mindful of privacy regulations and carrier spam filters when sending automated messages at scale, and ensure you have user consent before initiating outbound conversations.

Metadata

Author@demegire
Stars2190
Views1
Updated2026-03-07
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-demegire-claw-messenger-imessage": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#imessage#sms#messaging#rcs#automation
Safety Score: 4/5

Flags: network-access, file-read, file-write, external-api