LaunchKit · 2026
Back to Skills

lofy-life-coach

Personal accountability system for the Lofy AI assistant — morning briefings, evening reviews, weekly reports, goal.

4
695 downloads
by @harrey401

Setup & Installation

openclaw skills install @harrey401/lofy-life-coach

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install lofy-life-coach

What This Skill Does

Personal accountability layer for the Lofy AI assistant. Tracks fitness, career, and daily habits with streak counting, and delivers scheduled morning briefings and evening reviews. Parses conversational updates to keep a local goals.json file current.

Storing all state in a local JSON file means goal history persists across sessions without a separate app or subscription.

When to use it

  • Getting a morning summary of workouts, calendar, and goal streaks
  • Logging a workout or job application in plain conversation
  • Reviewing which habits were completed before bed
  • Checking career application counts and interview progress
  • Running a weekly reset to archive progress and recalculate streaks

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Good morning, what's my day looking like?'

AGENT
  1. 1Read data/goals.json to load current streaks, weekly counts, and pending items
  2. 2Fetch weather conditions and today's calendar events
  3. 3Identify highest-priority items: workouts behind target, upcoming deadlines, habit gaps
  4. 4Compose briefing under 200 words leading with the most time-sensitive item
  5. 5Deliver briefing without prompting for input
OUTPUT

A scannable morning briefing covering weather, calendar events, fitness progress this week, and any habit streaks at risk