serverless-openclaw
Serverless AWS deployment, cost control, and solo maintenance
All Skills in This Repository (6)
Pure Emerald Level Indicatorscontext
Provide project context and constraints for the Serverless OpenClaw initiative.
security
Provide a security model and checklist for Serverless OpenClaw deployments.
deploy
Deploy Serverless OpenClaw CDK stacks to AWS with secrets and Docker images.
cost
Validate AWS CDK stacks against Serverless OpenClaw cost targets.
architecture
Explain the Serverless OpenClaw architecture, including network design and CDK stacks.
implement
Guide Phase 1 MVP implementation steps with goals, deliverables, and validation criteria.
Frequently Asked Questions
FAQPage SchemaHow to install serverless-openclaw?โผ
Run `npx skills add serithemage/serverless-openclaw --all -g -y` in your terminal to install all skills in this suite globally.
How to run OpenClaw on AWS cheaply?โผ
This project deploys OpenClaw on Lambda and Fargate Spot with API Gateway, keeping personal use around $1 per month with zero idle cost.
How to reduce Lambda cold start for OpenClaw?โผ
The cold-start skill shows how disabling Bedrock auto-discovery and using the embedded agent runtime cuts startup from 56 seconds to 1.35 seconds.
Can one person maintain this repository automatically?โผ
Yes. The solo-maintainer skills triage issues and PRs, run release reviews, and perform security and cost guard sweeps automatically.
Does it work with both Claude Code and Codex?โผ
Yes. Skills live in a shared canonical folder and are mirrored to both Claude Code and Codex, with a sync check to prevent drift.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core