add-imessage Skill
Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode. Published by microsoft in amplifier-app-nanoclaw.
What is add-imessage Skill?
Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-app-nanoclaw
Technical details
- Install or run with Copy skill directory
When to use add-imessage Skill
- Use it for developers using amplifier-app-nanoclaw.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/add-imessage/SKILL.md
What it does
Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode.
Skill instructions
Add iMessage Channel Adds iMessage support via the Chat SDK bridge. Two modes: local (macOS with Full Disk Access) or remote (Photon API). Install NanoClaw doesn't ship channels in trunk. This skill copies the iMessage adapter in from the channels branch. Pre-flight (idempotent) Skip to Credentials if all of these are already in place: - src/channels/imessage.ts exists - src/channels/index.ts contains import './imessage.js'; - chat-adapter-imessage is listed in package.json dependencies Otherwise continue. Every step below is safe to re-run. 1. Fetch the channels branch bash git fetch origin channels 2. Copy the adapter bash git show origin/channels:src/channels/imessage.ts src/channels/imessage.ts 3. Append the self-registration import Append to src/channels/index.ts (skip if the line is already present): typescript import './imessage.js'; 4. Install the adapter package (pinned) bash pnpm install chat-adapter-imessage@0.1.1 5. Build bash pnpm run build Credentials Local Mode (macOS) R
Explore related resources
Frequently asked questions
What is add-imessage?
add-imessage is a open-source AI agent skill with Copy skill directory. Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode.
Who is add-imessage best for?
add-imessage is best for reusing agent instructions, scripts, and references.
How do I install add-imessage?
Install or run add-imessage using Copy skill directory. Check add-imessage for the latest setup command.
Is add-imessage actively maintained?
add-imessage may need a closer maintenance check before production use.
Auto-fetched from GitHub.