← 返回 Skills 市场
6839
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install deploy-agent
功能描述
Multi-step deployment agent for full-stack apps. Build → Test → GitHub → Cloudflare Pages with human approval at each step.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deploy-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/deploy-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added Next.js + D1 deployment guide and pre-deployment checks
v1.0.0
Initial release: Multi-step deployment workflow
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6839 次。
如何安装 C.R.A.B Deploy Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deploy-agent」即可一键安装,无需额外配置。
C.R.A.B Deploy Agent 是免费的吗?
是的,C.R.A.B Deploy Agent 完全免费(开源免费),可自由下载、安装和使用。
C.R.A.B Deploy Agent 支持哪些平台?
C.R.A.B Deploy Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 C.R.A.B Deploy Agent?
由 sherajdev(@sherajdev)开发并维护,当前版本 v1.1.0。
推荐 Skills