Claude Skill
serithemage/serverless-openclaw
在AWS无服务器基础设施上部署OpenClaw AI代理,配备Web UI和Telegram接口。成本优化设计,目标每月约1美元。使用TypeScript构建。
概览
仓库信息
安装这个 Skill
npm install # Install dependenciesRegistry 信息
npm install # Install dependenciesgit clone https://github.com/<your-fork>/serverless-openclaw.gitnpm install
项目简介
在AWS无服务器基础设施上按需运行OpenClaw AI代理,配备Web UI和Telegram接口。成本目标约为每月1美元。
Run OpenClaw AI agent on-demand on AWS serverless infrastructure with Web UI and Telegram interfaces. Cost target ~$1/month.
要点
- 基于AWS无服务器架构的按需AI代理部署
- 包含Web UI和Telegram机器人接口
- 成本优化设计,目标每月约1美元
- 使用TypeScript构建,确保可靠性和可维护性
使用场景
- 无需管理服务器即可运行AI代理
- 将AI代理功能集成到Telegram工作流中
- 以低成本预算试用OpenClaw
README 摘要
# Serverless OpenClaw [](LICENSE) [](https://www.typescriptlang.org/) [](https://aws.amazon.com/cdk/) [](https://nodejs.org/) [](#contributing) [](#) > **⚠️ Alpha — Development in Progress** > > This project is in an early alpha stage and has **not been fully tested** in production environments. > It involves LLM API calls, which can incur **unexpected costs** and may expose **security risks** if misconfigured. > **Use for development and testing purposes only.** The authors are not responsible for any costs or damages arising from its use. An open-source project that runs [OpenClaw](https://github.com/openclaw/openclaw) on-demand on AWS serverless infrastructure, providing a web UI and Telegram as interfaces. Inspired by the architecture of [Cloudflare MoltWorker](https://github.com/cloudflare/moltworker), this project delivers an independent serverless solution optimized for the AWS ecosystem. ## Key Features - **Serverless On-demand Execution**: Minimizes cost (~$1/month) with dual compute — Lambda Container (default, zero idle cost) or ECS Fargate Spot (fallback) - **Lambda Agent Runtime**: Runs OpenClaw directly in Lambda with 1.35s cold start, $0 idle cost, and S3 session persistence - **Predictive Pre-Warming**: Optional EventBridge-scheduled container pre-warming eliminates cold start during active hours (0s first response) - **Web Chat UI**: Real-time chat interface buil
话题
暂无话题