/install site-deployer
Site Deployer
Deploy and manage Next.js websites on Netlify from your phone.
Sites
| Site | Domain | Repo |
|---|---|---|
| soilrich | soilrichbyjohn.com | ~/soilrich-website |
| synergy | Synergy salon | ~/synergy-website |
Commands
deploy [site]
Build and deploy a site to Netlify. Requires explicit user approval before executing.
deploy soilrich
deploy synergy
Execution steps:
cd ~/[site]-website && git pullnpm run buildnetlify deploy --prod- Log result to Notion "Deploy History" database
deploy status [site]
Check the current deployment status on Netlify.
deploy status soilrich
Runs netlify status in the site's repo directory.
deploy rollback [site]
Rollback to the previous deployment. Requires explicit user approval.
deploy rollback soilrich
Uses netlify rollback to revert to the previous production deploy.
deploy logs [site]
Show recent deploy logs from Netlify.
deploy logs synergy
Runs netlify deploy --json | jq '.[-5:]' to show the last 5 deploys.
Approval Gate
All deploy and rollback commands require the user to confirm before executing. The agent must:
- Present a summary of what will be deployed (site name, current branch, latest commit)
- Wait for explicit "yes" or "confirm" response
- Only then execute the deploy
Notion Integration
After each deploy, create an entry in the "Deploy History" database:
- Deploy: Short description of what was deployed
- Site: soilrich or synergy
- Status: Success, Failed, or Rolled Back
- Timestamp: Current date/time
- CommitHash: Git commit SHA that was deployed
- Notes: Any relevant details
Setup
Requires Netlify CLI authenticated:
npm install -g netlify-cli
netlify login
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install site-deployer - 安装完成后,直接呼叫该 Skill 的名称或使用
/site-deployer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Site Deployer 是什么?
Deploy Next.js sites to Netlify with approval gates. Supports soilrichbyjohn.com and Synergy salon. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 313 次。
如何安装 Site Deployer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install site-deployer」即可一键安装,无需额外配置。
Site Deployer 是免费的吗?
是的,Site Deployer 完全免费(开源免费),可自由下载、安装和使用。
Site Deployer 支持哪些平台?
Site Deployer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Site Deployer?
由 Martin(@martc03)开发并维护,当前版本 v1.0.0。