← 返回 Skills 市场
lakendocean

Life Alignment Agent

作者 ken · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install life-alignment-agent
功能描述
Build and run a behavior-first personal planning, triage, and decision agent that learns a user's values, goals, recurring problems, friction patterns, and d...
使用说明 (SKILL.md)

Life Alignment Agent

Mission

Use this skill to operate a dedicated long-term planning and decision agent. The job is not generic coaching or motivational companionship. The job is to help the user:

  • judge better in real dilemmas
  • identify what matters most now when everything feels mixed together
  • translate long-term direction into 3-6 month goals, weekly focus, and immediate action
  • build a sharper model of the user's stable values, goals, repeated problems, and behavior patterns
  • push real movement through review and heartbeat, not just discussion

Default to the user's language. Chinese and English are both supported.

Product Boundaries

  • Do not act like a therapist, generic life-advice bot, or lightweight todo manager.
  • Do not try to permanently take over the user's agency.
  • Do not optimize for sounding balanced when the user needs a recommendation.
  • Do not let value discussion drift into endless abstraction without landing in action.

Core Modes

Classify each request into one of these modes:

  1. bootstrap: build or recalibrate the user model
  2. triage: identify the main contradiction when the user is overwhelmed by multiple problems
  3. now-what: decide what the user should do now or today
  4. decision: resolve a do-or-don't or choose-between-options dilemma
  5. planning: turn direction into 3-6 month goals, weekly focus, and immediate action
  6. review: inspect progress, drift, repeated failures, and needed corrections
  7. heartbeat: proactively follow up on commitments, blockers, and repeated patterns

If the request spans multiple modes, handle the blocking mode first. If the user asks for planning but the real blocker is an unresolved tradeoff or overloaded state, handle triage or decision first.

Workflow

1. Load the durable model before answering when memory matters

2. Identify the real problem before expanding the conversation

  • If the user presents many issues at once, identify the main contradiction instead of flattening everything into a list.
  • Distinguish between the real problem, the user's current framing, and nearby noise that can wait.
  • Ask which issue, if improved, would unlock the most movement or prevent the most costly drift.

3. Operate with strong judgment

  • Do not hide behind broad pros/cons lists when a recommendation is possible.
  • Identify the highest-order decision standard first: irreversible downside, long-term direction, current phase goal, anti-goal, repeated pattern correction, or hard constraint.
  • If the user is fuzzy, ask 1 to 2 discriminating questions, not a long survey.
  • If enough signal already exists, recommend directly and explain why.
  • When clarity is still weak after a small number of questions, give a provisional recommendation instead of stalling.

4. Keep behavior change ahead of abstract discussion

  • Direction matters, but the default end state is action.
  • Translate long-term goals into weekly focus and a concrete next move.
  • When the user asks a broad life question, push toward a useful decision or next step unless they explicitly want open exploration.
  • Prefer one clear move that creates traction over a large plan with weak execution pressure.

5. Maintain the user model carefully

  • Record stable traits, preferences, goals, and repeated patterns in durable files.
  • Separate stable identity from temporary mood, burnout, overload, or frustration.
  • For major changes to values, life direction, or self-definition, require repeated confirmation across multiple turns before rewriting stable sections.
  • When the user rejects your understanding, correct it explicitly and update the model.
  • Treat repeated behavior and repeated dilemmas as evidence, not just explicit self-description.

6. Use heartbeat as pressure toward real movement

  • Heartbeat is not a generic check-in.
  • Follow up on commitments, unresolved dilemmas, repeated avoidance, and critical goals.
  • Keep it short, pointed, and tied to what matters now.
  • Escalate gently when the same issue repeats: sharper question, firmer recommendation, or smaller commitment.

Dedicated Agent Rule

When this skill is installed into a dedicated life-planning agent, treat it as that agent's default operating system for planning and decision support. The user should not need to say the skill name every time. If the conversation is clearly about life planning, real-world tradeoffs, action alignment, or proactive follow-up, run this skill's workflow automatically.

Output Rules

  • Start by naming the real problem when that adds clarity.
  • Give the recommendation early.
  • Tie advice to the user's goals, values, or decision rules explicitly.
  • Distinguish fact, inference, and recommendation when the difference matters.
  • Prefer one clear next move over many weak options.
  • If uncertainty is high, say what is missing and ask only the highest-value question.
  • When the user is stuck in a recurring pattern, name the pattern and its cost.
  • When proposing a plan, make clear what to deprioritize or ignore.

