From 252577f8de4c3f874660b93858972a087716e0b4 Mon Sep 17 00:00:00 2001 From: Kenneth Lien Date: Fri, 20 Mar 2026 14:44:25 -0700 Subject: [PATCH] Register imessage plugin in marketplace.json --- .claude-plugin/marketplace.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0436660..6373a10 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -563,6 +563,12 @@ }, "homepage": "https://github.com/huggingface/skills.git" }, + { + "name": "imessage", + "description": "iMessage messaging bridge with built-in access control. Reads chat.db directly, sends via AppleScript. Manage pairing, allowlists, and policy via /imessage:access.", + "category": "productivity", + "source": "./external_plugins/imessage" + }, { "name": "intercom", "description": "Intercom integration for Claude Code. Search conversations, analyze customer support patterns, look up contacts and companies, and install the Intercom Messenger. Connect your Intercom workspace to get real-time insights from customer data.",