4.1kā
by evgyur
fix-life-in-1-day ā OpenClaw Skill
fix-life-in-1-day is an OpenClaw Skills integration for coding workflows. Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.
Skill Snapshot
| name | fix-life-in-1-day |
| description | Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article. OpenClaw Skills integration. |
| owner | evgyur |
| repository | evgyur/fix-life-in-1-day |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @evgyur/fix-life-in-1-day |
| last updated | Feb 7, 2026 |
Maintainer

name: fix-life-in-1-day version: 1.0.0 description: "Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article." author: chip1cr license: MIT repository: https://github.com/pinkpixel/fix-life-in-1-day metadata: clawdbot: emoji: "š§ " triggers: ["/life", "/architect"] tags: ["psychology", "self-improvement", "coaching", "life-design", "dan-koe"]
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 <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/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
Fix Your Entire Life in 1 Day š§
10 psychological sessions based on Dan Koe's viral article.
A Clawdbot skill that guides you through structured psychological excavation.

Credits
- š Dan Koe (@thedankoe) ā Original article and framework
- š§ Alex Prompter (@alex_prompter) ā 10 AI prompts reverse-engineered from Dan's article
- ā” Chip (@chip1cr) ā Clawdbot skill implementation
The 10 Sessions
| # | Session | What You'll Discover |
|---|---|---|
| 1 | The Anti-Vision Architect | The life you're drifting toward if nothing changes |
| 2 | The Hidden Goal Decoder | What you're actually optimizing for (not what you think) |
| 3 | The Identity Construction Tracer | Where your limiting beliefs originated |
| 4 | The Lifestyle-Outcome Alignment Auditor | Gap between how you live and how you need to live |
| 5 | The Dissonance Engine | The tension required for real change |
| 6 | The Cybernetic Debugger | Which part of your goal-pursuit loop is broken |
| 7 | The Ego Stage Navigator | Your developmental stage and what transition requires |
| 8 | The Game Architecture Engineer | Life designed as a game with real stakes |
| 9 | The Conditioning Excavator | Which beliefs you inherited vs chose |
| 10 | The One-Day Reset Architect | A complete protocol for transformation |
Installation
Via ClawdHub
clawdhub install life-architect
Manual
Clone into your Clawdbot skills directory:
cd ~/clawd/skills
git clone https://github.com/pinkpixel/fix-life-in-1-day life-architect
Usage
In Telegram (or any Clawdbot channel):
/life # Start or continue
/life ru # Russian version
/life status # Check progress
/life reset # Start over
What You Get at the End
After completing all 10 sessions:
- Anti-Vision Statement ā The life you refuse to let happen
- Hidden Goal Map ā What you've actually been optimizing for
- Identity Origins ā Where your limiting patterns came from
- Lifestyle Gap Analysis ā Probability calculation of your goals
- Dissonance Statement ā The contradiction you can no longer deny
- Feedback Loop Diagnosis ā Which component to fix first
- Ego Stage Assessment ā Your developmental position and next transition
- Game Architecture ā Life designed with stakes, wins, quests, and rules
- Conscious Belief System ā Chosen beliefs replacing inherited ones
- 1-Day Protocol ā Morning excavation, daytime interrupts, evening synthesis
Languages
- š¬š§ English (default)
- š·šŗ Russian (full translation)
Requirements
- Clawdbot
jq(JSON processor)bash4.0+
License
MIT
Most people read self-help and change nothing. This makes you actually do the work.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- `jq` (JSON processor) - `bash` 4.0+
FAQ
How do I install fix-life-in-1-day?
Run openclaw add @evgyur/fix-life-in-1-day in your terminal. This installs fix-life-in-1-day into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/evgyur/fix-life-in-1-day. Review commits and README documentation before installing.
