← 返回 Skills 市场
harrey401

Lofy Life Coach

作者 Harreynish Gowtham · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
983
总下载
4
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install lofy-life-coach
功能描述
Personal accountability system for the Lofy AI assistant — morning briefings, evening reviews, weekly reports, goal tracking, habit monitoring with streak counting, and adaptive nudge logic. Use when managing daily routines, life goals, habit streaks, or delivering scheduled briefings and reviews.
使用说明 (SKILL.md)

Life Coach — Personal Accountability

Manages life goals, daily routines, habit streaks, and accountability. Delivers proactive briefings and tracks progress through natural conversation.

Data File: data/goals.json

Read and write this file for all goal tracking. Structure:

{
  "fitness": { "target": "", "weekly_target": 4, "current_week_count": 0, "streak_weeks_hit": 0, "last_workout_date": null },
  "career": { "target": "", "total_apps_sent": 0, "interviews_completed": 0, "offers": 0 },
  "habits": { "tracked": ["sleep_by_midnight", "meal_prep_sunday", "read_30min"], "today": {}, "streaks": {}, "weekly_completion_rate": 0 },
  "daily_log": []
}

Morning Briefing

Compose from these sources (use what's available):

  1. Weather — current conditions and forecast
  2. Calendar — today's events
  3. Goals — streaks, weekly progress, pending items
  4. Applications — upcoming deadlines or follow-ups
  5. Fitness — workout count this week vs target

Format: concise, scannable, under 200 words. Lead with what matters most.

Evening Review

  1. Ask what was accomplished
  2. Update data/goals.json daily_log
  3. Preview tomorrow's schedule
  4. Update habit tracking for today
  5. Brief encouragement or course-correction based on data

Goal Updates via Natural Language

Parse conversational updates:

  • "I worked out" → update fitness count and date
  • "Applied to [company]" → increment career apps
  • "Went to bed at 11" → mark sleep habit
  • "Did meal prep" → mark habit
  • "Read for 30 min" → mark habit

Weekly Reset (Sunday night)

  • Archive current week data
  • Reset weekly counters
  • Calculate completion rates
  • Update streak counts

Nudge Logic

  • Max 1 nudge per topic per day. Never nag.
  • Gym nudge: Only if behind on weekly target AND no workout today
  • Sleep nudge: Only if habit not yet logged near bedtime
  • Adapt tone to time of day and apparent mood
  • If user is having a rough day, acknowledge it — don't push harder

Instructions

  1. Always read data/goals.json before responding about goals
  2. Update the JSON immediately after any goal conversation
  3. Use specific numbers, not vague encouragement
  4. Track weekly trends — the trend matters more than any single day
  5. Keep briefings under 200 words, nudges under 50
安全使用建议
This skill is internally consistent: it stores and updates a local data/goals.json and otherwise behaves like a personal life coach. Before installing, confirm where the agent will store and back up data/goals.json and whether that file will be accessible to other agents or processes. Also check how the agent will access Calendar and Weather (it may use your existing integrations or prompt for permissions); if you want tighter control, restrict file permissions for data/, run the skill in an environment where the agent's calendar and external-access permissions are limited, or ask the skill author to document how external data sources are accessed and where weekly archives are saved.
功能分析
Type: OpenClaw Skill Name: lofy-life-coach Version: 1.0.0 The skill bundle is benign. The `SKILL.md` file clearly outlines the functionality of a 'lofy-life-coach' skill, focusing on goal tracking, habit monitoring, and delivering briefings. It instructs the AI agent to read and write to a specific file, `data/goals.json`, which is a standard requirement for stateful skills and is confined to its own data. There are no instructions for data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent's core function or access unrelated sensitive data.
能力评估
Purpose & Capability
Name and description (life coach, habit tracking, briefings) align with the runtime instructions: tracking goals/habits, delivering morning/evening briefings, weekly resets, and writing to data/goals.json. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions are explicit about reading and writing data/goals.json and about how to parse and update goals/habits — this is within the skill's purpose. The file path is relative (data/goals.json) which limits scope, but the doc also references external sources (Weather, Calendar, Applications) without specifying how to access them or what credentials/access the agent will use; this is not inherently malicious but is a missing detail the user should consider (the agent may attempt to use existing calendar/weather integrations or ask for permission).
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk because nothing is downloaded or written at install time.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a local life-coach that stores state in a local JSON file.
Persistence & Privilege
Skill is not forced-always, and uses normal model-invocation behavior. It asks the agent to persist data to a local JSON file (expected for this purpose) but does not request system-wide configuration changes or access to other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lofy-life-coach
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lofy-life-coach 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug lofy-life-coach
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Lofy Life Coach 是什么?

Personal accountability system for the Lofy AI assistant — morning briefings, evening reviews, weekly reports, goal tracking, habit monitoring with streak counting, and adaptive nudge logic. Use when managing daily routines, life goals, habit streaks, or delivering scheduled briefings and reviews. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 983 次。

如何安装 Lofy Life Coach?

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

Lofy Life Coach 是免费的吗?

是的,Lofy Life Coach 完全免费(开源免费),可自由下载、安装和使用。

Lofy Life Coach 支持哪些平台?

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

谁开发了 Lofy Life Coach?

由 Harreynish Gowtham(@harrey401)开发并维护,当前版本 v1.0.0。

💬 留言讨论