← Back to Skills Marketplace
vanthienha199

Quick Deploy

by Ha Le · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
128
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install quick-deploy
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quick-deploy
  3. After installation, invoke the skill by name or use /quick-deploy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug quick-deploy
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.

How do I install Quick Deploy?

Run "/install quick-deploy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Quick Deploy free?

Yes, Quick Deploy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Quick Deploy support?

Quick Deploy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Quick Deploy?

It is built and maintained by Ha Le (@vanthienha199); the current version is v1.0.0.

💬 Comments