TopRank Skills

Home / Claw Skills / Bot / fix-life-in-1-day
Official OpenClaw rules 38%

fix-life-in-1-day

Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fix-life-in-1-day 技能。 若已安装,则直接安装 fix-life-in-1-day 技能。

Overview

Skill Key
evgyur/fix-life-in-1-day
Author
chip1cr
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/evgyur/fix-life-in-1-day
Latest Commit SHA
da27fb1d4d8ccdb03af8a1a97a9e6662f0babc06

Extracted Content

SKILL.md excerpt

# Fix Your Entire Life in 1 Day 🧠

10 psychological sessions based on Dan Koe's viral article.

Based on:
- 📝 [@thedankoe](https://x.com/thedankoe) — "How to fix your entire life in 1 day"
- 🔧 [@alex_prompter](https://x.com/alex_prompter) — 10 AI prompts reverse-engineered from Dan's article
- ⚡ [@chip1cr](https://x.com/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

| 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
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
bash scripts/handler.sh start en $WORKSPACE
```

**Step 3:** Format and show to user:
```
🧠 **Life Architect** — Session {session}/10
**{title}**
Phase {phase}/{totalPhases...

README excerpt

# Fix Your Entire Life in 1 Day 🧠

> 10 psychological sessions based on Dan Koe's viral article.

A [Clawdbot](https://github.com/clawdbot/clawdbot) skill that guides you through structured psychological excavation.

![Life Architect](assets/intro.jpg)

## Credits

- 📝 **Dan Koe** ([@thedankoe](https://x.com/thedankoe)) — Original article and framework
- 🔧 **Alex Prompter** ([@alex_prompter](https://x.com/alex_prompter)) — 10 AI prompts reverse-engineered from Dan's article
- ⚡ **Chip** ([@chip1cr](https://x.com/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

```bash
clawdhub install life-architect
```

### Manual

Clone into your Clawdbot skills directory:

```bash
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...

Related Claw Skills