Project Status

SkillCloud & infra

Shows project progress, phase completion status, test coverage, and deployment info. Use when checking what has been implemented, what remains, or current operational state.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Project Status skill

What this skill tells your AI

The instructions your AI receives, as published by serithemage/serverless-openclaw in .agents/skills/status/SKILL.md and read by ahel’s review.

Full progress details: docs/progress.md

Recent Commits

git log --oneline -10

Phase Summary

PhaseDescriptionStatus
Phase 0Docs + project setupComplete
Phase 1 (10/10)MVP — Fargate + Gateway + Web + TelegramComplete
Phase 2Lambda agent migrationComplete

Phase 1 Milestones (all complete)

1-1 Project init, 1-2 NetworkStack + StorageStack, 1-3 Container, 1-4 Gateway Lambda, 1-5 API Gateway, 1-6 Cognito, 1-7 Compute, 1-8 Web UI, 1-9 Telegram, 1-10 Integration tests/documentation

Phase 2 (Lambda Migration)

  • Lambda container image with embedded OpenClaw (runEmbeddedPiAgent())
  • LambdaAgentStack CDK stack
  • AGENT_RUNTIME feature flag: fargate | lambda | both
  • Bedrock discovery disabled → 1.35s cold start
  • SessionLock for concurrent Lambda invocation safety

Cold Start Issues Resolved

All GitHub issues #2–#9 closed: P1-P5 cold start, #7 zstd, #8 CPU configurable, #9 OpenClaw version pin

Current Operational Mode

AGENT_RUNTIME=both   # Fargate (long sessions) + Lambda (quick queries)

Test Coverage

SuiteCount
Unit tests233
E2E tests (CDK synth)35
Total268

Run tests:

npm run test        # Unit tests
npm run test:e2e    # E2E (CDK synth)

AWS Deployment Info

See docs/deployment.md for full deployment guide.

ResourceValue
AWS Regionap-northeast-2
HTTP APIhttps://2msk3i79v6.execute-api.ap-northeast-2.amazonaws.com
WebSocketwss://wkw2xo5011.execute-api.ap-northeast-2.amazonaws.com/prod
CloudFronthttps://dpw7grkq1m9vw.cloudfront.net
Cognito User Poolap-northeast-2_r6wLZ95dd
ECR779411790546.dkr.ecr.ap-northeast-2.amazonaws.com/serverless-openclaw

CDK Stacks (9 total)

SecretsStack → NetworkStack → StorageStack → {AuthStack, ComputeStack} → ApiStack → WebStack + MonitoringStack + LambdaAgentStack

Verify Deployment

make task-status    # ECS Fargate task status
make task-logs      # Tail container logs

Signals

GitHub stars
195
Forks
40
Last commit
Mar 2026
Advanced
Catalog kind
skill
Gateway key
status-serithemage
Source
github.com/serithemage/serverless-openclaw