← 返回 Skills 市场
sherajdev

C.R.A.B Deploy Agent

作者 sherajdev · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
6551
总下载
2
收藏
29
当前安装
2
版本数
在 OpenClaw 中安装
/install deploy-agent
功能描述
Multi-step deployment agent for full-stack apps. Build → Test → GitHub → Cloudflare Pages with human approval at each step.
安全使用建议
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.
功能分析
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 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install deploy-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /deploy-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added Next.js + D1 deployment guide and pre-deployment checks
v1.0.0
Initial release: Multi-step deployment workflow
元数据
Slug deploy-agent
版本 1.1.0
许可证
累计安装 247
当前安装数 29
历史版本数 2
常见问题

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 插件,目前累计下载 6551 次。

如何安装 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。

💬 留言讨论