ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/harrey401/lofy-life-coach
Or

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

Metadata

Author@harrey401
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-harrey401-lofy-life-coach": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

Brain Cms

Skill by harrey401

harrey401 2387

lofy-home

Smart home control for the Lofy AI assistant — scene modes (study, chill, sleep, morning, grind), device management via Home Assistant REST API, presence-based automation, natural language commands for lights, music, thermostat, and PC wake-on-LAN. Use when controlling smart home devices, activating scene modes, or managing home automation.

harrey401 2387

lofy-career

Job search automation for the Lofy AI assistant — application tracking, resume tailoring to job descriptions, interview prep with company research, follow-up management with draft emails, and pipeline analytics. Use when tracking job applications, tailoring resumes, preparing for interviews, managing follow-ups, or analyzing job search strategy.

harrey401 2387

lofy

Personal AI chief of staff — a complete life management system for OpenClaw. Proactive morning briefings, evening reviews, weekly reports, fitness tracking, career management, project tracking, smart home control, and brain-inspired memory architecture. Use when setting up a personal AI assistant that manages your entire life through natural conversation across Telegram, WhatsApp, Discord, or any OpenClaw channel.

harrey401 2387

lofy-projects

Project management for the Lofy AI assistant — tracks multiple projects with milestones, priority scoring engine (urgency × job relevance × momentum × energy match), meeting prep automation, time logging, stale project alerts, and work session recommendations. Use when managing projects, prioritizing work, preparing for meetings, or tracking milestones and deadlines.

harrey401 2387