LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

deploy - Deploy code to target environment

Ship code to target environment after merge. Handles build, artifact creation, and deployment orchestration.

Tags

Updated: 2026-03-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • build application artifacts
  • run pre-deployment checks
  • deploy to target environment
  • create version tags
  • run database migrations
  • verify deployment success
  • handle rollback

Inputs

  • target environment
  • version or tag to deploy
  • deployment configuration
  • rollback preferences

Outputs

  • deployment status
  • build artifacts
  • deployed version
  • deployment notifications

Requirements

  • container platform (Kubernetes, Docker)
  • deployment platform access (Vercel, Netlify, AWS, Heroku, custom)
  • database migration tools (if applicable)

Source

  • Spec: SKILL.md
continuous-deployment
build
artifact
environment
build application artifacts
run pre-deployment checks
deploy to target environment
create version tags
target environment
version or tag to deploy
deployment configuration
deployment status
build artifacts
deployed version