site-deployer

Deploy Next.js sites to Netlify with approval gates. Supports soilrichbyjohn.com and Synergy salon.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "site-deployer" with this command: npx skills add martc03/site-deployer

Site Deployer

Deploy and manage Next.js websites on Netlify from your phone.

Sites

SiteDomainRepo
soilrichsoilrichbyjohn.com~/soilrich-website
synergySynergy 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:

  1. cd ~/[site]-website && git pull
  2. npm run build
  3. netlify deploy --prod
  4. 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:

  1. Present a summary of what will be deployed (site name, current branch, latest commit)
  2. Wait for explicit "yes" or "confirm" response
  3. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

xCloud Docker Deploy

Deploy any project to xCloud hosting — auto-detects stack (WordPress, Laravel, PHP, Node.js, Next.js, NestJS, Python, Go, Rust), routes to native or Docker d...

Registry SourceRecently Updated
4920Profile unavailable
Coding

Agent Migration & Versioning: Blue-Green Deployments, Canary Releases, and Rollback Strategies for AI Agent Commerce

Agent Migration & Versioning: Blue-Green Deployments, Canary Releases, and Rollback Strategies for AI Agent Commerce. Complete migration and versioning archi...

Registry SourceRecently Updated
1620Profile unavailable
Coding

Ssh Deploy Skill

Universal SSH remote deployment tool - multi-server management, batch deployment, installation script templates with domestic mirror optimization. Supports r...

Registry SourceRecently Updated
1360Profile unavailable
Coding

Fly.io

Deploy and manage applications on Fly.io using the flyctl CLI and Machines API. Use when asked to deploy an app, scale machines, check app status, view logs,...

Registry SourceRecently Updated
1220Profile unavailable