From 0f6fd70056469686bd17f352602e262d2f7720e3 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Sat, 4 Apr 2026 07:58:28 -0500 Subject: [PATCH] Add runway-api plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Official Runway ML plugin (runwayml/skills) — API integration skills for video generation, image generation, audio, and file uploads. Partner escalation from #plugin-partner-escalations (Sreya/Runway AE). Previously on -community only; promoting to -official per routing criteria (company-affiliated developer + recognized SaaS vendor). Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 116be10..45a1b6d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1093,6 +1093,20 @@ } } }, + { + "name": "runway-api", + "description": "Helps integrate Runway's API into projects. Guides API key setup, analyzes codebase compatibility, and provides hands-on integration assistance for video generation, image generation, audio, and file uploads.", + "category": "development", + "author": { + "name": "Runway" + }, + "source": { + "source": "url", + "url": "https://github.com/runwayml/skills.git", + "sha": "cc609882edf0b65c94deccd42c841ed934d2d8d0" + }, + "homepage": "https://docs.dev.runwayml.com/" + }, { "name": "rust-analyzer-lsp", "description": "Rust language server for code intelligence and analysis",