← 返回 Skills 市场
128
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install quick-deploy
功能描述
Deploy projects to Vercel, Netlify, or Fly.io with one command. Auto-detects framework (Next.js, React, Python, Node.js, static HTML). Shows deploy URL when...
安全使用建议
This skill appears coherent for deploying projects, but here are practical precautions before you use it:
- Understand what will happen: the agent will read files in your project root and run deploy commands that upload your code to an external hosting provider. Only run it on repositories you intend to publish.
- CLI installs: the instructions will install vercel/netlify CLIs via npm -g (global install) and run a fly.io install script via curl | sh. Those are official providers but installing global packages or piping remote scripts modifies your system—run this in a disposable/container environment or inspect the install commands first.
- Authentication: the skill relies on the CLIs' auth flows; it does not ask for tokens, which is good. Make sure you are logged into the correct accounts and that the agent prompts you before deploying to production (the SKILL.md says to ask).
- Production safety: confirm the skill's prompt is shown and answered before any production deploy; consider restricting the agent to preview/staging runs until you validate its behavior.
- Origin caution: the skill has unknown source and no homepage. That doesn't make it malicious, but you should be more cautious: review the SKILL.md and (if used) monitor exactly which commands are run.
If you want extra safety, run the commands the skill would use manually or inside a controlled CI container the first few times instead of letting the agent execute them autonomously.
功能分析
Type: OpenClaw Skill
Name: quick-deploy
Version: 1.0.0
The skill provides deployment automation for Vercel, Netlify, and Fly.io, but utilizes high-risk execution patterns in `SKILL.md`. Specifically, it instructs the agent to use `curl | sh` for installing the Fly.io CLI (https://fly.io/install.sh) and global npm installs for other tools. While these actions are aligned with the stated purpose of the skill, the use of unverified remote script execution and broad shell access represents a significant security vulnerability.
能力评估
Purpose & Capability
Name/description (quick deploy to Vercel/Netlify/Fly.io) matches the instructions: auto-detect files in the project root and run the relevant CLI commands. Nothing requested or referenced (no extra env vars, no unrelated binaries) is out of scope for a deploy helper.
Instruction Scope
Instructions tell the agent to inspect project-root files (package.json, next.config.*, Dockerfile, etc.) and run deploy/status/rollback/log commands via vendor CLIs. That is expected for deployment, but the skill's runtime commands will upload project contents to remote hosting—so the agent will transmit project code to third-party services as part of normal operation. The SKILL.md does include a useful rule to ask before production deploys.
Install Mechanism
There is no package/install spec in the skill bundle itself, but the instructions tell the agent to install CLIs if missing (npm -g vercel/netlify-cli, and curl | sh https://fly.io/install.sh). Installing global npm packages and piping a remote install script are common for CLI installs but carry moderate risk. The URLs used (npm registries and fly.io) are expected official sources.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That matches the instructions which rely on the vendor CLIs for authentication rather than asking for tokens. This is proportionate for a deploy helper.
Persistence & Privilege
Skill is instruction-only, has no install script or always:true, and does not request persistent presence or modify other skills. It may cause system changes by installing CLIs globally if run, which is expected behavior for the described functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quick-deploy - 安装完成后,直接呼叫该 Skill 的名称或使用
/quick-deploy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Deploy Kit: deploy to Vercel, Netlify, or Fly.io in one command.
- Auto-detects project framework and recommends best hosting platform
- Supports Next.js, React, static HTML, Python, containers, Astro, SvelteKit, Nuxt, and more
- Provides deploy, status, rollback, logs, and domain management commands
- Shows deploy URL and detailed report after completion
- Safeguards: always confirm before deploying to production and never expose API tokens
元数据
常见问题
Quick Deploy 是什么?
Deploy projects to Vercel, Netlify, or Fly.io with one command. Auto-detects framework (Next.js, React, Python, Node.js, static HTML). Shows deploy URL when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Quick Deploy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quick-deploy」即可一键安装,无需额外配置。
Quick Deploy 是免费的吗?
是的,Quick Deploy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Quick Deploy 支持哪些平台?
Quick Deploy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quick Deploy?
由 Ha Le(@vanthienha199)开发并维护,当前版本 v1.0.0。
推荐 Skills