/install fix-life-in-1-day
Fix Your Entire Life in 1 Day 🧠
10 psychological sessions based on Dan Koe's viral article.
Based on:
- 📝 @thedankoe — "How to fix your entire life in 1 day"
- 🔧 @alex_prompter — 10 AI prompts reverse-engineered from Dan's article
- ⚡ @chip1cr — Clawdbot skill implementation
What It Does
Guides users through 10 structured sessions:
- The Anti-Vision Architect — Build a visceral image of the life you're drifting toward
- The Hidden Goal Decoder — Expose what you're actually optimizing for
- The Identity Construction Tracer — Trace limiting beliefs to their origins
- The Lifestyle-Outcome Alignment Auditor — Compare required vs actual lifestyle
- The Dissonance Engine — Move from comfort to productive tension
- The Cybernetic Debugger — Fix your goal-pursuit feedback loop
- The Ego Stage Navigator — Assess developmental stage and transition
- The Game Architecture Engineer — Design life as a game with stakes
- The Conditioning Excavator — Separate inherited beliefs from chosen ones
- The One-Day Reset Architect — Generate a complete 1-day transformation protocol
Commands
| Command | Action |
|---|---|
/life |
Start or continue (shows intro for new users) |
/life ru |
Start in Russian |
/life status |
Show progress |
/life session N |
Jump to session N |
/life reset |
Start over |
Usage Flow
When User Says /life
Step 1: Check if intro needed
bash scripts/handler.sh intro en $WORKSPACE
If showIntro: true → Send intro message with image and "🐇 Jump into the rabbit hole" button (life:begin)
If showIntro: false → Run start and show current phase
Step 2: Get current state
bash scripts/handler.sh start en $WORKSPACE
Step 3: Format and show to user:
🧠 **Life Architect** — Session {session}/10
**{title}**
Phase {phase}/{totalPhases}
━━━━━━━━━━━━━━━━━━━━━━━━━━━
{content}
━━━━━━━━━━━━━━━━━━━━━━━━━━━
Step 4: When user responds, save and advance:
bash scripts/handler.sh save "USER_RESPONSE" $WORKSPACE
Handler Commands
handler.sh intro [en|ru] # Check if should show intro
handler.sh start [en|ru] # Start/continue session
handler.sh status # Progress JSON
handler.sh session N # Jump to session N
handler.sh save "text" # Save response & advance
handler.sh skip # Skip current phase
handler.sh reset # Clear all progress
handler.sh callback \x3Ccb> # Handle button callbacks
handler.sh lang en|ru # Switch language
handler.sh reminders "07:00" "2026-01-27" # Create Session 10 reminders
handler.sh insights # Get accumulated insights
Callbacks
life:begin/life:begin:ru— Start sessionslife:prev— Previous phaselife:skip— Skip phaselife:save— Save and exitlife:continue— Continuelife:lang:en/life:lang:ru— Switch languagelife:session:N— Jump to session N
Files
life-architect/
├── SKILL.md # This file
├── assets/
│ └── intro.jpg # Intro image
├── references/
│ ├── sessions.md # Session overview
│ ├── sources.md # Original sources
│ └── sessions/
│ ├── en/ # English sessions (1-10)
│ └── ru/ # Russian sessions (1-10)
└── scripts/
├── handler.sh # Main command handler
└── export.sh # Export final document
User Data
Stored in $WORKSPACE/memory/life-architect/:
state.json— Progress trackingsession-NN.md— User responsesinsights.md— Key insights from completed sessionsfinal-document.md— Exported complete document
Languages
- English (default)
- Russian (full translation)
Requirements
jq(JSON processor)bash4.0+
License
MIT
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fix-life-in-1-day - 安装完成后,直接呼叫该 Skill 的名称或使用
/fix-life-in-1-day触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Fix Your Entire Life in 1 Day 是什么?
Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2699 次。
如何安装 Fix Your Entire Life in 1 Day?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fix-life-in-1-day」即可一键安装,无需额外配置。
Fix Your Entire Life in 1 Day 是免费的吗?
是的,Fix Your Entire Life in 1 Day 完全免费(开源免费),可自由下载、安装和使用。
Fix Your Entire Life in 1 Day 支持哪些平台?
Fix Your Entire Life in 1 Day 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fix Your Entire Life in 1 Day?
由 evgyur(@evgyur)开发并维护,当前版本 v1.0.0。