Compétences render-automation
☁

render-automation

Sûr

Automate Render cloud deployments and services

Également disponible depuis: sickn33

Manual Render deployments and service management consume valuable DevOps time. This skill automates Render platform operations through MCP tools for services, deployments, and projects.

Prend en charge: Claude Codex Code(CC)
đŸ„‰ 73 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans ParamĂštres → CapacitĂ©s → Skills → Importer un skill

3

Activez et commencez Ă  utiliser

Tester

Utilisation de "render-automation". List all Render services with type filter for web_service

Résultat attendu:

Found 3 web services: api-production (srv-abc123), frontend-prod (srv-def456), worker-main (srv-ghi789). All services currently live with recent deployments.

Utilisation de "render-automation". Trigger deployment for service srv-abc123 with cache clear

Résultat attendu:

Deployment triggered successfully. Deploy ID: dep-d2mqkf9r. Status: build_in_progress. Started at 2026-02-24T23:15:00Z.

Audit de sécurité

Sûr
v1 ‱ 2/24/2026

All static analysis findings are false positives. The SKILL.md file is documentation only - backticks are markdown formatting for code examples, not executable Ruby/shell commands. No actual security risks detected.

1
Fichiers analysés
182
Lignes analysées
0
résultats
1
Total des audits
Aucun problÚme de sécurité trouvé
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
50
Communauté
100
Sécurité
83
Conformité aux spécifications

Ce que vous pouvez construire

DevOps Engineer

Trigger deployments after code reviews and monitor progress without leaving the chat interface

Full-Stack Developer

List services by name, check deployment status, and manage projects during development cycles

Platform Team

Automate routine Render operations across multiple services and environments

Essayez ces prompts

List all Render services
List all my Render services and show me which ones are web services versus static sites.
Deploy a specific service
Find the service named 'api-production' and trigger a new deployment with cache clearing enabled.
Monitor deployment progress
Check the status of deployment 'dep-xxxx' on service 'srv-yyyy' and tell me when it reaches live status.
Complete deployment workflow
Deploy my 'frontend-prod' service, then poll the deployment status every 20 seconds until it completes. Report any failures with error details.

Bonnes pratiques

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before any operations
  • Use 10-30 second intervals when polling deployment status to avoid rate limits
  • Resolve service names to IDs via RENDER_LIST_SERVICES before trigger operations

Éviter

  • Rapid polling of deployment status without delays causes rate limit errors
  • Assuming service IDs without verification leads to wrong service deployments
  • Ignoring deployment terminal states and continuing to poll indefinitely

Foire aux questions

What is required to use this skill?
You need Rube MCP configured with an active Render connection. Call RUBE_MANAGE_CONNECTIONS with toolkit 'render' to set up authentication.
How do I find my service ID?
Use RENDER_LIST_SERVICES with the name parameter to search for your service. The response includes the service ID in the format 'srv-xxxxxxxxxxxx'.
Are deployments synchronous or asynchronous?
Deployments are asynchronous. Use RENDER_TRIGGER_DEPLOY to start, then RENDER_RETRIEVE_DEPLOY to poll status until it reaches 'live' or a failed state.
What deployment statuses should I expect?
Statuses include: created, build_in_progress, update_in_progress, live, deactivated, build_failed, update_failed, and canceled. 'Live' indicates success.
How does pagination work for listing services?
Use cursor-based pagination. Set limit (max 100), then use the cursor from each response to fetch the next page until no cursor is returned.
What happens if a deployment fails?
Failed deployments do not auto-rollback. The previous version remains live. You must manually trigger a new deployment to fix issues.

Détails du développeur

Structure de fichiers

📄 SKILL.md