add-imessage

Install and wire the iMessage adapter into NanoClaw's channel registry.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill add-imessage-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-imessage
Source: https://github.com/Bartunek/nanoclaw/tree/main/.claude/skills/add-imessage
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill add-imessage-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables iMessage as a native channel for NanoClaw, allowing agents to communicate with users via iMessage either on local macOS setups or via a remote Photon API backend.

Core Features & Use Cases

  • Fetch the channels branch and extract the iMessage adapter and its tests.
  • Wire the adapter into the channel registry by updating the index and installing the pinned package.
  • Build and validate the integration, with clear paths for Local (macOS with Full Disk Access) or Remote (Photon API) operation.
  • Use case: interact with a user via iMessage conversations including one-to-one chats and group conversations.

Quick Start

Run the add-imessage skill to fetch and install the iMessage adapter, register it, and build NanoClaw for local macOS or remote Photon API operation.

Frequently Asked Questions about add-imessage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add iMessage as a channel for NanoClaw?

Integrating iMessage as a channel for NanoClaw requires fetching the iMessage adapter, wiring it into the channel registry by updating the index, and installing a pinned package dependency to enable building and runtime operation.

Does iMessage integration with NanoClaw require a local macOS setup?

iMessage integration with NanoClaw supports both a local macOS setup requiring Full Disk Access and a remote Photon API backend, allowing flexible deployment for 1:1 and group chats.

What is the iMessage adapter used for in NanoClaw?

The iMessage adapter enables NanoClaw agents to communicate with users via 1:1 conversations and group chats by wiring the adapter into the channel registry for local macOS or remote Photon API operation.

How do I validate the iMessage adapter installation in NanoClaw?

You validate the iMessage adapter installation by running a registration test after updating the channels index, ensuring the adapter is correctly wired for building and runtime operation.

Can I use group chats with the NanoClaw iMessage channel?

Yes, the iMessage channel integration supports group chats. It enables agents to interact with users via both one-to-one iMessage conversations and group chats through a local macOS setup or remote Photon API backend.