Agent Skills
› serithemage/serverless-openclaw
› implement
implement
GitHub指导MVP第一阶段的具体实现步骤,包括目标、交付物、验证标准及详细设计。适用于按步骤创建或修改文件并验证结果的开发场景。
Trigger Scenarios
需要执行MVP具体开发步骤
根据参数获取特定阶段的设计与验证标准
Install
npx skills add serithemage/serverless-openclaw --skill implement -g -y
SKILL.md
Frontmatter
{
"name": "implement",
"description": "Guides 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.",
"allowed-tools": "Read, Write, Edit, Bash, Glob, Grep",
"argument-hint": "[step-number, e.g. 1-3]"
}
Phase 1 MVP Implementation Guide
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
Version History
- 504300d Current 2026-07-25 09:01


