fix-life-in-1-dayFix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.
Install via ClawdBot CLI:
clawdbot install evgyur/fix-life-in-1-day10 psychological sessions based on Dan Koe's viral article.
Based on:
Guides users through 10 structured sessions:
| 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 |
/lifeStep 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.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
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 Nlife-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
Stored in $WORKSPACE/memory/life-architect/:
state.json — Progress trackingsession-NN.md — User responsesinsights.md — Key insights from completed sessionsfinal-document.md — Exported complete documentjq (JSON processor)bash 4.0+MIT
Generated Mar 1, 2026
Life coaches can use this skill to guide clients through structured self-reflection sessions, helping them identify limiting beliefs and design actionable life plans. It provides a ready-made framework for 10 focused coaching sessions, reducing preparation time and ensuring consistency in client engagement.
HR departments can integrate this skill into employee wellness initiatives to support mental health and career growth. It offers employees a private, self-paced tool for assessing life goals and work-life alignment, potentially boosting productivity and job satisfaction through structured psychological exercises.
Universities or online learning platforms can incorporate this skill into psychology or self-improvement courses as a practical module. Students engage in interactive sessions to apply theoretical concepts like identity construction and feedback loops, enhancing experiential learning and personal growth outcomes.
Therapists or counselors can use this skill as a supplementary tool for clients exploring life design and belief systems. It structures sessions around decoding goals and tracing origins of limiting beliefs, providing a framework for clients to document insights between appointments, though it should not replace professional therapy.
Self-improvement influencers or content creators can leverage this skill to engage their audience with interactive prompts based on Dan Koe's viral article. It allows for creating community challenges or paid workshops where followers progress through the 10 sessions, driving engagement and monetization through structured content.
Offer basic access to the skill for free, with premium features like advanced analytics, personalized reminders, or export capabilities available via a monthly subscription. This model attracts a broad user base while generating recurring revenue from engaged users seeking deeper insights and tools.
License the skill to businesses, such as coaching firms or corporate wellness programs, for internal use with their clients or employees. Provide customized versions with branding and integration support, charging a one-time or annual fee based on the number of users or sessions conducted.
Monetize through affiliate links to related products like books, courses, or coaching services mentioned in the sessions, or partner with influencers for promotional campaigns. This model leverages the skill's engagement to drive sales commissions without direct user charges, benefiting from its viral and psychological appeal.
💬 Integration Tip
Ensure the skill's bash scripts and jq dependencies are properly configured in the hosting environment, and test the handler commands thoroughly to avoid user disruptions during interactive sessions.
Plan, focus, and complete work with energy management, time blocking, and context-specific productivity systems.
Build habits with streaks, reminders, and progress visualization
Comprehensive AI-assisted therapeutic support framework with CBT, ACT, DBT, MI, session notes CLI, and crisis protocols.
iOS HealthKit data sync CLI commands and patterns. Use when working with healthsync CLI, fetching Apple Health data (steps, heart rate, sleep, workouts), pairing iOS devices over local network, or understanding the iOS Health Sync project architecture including mTLS certificate pinning, Keychain storage, and audit logging.
Retrieve and summarize health, sleep, activity, readiness, and biometric data from the Oura Ring API via a command-line interface.
Load and analyze Strava activities, stats, and workouts using the Strava API