Install
openclaw skills install lofyPersonal 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.
openclaw skills install lofyA skill pack that turns OpenClaw into a proactive personal AI chief of staff. Not a chatbot — a system that manages your calendar, tracks your goals, nudges you when you're slacking, and stays out of your way when you're locked in.
After installing, copy the template files into your workspace:
cp -r skills/lofy/assets/templates/* .
Then customize:
USER.md with your info (name, timezone, goals)IDENTITY.md if you want to rename your agentHEARTBEAT.md to set your check prioritiesdata/ directory and initialize data files (templates provided)Lofy is a single-agent system with modular skill domains. One agent handles everything with shared context — lower token cost, no routing overhead, better cross-domain awareness.
AGENTS.md — Agent behavior rules, safety, memory protocolSOUL.md — Personality and tone (customize this!)IDENTITY.md — Name and avatarUSER.md — Your profile (name, timezone, preferences)HEARTBEAT.md — Proactive check scheduleMEMORY_SYSTEM.md — Memory architecture rulesdata/)goals.json — Life goals, habits, streaksfitness.json — Workouts, meals, PRsapplications.json — Job application pipelineprojects.json — Project status and milestoneshome-config.json — Smart home scenes and devicesEach domain is a sub-skill. Install all or pick what you need:
| Skill | What it does |
|---|---|
lofy-life-coach | Morning briefings, evening reviews, goal tracking, habit accountability |
lofy-fitness | Workout logging, meal tracking, PR detection, gym nudges |
lofy-career | Job search, application tracking, resume tailoring, interview prep |
lofy-projects | Project management, priority engine, meeting prep, deadline tracking |
lofy-home | Smart home scenes, device control via Home Assistant |
Brain-inspired 5-layer architecture. See references/memory-system.md for full details.
memory/YYYY-MM-DD.md), 14-day lifecycleMEMORY.md, max 100 lines, curatedKey rules:
[PINNED]Set up these cron jobs for full functionality:
Morning Briefing — daily at your wake time (e.g., 10 AM)
Evening Review — daily at wind-down time (e.g., 9 PM)
Weekly Review — Sunday evening (e.g., 7 PM)
Use openclaw cron or the cron tool to create these. Each should be an agentTurn in an isolated session with delivery to your primary channel.
Configure heartbeat polling (every 30 min) for proactive checks:
Edit SOUL.md to match your vibe. The default is direct, casual, and competent. Make it yours.
Lofy works best with these tools (configure in TOOLS.md):
gog CLI or API)spogo CLI or API)Create profile/ directory with:
career.md — Skills, experience, target rolesprojects.md — Active project detailsbody.md — Fitness stats and goalspersonality.md — Interests, preferences, communication styleThese are living documents the agent updates as it learns about you.