Back to Registry
View Author Profile
Official Verified
openclaw-bootstrap
One-command bootstrap for new OpenClaw installations. Sets up workspace files, self-evolution system (.learnings + hooks + crons), and community skills. Use when setting up a fresh OpenClaw or replicating setup to another machine.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/djangozh/openclaw-bootstrapOr
OpenClaw Bootstrap
一键初始化 OpenClaw 最佳实践环境。
使用
bash scripts/bootstrap.sh
初始化内容
| 类别 | 内容 |
|---|---|
| 工作区 | AGENTS.md, SOUL.md, USER.md, MEMORY.md, HEARTBEAT.md, BOOT.md |
| 自我进化 | .learnings/ + self-improving-agent skill + hook |
| 定时任务 | 周度自省 (周日 22:00) + 月度学习复盘 (1号 21:00) |
初始化后手动完成
- 编辑
USER.md— 填入个人信息 - 编辑
MEMORY.md— 补充偏好 clawhub login— 登录 ClawHub
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-djangozh-openclaw-bootstrap": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.