Habilidades render-automation
📦

render-automation

Seguro

Automate Render Deployments

También disponible en: sickn33

This skill automates Render cloud platform operations including service management, deployment triggering, and status monitoring through the Rube MCP integration.

Soporta: Claude Codex Code(CC)
🥉 74 Bronce
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "render-automation". List all web services on Render

Resultado esperado:

Found 5 web services:
- my-app (srv-abc123) - status: live
- api-service (srv-def456) - status: live
- worker-queue (srv-ghi789) - status: update_in_progress

Usando "render-automation". Trigger deployment for my-app

Resultado esperado:

Deployment triggered successfully.
- Service: my-app (srv-abc123)
- Deploy ID: dep-xyz789
- Status: build_in_progress

Usando "render-automation". Check deployment status

Resultado esperado:

Deployment Status: live
- Created: 2024-01-15T10:30:00Z
- Finished: 2024-01-15T10:45:00Z
- Commit: abc1234
- Build: SUCCESS

Auditoría de seguridad

Seguro
v1 • 2/24/2026

This is a documentation-only skill containing no executable code. The static findings flagged markdown backticks and URL references as potential security issues, but these are false positives. The skill provides documentation for using Rube MCP tools to manage Render services - no shell execution, network requests, or cryptographic operations occur. All detected patterns are documentation artifacts.

1
Archivos escaneados
187
Líneas analizadas
0
hallazgos
1
Auditorías totales
No se encontraron problemas de seguridad
Auditado por: claude

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
85
Contenido
50
Comunidad
100
Seguridad
91
Cumplimiento de la especificación

Lo que puedes crear

Deploy applications to Render

Trigger and monitor deployments for web services, static sites, workers, or cron jobs from Claude or Codex

Monitor deployment status

Check deployment progress, retrieve build logs, and verify successful deployments

Manage Render infrastructure

List services, filter by type, and organize projects across Render account

Prueba estos prompts

List all web services
List all web services on my Render account using the render-automation skill.
Deploy a specific service
Trigger a deployment for my service called 'my-app' and monitor until it completes.
Check deployment status
What's the current status of deployment dep-xxxx for service srv-xxxx?
List all projects
Show me all Render projects and their associated services.

Mejores prácticas

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before use
  • Use pagination cursors when listing services to avoid missing results
  • Poll deployment status at 10-30 second intervals to respect rate limits

Evitar

  • Do not trigger multiple deployments simultaneously without checking queue status
  • Do not assume deployment succeeded without checking status for 'live'
  • Do not skip service ID resolution - always use LIST_SERVICES to get correct IDs

Preguntas frecuentes

What is Rube MCP?
Rube MCP is a Model Context Protocol server by Composio that provides tools for interacting with cloud services like Render. It must be configured separately from this skill.
Do I need a Render account?
Yes, you need an active Render account. The skill requires authentication through Rube MCP which connects to your Render account.
Can this skill create new services?
No, this skill only manages existing services. It can list, deploy, and monitor services but cannot create new ones.
How do I find my service ID?
Use RENDER_LIST_SERVICES with the name filter to find your service. The response includes the service ID in format 'srv-xxxxxxxx'.
What deployment statuses should I watch for?
'live' means success. 'build_failed' or 'update_failed' indicate errors. Other statuses like 'build_in_progress' are intermediate states.
What rate limits apply?
Render API has rate limits. Poll at 10-30 second intervals and avoid bulk operations in quick succession.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md