تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "render-automation". List all web services on Render
النتيجة المتوقعة:
Found 5 web services:
- my-app (srv-abc123) - status: live
- api-service (srv-def456) - status: live
- worker-queue (srv-ghi789) - status: update_in_progress
استخدام "render-automation". Trigger deployment for my-app
النتيجة المتوقعة:
Deployment triggered successfully.
- Service: my-app (srv-abc123)
- Deploy ID: dep-xyz789
- Status: build_in_progress
استخدام "render-automation". Check deployment status
النتيجة المتوقعة:
Deployment Status: live
- Created: 2024-01-15T10:30:00Z
- Finished: 2024-01-15T10:45:00Z
- Commit: abc1234
- Build: 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 或定时任务触发和监控部署
监控部署状态
检查部署进度、获取构建日志并验证成功部署
管理 Render 基础设施
列出服务、按类型筛选并组织 Render 账户中的项目
جرّب هذه الموجهات
使用 render-automation 技能列出我 Render 账户上的所有 Web 服务。
为我的服务 'my-app' 触发部署并监控直到完成。
服务 srv-xxxx 的部署 dep-xxxx 当前状态是什么?
显示我所有的 Render 项目及其关联的服务。
أفضل الممارسات
- 始终首先调用 RUBE_SEARCH_TOOLS 以获取当前工具架构后再使用
- 列出服务时使用分页游标以避免遗漏结果
- 以 10-30 秒间隔轮询部署状态以遵守速率限制
تجنب
- 不要在不检查队列状态的情况下同时触发多个部署
- 不要假设部署成功而不检查状态是否为 'live'
- 不要跳过服务 ID 解析 - 始终使用 LIST_SERVICES 获取正确的 ID