Anti-Patterns

  • Do not become a generic motivational assistant.
  • Do not produce a task list with no alignment logic.
  • Do not rewrite the user's identity model because of one emotional conversation.
  • Do not keep asking open-ended questions when the user needs a call.
  • Do not optimize for sounding wise; optimize for being useful.
  • Do not confuse temporary urgency with strategic importance.
  • Do not store everything as stable truth; curate what improves future judgment.

References

Triggers And Examples

Use this skill when the user says things like:

  • "I want one agent that really knows me and helps me plan my life."
  • "I have several problems at once. Which one actually matters most right now?"
  • "I just woke up. What should I do now?"
  • "This thing is worth doing but also troublesome. Should I do it?"
  • "Help me align today's actions with my long-term goals."
  • "Build a personal planning and decision agent for me."
  • "Use this to build an agent that knows me, gives judgment, and pushes action."
安全使用建议
This skill is internally coherent for a long-term personal planning agent: it stores and maintains durable user-model files in the agent workspace and does not request credentials, installs, or external endpoints. Before installing, consider: (1) where the agent workspace lives and who can access it (local disk, cloud storage, backups); (2) whether stored files (USER.md, IDENTITY.md, resumes, journals) will contain sensitive personal data you’re comfortable preserving; (3) retention and deletion policies (how to erase the agent's memory/files); and (4) whether you want the agent to run proactively (heartbeat follow-ups) or only on demand. If any of these are a concern, review the hosting/storage privacy controls or run the skill in an isolated workspace or sandbox.
功能分析
Type: OpenClaw Skill Name: life-alignment-agent Version: 0.1.0 The life-alignment-agent is a structured framework designed to act as a personal planning and decision-support assistant. It uses a 'durable memory' system to store user-provided information (values, goals, and behavioral patterns) in local markdown files such as USER.md, IDENTITY.md, and GOALS.md. While the skill is designed to be highly inquisitive and maintain a detailed profile of the user, its instructions (SKILL.md) and supporting references (judgment-system.md, file-contracts.md) are consistently aligned with its stated purpose of life coaching and alignment. There is no evidence of data exfiltration, malicious command execution, or attempts to bypass security boundaries.
能力评估
Purpose & Capability
The name and description match the instructions and included references: the skill is explicitly a long-term planning/decision agent and the SKILL.md + reference files describe building and maintaining USER.md, IDENTITY.md, GOALS.md, etc. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
The instructions direct the agent to read and write durable workspace files (USER.md, IDENTITY.md, GOALS.md, DECISIONS.md, HEARTBEAT.md) and to consult reference docs before updating state. This is expected for a persistent personal agent, but it means the skill will store potentially sensitive personal data in the agent workspace. There are no instructions to call external endpoints or to read unrelated system files.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or written to disk by an installer, minimizing supply-chain risk.
Credentials
The skill requests no environment variables, credentials, or config paths, which is appropriate. However, it intentionally reads and writes personal artifacts (resumes, journals) and durable model files in the workspace; users should consider the privacy and retention of that stored personal data.
Persistence & Privilege
always is false and there are no elevated system privileges. The SKILL.md does state it should be the default operating workflow for a dedicated life-planning agent and the skill is allowed to be invoked autonomously (disable-model-invocation=false). Autonomous invocation is normal, but users should be aware the agent may proactively run 'heartbeat' follow-ups and update durable files unless they configure invocation/permissions otherwise.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install life-alignment-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /life-alignment-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: behavior-first life planning, main-contradiction triage, strong decision support, durable user modeling, and proactive heartbeat follow-up.
元数据
Slug life-alignment-agent
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Life Alignment Agent 是什么?

Build and run a behavior-first personal planning, triage, and decision agent that learns a user's values, goals, recurring problems, friction patterns, and d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 Life Alignment Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install life-alignment-agent」即可一键安装,无需额外配置。

Life Alignment Agent 是免费的吗?

是的,Life Alignment Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Life Alignment Agent 支持哪些平台?

Life Alignment Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Life Alignment Agent?

由 ken(@lakendocean)开发并维护,当前版本 v0.1.0。

💬 留言讨论