AI Summaryrender-deploy automates deployment to Render's cloud platform by analyzing codebases and generating render.yaml Blueprints with Dashboard deeplinks. Developers building applications on Render will find this essential for streamlined deployments.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "render-deploy" skill in my project. Please run this command in my terminal: # Install skill into your project (21 files) mkdir -p .claude/skills/render-deploy && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/SKILL.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/LICENSE.txt "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/LICENSE.txt" && mkdir -p .claude/skills/render-deploy/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/agents/openai.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/agents/openai.yaml" && mkdir -p .claude/skills/render-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/assets/docker.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/assets/docker.yaml" && mkdir -p .claude/skills/render-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/assets/go-api.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/assets/go-api.yaml" && mkdir -p .claude/skills/render-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/assets/nextjs-postgres.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/assets/nextjs-postgres.yaml" && mkdir -p .claude/skills/render-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/assets/node-express.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/assets/node-express.yaml" && mkdir -p .claude/skills/render-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/assets/python-django.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/assets/python-django.yaml" && mkdir -p .claude/skills/render-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/assets/render-small.svg "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/assets/render-small.svg" && mkdir -p .claude/skills/render-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/assets/render.png "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/assets/render.png" && mkdir -p .claude/skills/render-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/assets/static-site.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/assets/static-site.yaml" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/blueprint-spec.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/blueprint-spec.md" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/codebase-analysis.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/codebase-analysis.md" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/configuration-guide.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/configuration-guide.md" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/deployment-details.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/deployment-details.md" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/direct-creation.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/direct-creation.md" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/error-patterns.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/error-patterns.md" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/post-deploy-checks.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/post-deploy-checks.md" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/runtimes.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/runtimes.md" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/service-types.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/service-types.md" && mkdir -p .claude/skills/render-deploy/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/render-deploy/references/troubleshooting-basics.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/references/troubleshooting-basics.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.
Prerequisites
• When sandboxing blocks the deployment network calls, rerun with sandbox_permissions=require_escalated. • The deployment might take a few minutes. Use appropriate timeout values.
Prerequisites Check
When starting a deployment, verify these requirements in order: • Confirm Source Path (Git vs Docker) If using Git-based methods (Blueprint or Direct Creation), the repo must be pushed to GitHub/GitLab/Bitbucket. Blueprints that reference a prebuilt image still require a Git repo with render.yaml. `bash git remote -v ` • If no remote exists, stop and ask the user to create/push a remote or switch to Docker image deploy. • Check MCP Tools Availability (Preferred for Single-Service) MCP tools provide the best experience. Check if available by attempting: ` list_services() ` If MCP tools are available, you can skip CLI installation for most operations. • Check Render CLI Installation (for Blueprint validation) `bash render --version ` If not installed, offer to install: • macOS: brew install render • Linux/macOS: curl -fsSL https://raw.githubusercontent.com/render-oss/cli/main/bin/install.sh | sh • MCP Setup (if MCP isn't configured) If list_services() fails because MCP isn't configured, ask whether they want to set up MCP (preferred) or continue with the CLI fallback. If they choose MCP, ask which AI tool they're using, then provide the matching instructions below. Always use their API key.
Other Tools
If the user is on another AI app, direct them to the Render MCP docs for that tool's setup steps and install method.
Deploy to Render
Render supports Git-backed services and prebuilt Docker image services. This skill covers Git-backed flows: • Blueprint Method - Generate render.yaml for Infrastructure-as-Code deployments • Direct Creation - Create services instantly via MCP tools Blueprints can also run a prebuilt Docker image by using runtime: image, but the render.yaml still must live in a Git repo. If there is no Git remote, stop and ask the user to either: • Create/push a Git remote (can be minimal if only the Blueprint is needed), or • Use the Render Dashboard/API to deploy a prebuilt Docker image (MCP cannot create image-backed services).
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster