lofy-life-coachPersonal 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.
Install via ClawdBot CLI:
clawdbot install harrey401/lofy-life-coachManages life goals, daily routines, habit streaks, and accountability. Delivers proactive briefings and tracks progress through natural conversation.
data/goals.jsonRead 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": []
}
Compose from these sources (use what's available):
Format: concise, scannable, under 200 words. Lead with what matters most.
data/goals.json daily_logParse conversational updates:
data/goals.json before responding about goalsGenerated Mar 1, 2026
A user starts their day with a morning briefing that integrates weather, calendar events, and goal progress. The assistant provides a concise overview of priorities, such as fitness targets and deadlines, helping the user plan effectively. This scenario supports professionals managing busy schedules and health goals simultaneously.
A user tracks daily habits like sleep, reading, and meal prep through conversational updates. The assistant logs these in the goals.json file, monitors streaks, and sends adaptive nudges to encourage consistency without being intrusive. This is ideal for individuals building long-term lifestyle changes.
A job seeker uses the assistant to log applications, interviews, and offers via natural language inputs. The system updates career metrics in the JSON file and provides weekly progress reports, helping users stay organized and motivated during their job search.
At the end of the day, the assistant conducts an evening review by asking about accomplishments, updating logs, and previewing tomorrow's schedule. It offers encouragement or course-correction based on data trends, fostering reflection and planning for continuous improvement.
On Sunday night, the assistant automatically resets weekly counters, archives data, and calculates completion rates for goals and habits. This scenario ensures users start each week with updated streaks and insights, supporting long-term goal adherence and data-driven adjustments.
Offer tiered subscription plans (e.g., basic, premium) providing access to the AI life coach with features like advanced analytics, personalized nudges, and integration with external apps. Revenue comes from monthly or annual fees, targeting individuals seeking structured accountability.
License the skill to corporations for employee wellness initiatives, integrating it with workplace tools like calendars and HR systems. It helps track team goals, reduce burnout, and improve productivity, with revenue from enterprise licensing and customization fees.
Provide a free version with basic goal tracking and morning briefings, while premium features include detailed analytics, habit streak insights, and priority support. Monetize through in-app purchases or upgrades, attracting a broad user base and converting engaged users.
💬 Integration Tip
Integrate with calendar APIs for scheduling and weather services for briefings; ensure secure read/write access to the goals.json file to maintain data consistency across sessions.
Manage Trello boards, lists, and cards via the Trello REST API.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron v...
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...