From c4141d78fd5ceb116ec91a440e806672e31dc996 Mon Sep 17 00:00:00 2001 From: Chen <99816898+donteatfriedrice@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:48:17 +0800 Subject: [PATCH] feat(registry): add @graydawnc/connector-youtube MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First non-@spool-lab/ entry in the registry — community-authored YouTube Liked Videos connector. Marked firstParty: false to distinguish from official plugins; the in-app browser already uses that flag to show a "community" badge and require TrustStore confirmation on install. Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/landing/public/registry.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/landing/public/registry.json b/packages/landing/public/registry.json index 3225747..cfcd168 100644 --- a/packages/landing/public/registry.json +++ b/packages/landing/public/registry.json @@ -101,6 +101,18 @@ "category": "social", "firstParty": true, "npm": "https://www.npmjs.com/package/@spool-lab/connector-xiaohongshu" + }, + { + "name": "@graydawnc/connector-youtube", + "id": "youtube-liked", + "platform": "youtube", + "label": "YouTube Liked Videos", + "description": "Videos you've liked on YouTube", + "color": "#FF0000", + "author": "graydawnc", + "category": "media", + "firstParty": false, + "npm": "https://www.npmjs.com/package/@graydawnc/connector-youtube" } ] }