Implantações e gerenciamento de serviços manuais no Render consomem tempo valioso de DevOps. Esta habilidade automatiza operações da plataforma Render através de ferramentas MCP para serviços, implantações e projetos.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「render-automation」を使用しています。 List all Render services with type filter for web_service
期待される結果:
Found 3 web services: api-production (srv-abc123), frontend-prod (srv-def456), worker-main (srv-ghi789). All services currently live with recent deployments.
「render-automation」を使用しています。 Trigger deployment for service srv-abc123 with cache clear
期待される結果:
Deployment triggered successfully. Deploy ID: dep-d2mqkf9r. Status: build_in_progress. Started at 2026-02-24T23:15:00Z.
セキュリティ監査
安全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.
品質スコア
作れるもの
Engenheiro de DevOps
Acione implantações após revisões de código e monitore o progresso sem sair da interface de chat
Desenvolvedor Full-Stack
Liste serviços por nome, verifique status de implantação e gerencie projetos durante ciclos de desenvolvimento
Equipe de Plataforma
Automatize operações rotineiras do Render em múltiplos serviços e ambientes
これらのプロンプトを試す
List all my Render services and show me which ones are web services versus static sites.
Find the service named 'api-production' and trigger a new deployment with cache clearing enabled.
Check the status of deployment 'dep-xxxx' on service 'srv-yyyy' and tell me when it reaches live status.
Deploy my 'frontend-prod' service, then poll the deployment status every 20 seconds until it completes. Report any failures with error details.
ベストプラクティス
- Sempre chame RUBE_SEARCH_TOOLS primeiro para obter schemas de ferramentas atuais antes de quaisquer operações
- Use intervalos de 10-30 segundos ao verificar status de implantação para evitar limites de taxa
- Resolva nomes de serviço para IDs via RENDER_LIST_SERVICES antes de operações de acionamento
回避
- Verificação rápida do status de implantação sem atrasos causa erros de limite de taxa
- Assumir IDs de serviço sem verificação leva a implantações em serviços errados
- Ignorar estados terminais de implantação e continuar verificando indefinidamente