Awesome-openclaw-skills fix-life-in-1-day
Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/fix-life-in-1-day" ~/.claude/skills/sundial-org-awesome-openclaw-skills-fix-life-in-1-day && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/fix-life-in-1-day" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-fix-life-in-1-day && rm -rf "$T"
manifest:
skills/fix-life-in-1-day/SKILL.mdsource content
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 |
|---|---|
| Start or continue (shows intro for new users) |
| Start in Russian |
| Show progress |
| Jump to session N |
| Start over |
Usage Flow
When User Says /life
/lifeStep 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 <cb> # 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
— Start sessionslife:begin:ru
— Previous phaselife:prev
— Skip phaselife:skip
— Save and exitlife:save
— Continuelife:continue
/life:lang:en
— Switch languagelife:lang:ru
— Jump to session Nlife: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/:
— Progress trackingstate.json
— User responsessession-NN.md
— Key insights from completed sessionsinsights.md
— Exported complete documentfinal-document.md
Languages
- English (default)
- Russian (full translation)
Requirements
(JSON processor)jq
4.0+bash
License
MIT