From a14d33875305d42bf78bcea63dddae7a74c9dc41 Mon Sep 17 00:00:00 2001 From: Kenneth Lien Date: Wed, 18 Mar 2026 16:47:05 -0700 Subject: [PATCH] Register telegram, discord, fakechat channel plugins Adds marketplace entries for the three channel plugins landing in external_plugins/ via #735, #736, #738. iMessage (#737) is intentionally held back from registration. telegram and discord go under productivity; fakechat goes under development since it's a localhost testing harness, not an end-user messaging bridge. --- .claude-plugin/marketplace.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2ed6589..b527c1d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1038,6 +1038,24 @@ "sha": "eeef353eead2e3dc5f33f64dbaae54e1309e0d45" }, "homepage": "https://github.com/intercom/claude-plugin-external" + }, + { + "name": "telegram", + "description": "Telegram messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.", + "category": "productivity", + "source": "./external_plugins/telegram" + }, + { + "name": "discord", + "description": "Discord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.", + "category": "productivity", + "source": "./external_plugins/discord" + }, + { + "name": "fakechat", + "description": "Localhost web chat for testing the channel notification flow. No tokens, no access control, no third-party service.", + "category": "development", + "source": "./external_plugins/fakechat" } ] }