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:02


