OpenAI/render-deploy — Agent Skills | officialskills.sh
Back to skills

render-deploy

Deploys applications to Render by analyzing the codebase, generating a render.

Setup & Installation

npx skills add https://github.com/openai/skills --skill render-deploy
or paste the link and ask your coding assistant to install it
https://github.com/openai/skills/tree/main/skills/.curated/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

  • Generating a render.yaml Blueprint for a Node.js API with a Postgres database
  • Setting up a cron job and background worker alongside a web service on Render
  • Deploying a static frontend site to Render's CDN from a GitHub repo
  • Adding a Render MCP server to Cursor or Claude Code for direct service creation
  • Migrating a multi-service app to Render with all env vars and datastores configured