← Back to Skills Marketplace
6839
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install deploy-agent
Description
Multi-step deployment agent for full-stack apps. Build → Test → GitHub → Cloudflare Pages with human approval at each step.
Usage Guidance
Review this skill carefully before installing. It is suitable only as a workflow/status helper unless you separately run and verify the actual GitHub and Cloudflare commands. Do not rely on its reported deployed or github_ready status as proof that a repository or Cloudflare Pages deployment exists, and avoid putting broad Cloudflare API tokens in local config files without least-privilege scoping and commit protection.
Capability Analysis
Type: OpenClaw Skill
Name: deploy-agent
Version: 1.1.0
The skill bundle provides a multi-step deployment workflow for full-stack applications. The `SKILL.md` clearly outlines the purpose, required binaries (`gh`, `wrangler`, `git`, `jq`), and configuration. The `deploy-agent.sh` script acts primarily as a state manager and workflow orchestrator. Crucially, the script does not directly execute high-risk commands like `gh repo create` or `wrangler pages deploy`. Instead, it prints `info` messages indicating what commands *would* be run, implying that the OpenClaw AI agent is expected to interpret these messages and perform the actual execution. There is no evidence of intentional harmful behavior, data exfiltration, persistence, or prompt injection attempts against the agent. The behavior is aligned with its stated purpose of managing a deployment workflow.
Capability Assessment
Purpose & Capability
The stated purpose is to build, push to GitHub, and deploy to Cloudflare, but the script mainly manages local state and prints simulated gh, git, and wrangler actions while recording success states such as github_ready and deployed.
Instruction Scope
The documentation repeatedly says human approval is required at each stage, but the executable does not enforce approval records before advancing build, push, or deploy states.
Install Mechanism
The bundle is a markdown skill plus an executable shell script. It discloses gh, wrangler, and git requirements, while the implementation also relies on jq and npm for state handling and checks.
Credentials
Use of GitHub, Cloudflare, git, npm, and local project inspection is broadly proportionate for a deployment helper; however, the Cloudflare token guidance lacks sensitivity and least-privilege warnings.
Persistence & Privilege
The script creates persistent local workflow state under ~/.clawdbot/skills/deploy-agent/state and can delete only that state file on cancel; no background worker, credential collection, exfiltration, or broad filesystem indexing was found.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deploy-agent - After installation, invoke the skill by name or use
/deploy-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Added Next.js + D1 deployment guide and pre-deployment checks
v1.0.0
Initial release: Multi-step deployment workflow
Metadata
Frequently Asked Questions
What is C.R.A.B Deploy Agent?
Multi-step deployment agent for full-stack apps. Build → Test → GitHub → Cloudflare Pages with human approval at each step. It is an AI Agent Skill for Claude Code / OpenClaw, with 6839 downloads so far.
How do I install C.R.A.B Deploy Agent?
Run "/install deploy-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is C.R.A.B Deploy Agent free?
Yes, C.R.A.B Deploy Agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does C.R.A.B Deploy Agent support?
C.R.A.B Deploy Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created C.R.A.B Deploy Agent?
It is built and maintained by sherajdev (@sherajdev); the current version is v1.1.0.
More Skills