What problem does it solve? Managing Render cloud resources manually through the dashboard is slow and error-prone when you need to list services, trigger deployments, or monitor deploy status repeatedly. This Skill automates those Render operations through Composio's Render toolkit via Rube MCP, with correct ID resolution, pagination, and polling patterns. ## Core Features & Use Cases - Service Discovery: List and filter Render services (web services, static sites, workers, cron jobs) by name or type with cursor-based pagination. - Deployment Automation: Trigger deployments with optional cache clearing and poll deployment status until a terminal state is reached. - Project Management: List and organize Render projects that group related services. - Use Case: You want to redeploy your web service after a config change. The Skill resolves the service name to its 'srv-' ID, triggers a deploy, and polls the deployment until it reports 'live' or a failure status. ## Quick Start Ask the AI to list your Render services and redeploy the one named 'my-api', then monitor the deployment until it goes live.