手動的 Render 部署與服務管理消耗寶貴的 DevOps 時間。此技能透過 MCP 工具自動化 Render 平台操作,涵蓋服務、部署與專案管理。
下载技能 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.
质量评分
你能构建什么
DevOps 工程師
程式碼審查後觸發部署並在聊天介面內監控進度,無需切換
全端開發者
開發週期中依名稱列出服務、檢查部署狀態並管理專案
平台團隊
跨越多項服務與環境自動化常規 Render 操作
试试这些提示
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.
最佳实践
- 執行任何操作前,務必先呼叫 RUBE_SEARCH_TOOLS 取得目前的工具結構描述
- 輪詢部署狀態時使用 10-30 秒間隔以避免觸發速率限制
- 觸發操作前先透過 RENDER_LIST_SERVICES 將服務名稱解析為 ID
避免
- 無延遲的快速輪詢部署狀態會導致速率限制錯誤
- 未經驗證即假設服務 ID 可能導致錯誤的 service 部署
- 忽略部署終端狀態並無限持續輪詢