Claude Skill

serithemage/serverless-openclaw

在AWS无服务器基础设施上部署OpenClaw AI代理,配备Web UI和Telegram接口。成本优化设计,目标每月约1美元。使用TypeScript构建。

概览

Stars190
Forks38
语言TypeScript
最后更新2026-03-29
最近同步2026-06-21
前往 GitHub

仓库信息

拥有者serithemage
仓库serverless-openclaw
完整名称serithemage/serverless-openclaw
Repo ID1,153,121,832

安装这个 Skill

npm install # Install dependencies

Registry 信息

类型openclaw_skill
质量分80/100
验证状态readme_parsed
最近验证2026-06-21
平台
ClaudeOpenClaw
能力
browsercode-reviewpdfmemoryimageworkflow
识别文件
README.mddocspackage.json
配置键
PACKAGE_JSON
安装方式
  • npm install # Install dependencies
  • git clone https://github.com/<your-fork>/serverless-openclaw.git
  • npm 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: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue.svg)](https://www.typescriptlang.org/) [![AWS CDK](https://img.shields.io/badge/AWS_CDK-2.x-orange.svg)](https://aws.amazon.com/cdk/) [![Node.js](https://img.shields.io/badge/Node.js-22.x-green.svg)](https://nodejs.org/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing) [![Alpha](https://img.shields.io/badge/Status-Alpha-red.svg)](#) > **⚠️ 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-21