deploy

Deploy Serverless OpenClaw CDK stacks to AWS with secrets and Docker images.

193|40|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/serithemage/serverless-openclaw --skill deploy-serithemage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/serithemage/serverless-openclaw/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/serithemage/serverless-openclaw --skill deploy-serithemage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment of the Serverless OpenClaw infrastructure to AWS, streamlining the setup process for users.

Core Features & Use Cases

  • Full Stack Deployment: Deploys all necessary AWS resources for OpenClaw.
  • Selective Deployment: Allows for deployment of individual CDK stacks.
  • Image Management: Handles pushing Docker images to ECR.
  • Use Case: A new user can deploy the entire Serverless OpenClaw application with a single command, including setting up secrets, databases, and compute resources.

Quick Start

Use the deploy skill to deploy all stacks to AWS.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a serverless application to AWS using CDK?

You can deploy serverless applications to AWS using CDK by executing this Skill to provision infrastructure stacks, manage secrets, and push Docker images. It handles the full stack deployment automatically through AWS CDK integration.

Can I deploy individual AWS CDK stacks instead of the entire infrastructure?

Yes, you can deploy individual AWS CDK stacks. The Skill supports selective deployment, allowing you to target specific stack names instead of deploying the entire serverless infrastructure at once.

How do I push Docker images to ECR for a serverless deployment?

You can push Docker images to ECR using the image management capabilities built into this Skill. It handles pushing your Docker images to Amazon ECR as part of the overall serverless deployment workflow.

Does this deployment tool manage AWS secrets for serverless infrastructure?

Yes, this deployment tool manages AWS secrets. It includes functionality to set up and manage secrets as a specific deployment target, ensuring your serverless infrastructure has secure configuration during the CDK stack deployment process.

What is needed to set up serverless infrastructure on AWS?

Setting up serverless infrastructure on AWS requires provisioning resources via AWS CDK, managing secrets, and pushing Docker images to ECR. This Skill automates that entire setup process, deploying all necessary compute resources and databases in one command.