Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: 'Good morning, what's my day looking like?'
- 1Read data/goals.json to load current streaks, weekly counts, and pending items
- 2Fetch weather conditions and today's calendar events
- 3Identify highest-priority items: workouts behind target, upcoming deadlines, habit gaps
- 4Compose briefing under 200 words leading with the most time-sensitive item
- 5Deliver briefing without prompting for input
A scannable morning briefing covering weather, calendar events, fitness progress this week, and any habit streaks at risk