下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「render-automation」。 列出 Render 上的所有 Web 服務
預期結果:
找到 5 個 Web 服務:
- my-app (srv-abc123) - 狀態:live
- api-service (srv-def456) - 狀態:live
- worker-queue (srv-ghi789) - 狀態:update_in_progress
正在使用「render-automation」。 觸發 my-app 的部署
預期結果:
部署已成功觸發。
- 服務:my-app (srv-abc123)
- 部署 ID:dep-xyz789
- 狀態:build_in_progress
正在使用「render-automation」。 檢查部署狀態
預期結果:
部署狀態:live
- 建立時間:2024-01-15T10:30:00Z
- 完成時間:2024-01-15T10:45:00Z
- 提交:abc1234
- 建置:SUCCESS
安全審計
安全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.
品質評分
你能建構什麼
部署應用程式到 Render
從 Claude 或 Codex 觸發並監控 Web 服務、靜態網站、Worker 或 Cron 作業的部署
監控部署狀態
檢查部署進度、擷取建置記錄,並驗證部署成功
管理 Render 基礎設施
列出服務、依類型篩選,並在 Render 帳戶中組織專案
試試這些提示
使用 render-automation 技能列出我 Render 帳戶上的所有 Web 服務。
為我名為 'my-app' 的服務觸發部署並監控直到完成。
服務 srv-xxxx 的部署 dep-xxxx 目前狀態為何?
顯示我所有 Render 專案及其相關聯的服務。
最佳實務
- 使用前務必先呼叫 RUBE_SEARCH_TOOLS 以取得目前的工具架構
- 列出服務時使用分頁游標以避免遺漏結果
- 以 10-30 秒間隔輪詢部署狀態以遵循速率限制
避免
- 未檢查佇列狀態前請勿同時觸發多個部署
- 未檢查狀態是否為 'live' 前請勿假設部署成功
- 請勿略過服務 ID 解析 - 務必使用 LIST_SERVICES 取得正確的 ID