What problem does it solve? Personal data like todos, calendar events, journal entries, health metrics, and notes is scattered across many apps. This Skill gives an AI agent a single command-line interface to query and manage all of it through the life CLI, which stores everything in Firestore shared with a web app. ## Core Features & Use Cases - 14 command groups: todo, plan, journal, health, cal (Google Calendar), mail (Gmail), day (daily overview), people, places, notes, drive, fb, tiktok, and teach. - Runtime discovery: The CLI is self-documenting, so the agent runs life --help and life <group> --help instead of relying on a hardcoded command list. - Credential integration: Reads Google OAuth and rclone tokens from ~/.omelet.json, managed by the credentials-utils skill, with Firestore auth via firebase-credentials.json. - Use Case: Ask for a daily overview and the agent runs life day to show overdue todos, today's calendar, plan, journal, and health data in one shot. ## Quick Start Ask the agent to show your daily overview with the life CLI, or to add a todo such as "buy groceries tomorrow" using life todo add.