Skip to content
Skillv1.0.0

fix-life-in-1-day

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

by sundial-org(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sundial-org/awesome-openclaw-skills (skills/fix-life-in-1-day/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill fix-life-in-1-day. Copyright stays with the author (MIT).

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

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 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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-fix-life-in-1-day/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sundial-org-awesome-openclaw-skills-fix-life-in-1-day.ocm.jsonjson
{
  "ocm": "1",
  "id": "sundial-org-awesome-openclaw-skills-fix-life-in-1-day",
  "kind": "skill",
  "name": "fix-life-in-1-day",
  "description": "Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.",
  "publisher": "sundial-org",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "psychology",
      "self-improvement",
      "coaching",
      "life-design",
      "dan-koe",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sundial-org/awesome-openclaw-skills",
      "path": "skills/fix-life-in-1-day/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sundial-org/awesome-openclaw-skills/blob/HEAD/skills/fix-life-in-1-day/SKILL.md",
      "key": "sundial-org/awesome-openclaw-skills/skills/fix-life-in-1-day/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Fix Your Entire Life in 1 Day 🧠\n\n10 psychological sessions based on Dan Koe's viral article.\n\nBased on:\n- 📝 [@thedankoe](https://x.com/thedankoe) — \"How to fix your entire life in 1 day\"\n- 🔧 [@alex_prompter](https://x.com/alex_prompter) — 10 AI prompts reverse-engineered from Dan's article\n- ⚡ [@chip1cr](https://x.com/chip1cr) — Clawdbot skill implementation\n\n## What It Does\n\nGuides users through 10 structured sessions:\n\n1. **The Anti-Vision Architect** — Build a visceral image of the life you're drifting toward\n2. **The Hidden Goal Decoder** — Expose what you're actually optimizing for\n3. *",
  "cost": {
    "context_tokens": 981
  }
}

Fetch it by URL: GET /api/v1/registry/sundial-org-awesome-openclaw-skills-fix-life-in-1-day/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.