skills$openclaw/fix-life-in-1-day
evgyur4.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.

4.1k stars9.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namefix-life-in-1-day
descriptionFix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article. OpenClaw Skills integration.
ownerevgyur
repositoryevgyur/fix-life-in-1-day
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @evgyur/fix-life-in-1-day
last updatedFeb 7, 2026

Maintainer

evgyur

evgyur

Maintains fix-life-in-1-day in the OpenClaw Skills directory.

View GitHub profile
File Explorer
34 files
.
references
sessions
en
01-anti-vision.md
5.1 KB
02-hidden-goals.md
4.3 KB
03-identity-tracer.md
4.5 KB
04-lifestyle-audit.md
4.8 KB
05-dissonance-engine.md
4.6 KB
06-cybernetic-debugger.md
5.3 KB
07-ego-navigator.md
5.4 KB
08-game-architect.md
5.0 KB
09-conditioning-excavator.md
5.4 KB
10-one-day-reset.md
7.8 KB
ru
01-anti-vision.md
8.9 KB
02-hidden-goals.md
7.3 KB
03-identity-tracer.md
7.9 KB
04-lifestyle-audit.md
8.1 KB
05-dissonance-engine.md
8.1 KB
06-cybernetic-debugger.md
9.1 KB
07-ego-navigator.md
9.3 KB
08-game-architect.md
8.3 KB
09-conditioning-excavator.md
9.4 KB
10-one-day-reset.md
12.8 KB
sessions.md
2.1 KB
sources.md
2.1 KB
scripts
export.sh
1.9 KB
handler.sh
14.4 KB
init.sh
109 B
status.sh
99 B
_meta.json
298 B
README.md
2.9 KB
SKILL.md
4.5 KB
SKILL.md

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:

  1. The Anti-Vision Architect — Build a visceral image of the life you're drifting toward
  2. The Hidden Goal Decoder — Expose what you're actually optimizing for
  3. The Identity Construction Tracer — Trace limiting beliefs to their origins
  4. The Lifestyle-Outcome Alignment Auditor — Compare required vs actual lifestyle
  5. The Dissonance Engine — Move from comfort to productive tension
  6. The Cybernetic Debugger — Fix your goal-pursuit feedback loop
  7. The Ego Stage Navigator — Assess developmental stage and transition
  8. The Game Architecture Engineer — Design life as a game with stakes
  9. The Conditioning Excavator — Separate inherited beliefs from chosen ones
  10. The One-Day Reset Architect — Generate a complete 1-day transformation protocol

Commands

CommandAction
/lifeStart or continue (shows intro for new users)
/life ruStart in Russian
/life statusShow progress
/life session NJump to session N
/life resetStart 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 sessions
  • life:prev — Previous phase
  • life:skip — Skip phase
  • life:save — Save and exit
  • life:continue — Continue
  • life:lang:en / life:lang:ru — Switch language
  • life: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 tracking
  • session-NN.md — User responses
  • insights.md — Key insights from completed sessions
  • final-document.md — Exported complete document

Languages

  • English (default)
  • Russian (full translation)

Requirements

  • jq (JSON processor)
  • bash 4.0+

License

MIT

README.md

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.

Life Architect

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

#SessionWhat You'll Discover
1The Anti-Vision ArchitectThe life you're drifting toward if nothing changes
2The Hidden Goal DecoderWhat you're actually optimizing for (not what you think)
3The Identity Construction TracerWhere your limiting beliefs originated
4The Lifestyle-Outcome Alignment AuditorGap between how you live and how you need to live
5The Dissonance EngineThe tension required for real change
6The Cybernetic DebuggerWhich part of your goal-pursuit loop is broken
7The Ego Stage NavigatorYour developmental stage and what transition requires
8The Game Architecture EngineerLife designed as a game with real stakes
9The Conditioning ExcavatorWhich beliefs you inherited vs chose
10The One-Day Reset ArchitectA 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)
  • bash 4.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.