Back to skills

render-deploy

infrastructure

Deploys applications to Render by analyzing the codebase, generating a render.yaml Blueprint, and producing Dashboard deeplinks. Supports both Blueprint (Infrastructure-as-Code) and direct MCP-based s

Setup & Installation

npx skills add https://github.com/openai/render-deploy --skill render-deploy
or paste the link and ask your coding assistant to install it
https://github.com/openai/render-deploy
View on GitHub

What This Skill Does

Deploys applications to Render by analyzing the codebase, generating a render.yaml Blueprint, and producing Dashboard deeplinks. Supports both Blueprint (Infrastructure-as-Code) and direct MCP-based service creation for single-service apps. Handles web services, workers, cron jobs, databases, and static sites. Instead of manually writing render.yaml, configuring env vars, and navigating the Dashboard, this skill automates codebase analysis, generates a validated Blueprint, and hands you a ready-to-click deploy link.

When to use it

  • Working with render deploy functionality
  • Implementing render deploy features
  • Debugging render deploy related issues