From render
Configures Render web services for port binding, TLS/HTTPS, health checks, custom domains, auto-deploy, PR previews, persistent disks, and deploy lifecycle. Use for web service setup, debugging health failures, domains, zero-downtime deploys, ports.
npx claudepluginhub render-oss/skills --plugin renderThis skill uses the workspace's default tool permissions.
This skill covers **Web Service** behavior on Render: how traffic reaches your process, how deploys go live, and how optional features (domains, disks, auto-deploy) interact. Use it alongside Blueprint and networking skills when wiring `render.yaml` or Dashboard settings.
Deploys Git-backed apps to Render by analyzing codebases, generating render.yaml blueprints, creating services via MCP, and providing dashboard deeplinks. Use for hosting on Render.
Deploys apps to Render by analyzing codebases, generating render.yaml blueprints, and providing dashboard deeplinks. For Git-backed services, Docker images, databases, and cron jobs.
Generates deployment configurations for hosting providers like Vercel, Railway, AWS, covering env vars, domains, SSL, strategies, rollback plans, and health checks. Useful for production deploys.
Share bugs, ideas, or general feedback.
This skill covers Web Service behavior on Render: how traffic reaches your process, how deploys go live, and how optional features (domains, disks, auto-deploy) interact. Use it alongside Blueprint and networking skills when wiring render.yaml or Dashboard settings.
Deeper patterns live under references/ (health checks, domains, deploy phases).
0.0.0.0 (all interfaces). Binding only to localhost or 127.0.0.1 prevents Render’s proxy from reaching your app.PORT environment variable for the HTTP listen port. Render sets it for you; the default is often 10000 and you can change the configured value in the service Settings in the Dashboard.18012, 18013, 19099.PORT.PORT.healthCheckPath in a Blueprint or the Health Check Path field in the Dashboard.2xx or 3xx for success.references/health-check-patterns.md.[service-name].onrender.com (use your service’s hostname from the Dashboard).@ is unsupported.*.example.com) are supported when configured and verified.domains field.See references/custom-domains.md for Dashboard steps, verification, and troubleshooting.
autoDeployTrigger (Blueprint) / auto-deploy settings control when production deploys run:
commit — deploy on every push to the tracked branchchecksPass — deploy only when required Git checks passoff — manual deploys only (Dashboard, CLI, hooks)previews.generation (and related preview settings); generation behavior depends on repo integration and plan.disk field in a Blueprint (or equivalent Dashboard storage settings).Typical flow:
buildCommand, produce the runnable artifact/image.maxShutdownDelaySeconds (range 1–300, default 30) bounds how long old instances may continue handling requests during drain before shutdown.Full sequence, hooks, filters, and CLI notes: references/deploy-lifecycle.md.
Free Web Services have separate limits: e.g. no custom domains on the free instance type, and services spin down after inactivity (cold starts on next request). Treat free-tier behavior as distinct from paid Web Service defaults when advising on domains, uptime, and scaling.
| Topic | File |
|---|---|
| Health check design, timeouts, pitfalls | references/health-check-patterns.md |
| Domains, DNS, TLS verification | references/custom-domains.md |
| Build, pre-deploy, drain, rollbacks, triggers | references/deploy-lifecycle.md |
render.yaml structure