分析代码库并生成 Render 部署配置,帮助你快速发布应用到云端。
该技能材料显示其为开源、高社区采用的 prompt-only 部署指导技能,本身未声明需要密钥或固定远程端点。整体风险较低,但文档中提到的部署/提权场景应仅在确认底层工具与目标平台可信时使用。
材料与客观检查项均表明该技能不需要密钥或环境变量;未见要求输入 API token、云凭证或其他敏感认证信息,直接凭证泄露面较低。
系统检查项显示未声明远程端点,且该技能被标记为 prompt-only;虽然 README 讨论向 Render 部署及网络调用场景,但从材料看更像操作指引而非技能自身固定外发用户数据。
README 明确提到可通过 MCP 进行 Direct Creation,并在受限时建议使用 `sandbox_permissions=require_escalated`;这表明其预期工作流可能触发底层工具执行部署相关操作或申请更高权限。此属部署类工具常见能力,需留意但未见超出声明用途的具体红旗。
该技能会分析代码库并生成 `render.yaml`,意味着预期会读取项目代码/仓库内容并可能写入部署配置文件;这属于其声明功能所必需的常规访问范围,材料中未见明显过度授权描述。
来源为 GitHub 上的 openai/skills 开源仓库,且社区采用度高(约 22k stars),可审计性和来源可信度较强;虽许可证未声明、维护状态未知,但目前未见闭源外发、仿冒来源或明显供应链红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "render-deploy" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/render-deploy/SKILL.md 2. 保存为 ~/.claude/skills/render-deploy/SKILL.md 3. 装好后重载技能,告诉我可以用了
Render supports Git-backed services and prebuilt Docker image services.
This skill covers Git-backed flows:
Blueprints can also run a prebuilt Docker image by using runtime: image, but the render.yaml still must live in a Git repo.
If there is no Git remote, stop and ask the user to either:
sandbox_permissions=require_escalated.Activate this skill when users want to:
Use this short prompt sequence before deep analysis to reduce friction:
Then proceed with the appropriate method below.
Git Repo Path: Required for both Blueprint and Direct Creation. The repo must be pushed to GitHub, GitLab, or Bitbucket.
Prebuilt Docker Image Path: Supported by Render via image-backed services. This is not supported by MCP; use the Dashboard/API. Ask for:
If the user chooses a Docker image, guide them to the Render Dashboard image deploy flow or ask them to add a Git remote (so you can use a Blueprint with runtime: image).
Both methods require a Git repository pushed to GitHub, GitLab, or Bitbucket. (If using runtime: image, the repo can be minimal and only contain render.yaml.)
| Method | Best For | Pros |
|---|---|---|
| Blueprint | Multi-service apps, IaC workflows | Version controlled, reproducible, supports complex setups |
| Direct Creation | Single services, quick deployments | Instant creation, no render.yaml file needed |
Use this decision rule by default unless the user requests a specific method. Analyze the codebase first; only ask if deployment intent is unclear (e.g., DB, workers, cron).
Use Direct Creation (MCP) when ALL are true:
Use Blueprint when ANY are true:
If unsure, ask a quick clarifying question, but default to Blueprint for safety. For a single service, strongly prefer Direct Creation via MCP and guide MCP setup if needed.
When starting a deployment, verify these requirements in order:
1. Confirm Source Path (Git vs Docker)
…
帮助用户用 Netlify CLI 部署、发布并关联网站项目到 Netlify。
将 Notion 规格说明转为实施计划、任务拆解与进度跟踪。
根据角色或品牌视觉生成、修复并打包可用于 Codex 的动画宠物素材。
将音频或视频中的语音转成文字,并可区分说话人与整理访谈记录。
帮助你基于接口文档或脚本快速生成可组合的命令行工具
帮助排查并修复 GitHub Actions 的 PR 检查失败,先分析日志再经批准实施修改。
将应用或网站部署到 Vercel,并生成线上或预览访问链接。
帮助你将应用与基础设施部署、发布并托管到 Cloudflare 平台。
将聊天中的应用想法快速生成并部署为全栈网页应用
帮助你在 Render 上部署远程 MCP 服务,并接入主流 AI 代理调用工具。
帮助用户将 Power Apps 代码应用构建并部署到 Power Platform。
将网页、HTML或Markdown渲染为图片和PDF,并提取正文内容用于自动化处理。