首页龙虾技能列表 › Fix Your Entire Life in 1 Day — 技能工具

Fix Your Entire Life in 1 Day — 技能工具

v1.0.0

[自动翻译] Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.

4· 2,600·11 当前·12 累计
by @evgyur·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/27
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's described purpose (guided coaching sessions) matches the files and runtime instructions, but it relies on bundled shell scripts that will be executed with user-provided text and may create scheduled reminders — the actual scripts were not shown, so there is a non-trivial risk of command injection, data exfiltration, or unwanted system changes unless you inspect them first.
评估建议
What to do before installing or running this skill: - Inspect the bundled scripts (scripts/handler.sh, scripts/export.sh, scripts/init.sh, scripts/status.sh) before executing anything. Search for network commands (curl, wget, nc, netcat, ssh, scp), remote hosts, base64/openssl decode+exec patterns, and any use of eval, backticks, or unescaped variable expansion that could allow command injection when handling user text. - Pay special attention to how user input is handled. The handler is called...
详细分析 ▾
用途与能力
Name, description, and declared requirements (bash + jq) align with a local, interactive coaching skill that stores session text in $WORKSPACE. There are no requested environment variables or external credentials that would be disproportionate for the stated purpose.
指令范围
Runtime instructions explicitly tell the agent to execute scripts/handler.sh and export.sh and to write user session files under $WORKSPACE/memory/life-architect/. Those scripts are called with raw user responses (e.g., handler.sh save "USER_RESPONSE"), and the skill can create reminders (handler.sh reminders ... and an explicit question about cron reminders). Because the script contents were not provided for review here, this raises concern: shell scripts that accept arbitrary user text can be vulnerable to command injection or could invoke network tools, edit crontab, or upload data. The SKILL.md itself does not document any external endpoints, but the scripts could add them — review of the actual scripts is required.
安装机制
There is no install spec (no downloads) — the skill ships code in the skill bundle. That reduces supply-chain concerns from remote fetches, but executing included scripts still runs code delivered with the skill. This is lower-risk than a remote download, but it's not as low-risk as instruction-only skills with no code files.
凭证需求
The skill requests no environment variables or external credentials and stores data under $WORKSPACE, which is proportionate to a journaling/coaching tool. The only privileged surface is the filesystem and whatever the agent process is allowed to do (scheduling, network, etc.), so those runtime capabilities should be reviewed.
持久化与权限
always:false and user-invocable:true (normal). The skill writes persistent user data into $WORKSPACE/memory/life-architect/ (state.json, session files, final-document.md), which is expected. However the SKILL.md and handler interface reference creating reminders; if the scripts create OS-level scheduled tasks (cron/systemd/at) or modify system configuration, that increases persistence and privilege — confirm whether the scripts only write to the skill workspace or also modify system schedulers.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/1/26

Initial release: 10 psychological sessions based on Dan Koe

● 无害

安装命令 点击复制

官方npx clawhub@latest install fix-life-in-1-day
镜像加速npx clawhub@latest install fix-life-in-1-day --registry https://cn.clawhub-mirror.com

技能文档

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

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

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务