From 12a193f7bb60983915949480806c7f87fbb07b40 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 10 Apr 2026 17:16:40 -0500 Subject: [PATCH] Add spotify-ads-api plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Partner escalation from #plugin-partner-escalations (Lucas Smedley). Spotify Ads Manager — skills-only plugin for managing ad campaigns via Claude Code. Already published in community marketplace. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5f16f4a..109ffb4 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1243,6 +1243,17 @@ }, "homepage": "https://sourcegraph.com" }, + { + "name": "spotify-ads-api", + "description": "Manage Spotify ad campaigns with natural language. Create campaigns, ad sets, ads, pull reports, and handle OAuth — all through conversation.", + "category": "productivity", + "source": { + "source": "url", + "url": "https://github.com/spotify/ads-claude-plugin.git", + "sha": "a4bce9912db071d47dfb410086a48004e0539efa" + }, + "homepage": "https://github.com/spotify/ads-claude-plugin" + }, { "name": "stagehand", "description": "Browser automation skill for Claude Code using Stagehand. Automate web interactions, extract data, and navigate websites using natural language.",