Phase 1 MVP Implementation Guide
SkillCloud & infraGuides Phase 1 MVP implementation steps. Pass a specific step number as an argument to get the goals, deliverables, validation criteria, and detailed design for that step.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Phase 1 MVP Implementation Guide skill
What this skill tells your AI
The instructions your AI receives, as published by serithemage/serverless-openclaw in .agents/skills/implement/SKILL.md and read by ahel’s review.
Step to implement: $ARGUMENTS
Implementation Procedure
- Check the goals, deliverables, and validation criteria for the step in the references below
- Verify that dependent steps are completed
- Create/modify files specified in the deliverables
- Verify results according to validation criteria
- Update the step status in
docs/progress.md
References
- Implementation steps, container/Bridge, Lambda design: implementation-plan.md
Required Checks During Implementation
- Verify no NAT Gateway is created
- Verify no secrets are written to disk (no API keys/tokens in
openclaw.json) - Use
capacityProviderStrategyinstead oflaunchTypein RunTask - Apply Bearer token authentication to Bridge endpoints (except
/health) - Determine userId server-side (IDOR prevention)
- Telegram webhook-only (delete
config.channels?.telegramfrom config)
Post-Validation Tasks
After implementation is complete:
- Change the step status to "Complete" in
docs/progress.md - Check if any related documents need to be updated
Signals
- GitHub stars
- 195
- Forks
- 40
- Last commit
- Mar 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
implement-serithemage- Source
- github.com/serithemage/serverless-openclaw