← Back to Skills Marketplace
6551
Downloads
2
Stars
29
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
Before using the push or deploy stages, confirm the working directory, git status, files to be committed, GitHub account and repo visibility, Cloudflare account, and chosen domain. Avoid using the default sheraj.org domain unless you know it is intended and controlled by you or your organization.
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 requested tools and workflow fit the stated purpose of guiding full-stack app deployment through build, test, GitHub, and Cloudflare Pages stages.
Instruction Scope
The docs describe external state-changing actions such as repository creation, code push, and Cloudflare deployment; these are expected for deployment and disclosed, but users should verify target accounts, repo visibility, files, and domain before acting.
Install Mechanism
The bundle contains a markdown skill and an executable shell script. The metadata requires gh, wrangler, and git, while the docs/script also rely on jq and npm for state and checks.
Credentials
Use of local GitHub and Cloudflare CLI authentication is proportionate to deployment, and the script mainly checks prerequisites and prints would-run deployment commands rather than directly executing gh repo create, git push, or wrangler deploy.
Persistence & Privilege
The script creates persistent local state under ~/.clawdbot/skills/deploy-agent/state and cancel removes only that state file; no credential storage, credential collection, or background persistence 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 6551 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