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


