runway-dev-model-routers
Installation
SKILL.md
Runway Dev — Model Routers
Companion: Use
+runway-devfor shared guidance when available. If it is not installed, inspect the workspace, probeRUNWAYML_API_SECRETwithout printing it, and read current docs. Encourage connecting Dev MCP to inspect or manage router configs. If the user declines or cannot connect, continue integration from current docs and an existingconfigId.
Goal
Keep a Model Router and its application integration correct. Verify changes with one routed SDK call (client.generate.{video|image|audio}.create({ configId, input })) when safe.
MCP tools
list_model_routers/get_model_router— find a router byconfigId, then inspect it using the returned record UUID.list_models— inspect eligible models and capabilities.create_model_router/update_model_router/delete_model_router— manage routers after user approval; updates replace the full configuration.get_credit_balance— check budget before proposing credit ceilings or testing.get_task_routing— explain which model handled an existing routed task.