Agent Skills
› serithemage/serverless-openclaw
› implement
implement
GitHub指导MVP实施步骤,提供目标、交付物及验证标准。执行文件创建修改、依赖检查与安全合规验证(如密钥保护、IDOR防护),并更新进度文档。
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


