Skip to content

Commit 185c7ea

Browse files
graydawncclaude
andauthored
feat(registry): add @graydawnc/connector-youtube (#91)
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: Chen <99816898+donteatfriedrice@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ce79018 commit 185c7ea

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/landing/public/registry.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@
101101
"category": "social",
102102
"firstParty": true,
103103
"npm": "https://www.npmjs.com/package/@spool-lab/connector-xiaohongshu"
104+
},
105+
{
106+
"name": "@graydawnc/connector-youtube",
107+
"id": "youtube-liked",
108+
"platform": "youtube",
109+
"label": "YouTube Liked Videos",
110+
"description": "Videos you've liked on YouTube",
111+
"color": "#FF0000",
112+
"author": "graydawnc",
113+
"category": "media",
114+
"firstParty": false,
115+
"npm": "https://www.npmjs.com/package/@graydawnc/connector-youtube"
104116
}
105117
]
106118
}

0 commit comments

Comments
 (0)