# Send Fix Your Entire Life in 1 Day to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fix-life-in-1-day",
    "name": "Fix Your Entire Life in 1 Day",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/evgyur/fix-life-in-1-day",
    "canonicalUrl": "https://clawhub.ai/evgyur/fix-life-in-1-day",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/fix-life-in-1-day",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fix-life-in-1-day",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/sessions/en/01-anti-vision.md",
      "references/sessions/en/02-hidden-goals.md",
      "references/sessions/en/03-identity-tracer.md",
      "references/sessions/en/04-lifestyle-audit.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/fix-life-in-1-day"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fix-life-in-1-day",
    "downloadUrl": "https://openagent3.xyz/downloads/fix-life-in-1-day",
    "agentUrl": "https://openagent3.xyz/skills/fix-life-in-1-day/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fix-life-in-1-day/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fix-life-in-1-day/agent.md"
  }
}
```
## Documentation

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

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

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

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: evgyur
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/fix-life-in-1-day)
- [Send to Agent page](https://openagent3.xyz/skills/fix-life-in-1-day/agent)
- [JSON manifest](https://openagent3.xyz/skills/fix-life-in-1-day/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/fix-life-in-1-day/agent.md)
- [Download page](https://openagent3.xyz/downloads/fix-life-in-1-day)