fix-life-in-1-day
Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/evgyur/fix-life-in-1-dayFix 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
Metadata
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-evgyur-fix-life-in-1-day": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
decision-trees
Decision tree analysis for complex decision-making across all domains. Use when user needs to evaluate multiple options with uncertain outcomes, assess risk/reward scenarios, or structure choices systematically. Applicable to business, investment, personal decisions, operations, career choices, product strategy, and any situation requiring structured evaluation. Triggers include decision tree, should I, what if, evaluate options, compare alternatives, risk analysis.
crypto-price
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
kimi-integration
Step-by-step guide for integrating Moonshot AI (Kimi) and Kimi Code models into Clawdbot. Use when someone asks how to add Kimi models, configure Moonshot AI, or set up Kimi for Coding in Clawdbot.