From fe9eedea712191522746c058d5f11efa13d3e4be Mon Sep 17 00:00:00 2001 From: spinnakergit Date: Sun, 5 Apr 2026 17:50:10 -0400 Subject: [PATCH] Add YouTube Manager plugin Full YouTube Data API v3 integration (8 tools): upload, search, read, comments, playlists, management, analytics, transcripts. Supports API key for public reads and OAuth 2.0 with PKCE for full access. --- plugins/youtube/index.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/youtube/index.yaml diff --git a/plugins/youtube/index.yaml b/plugins/youtube/index.yaml new file mode 100644 index 0000000..20caddc --- /dev/null +++ b/plugins/youtube/index.yaml @@ -0,0 +1,15 @@ +title: YouTube Manager +description: >- + Manage YouTube channels end-to-end via the Data API v3: upload videos with + metadata and thumbnails; search videos, channels, and playlists; read video + details and channel statistics; manage comments (list, add, reply, delete); + create and organize playlists; track analytics; and extract transcripts. + Supports API key for public read operations or OAuth 2.0 with PKCE for full + channel access. +github: https://github.com/spinnakergit/a0-youtube +tags: + - social-media + - youtube + - video + - content + - analytics