ASP源码
PHP源码
.NET源码
JSP源码
Lofy 是专为 Openclaw Skills 设计的综合生活管理系统,可将标准 AI 智能体转变为主动的个人幕僚长。与基础聊天机器人不同,Lofy 作为一个具有模块化技能领域的单智能体系统运行,使其能够在保持个人和职业生活深度上下文的同时,最大限度地降低 Token 成本。它会主动处理早间简报、晚间回顾和每周报告,确保您对长期目标负责。
该系统采用了受人类认知启发的先进五层记忆架构。这确保了重要的见解被保存在长期存储中,而临时的每日日志则会自然衰减或压缩。无论您是在追踪健身进度、管理复杂的求职,还是通过 Home Assistant 控制智能家居,Lofy 都为您提供了一个统一、智能的界面,实现全面的生活优化。
下载入口:https://github.com/openclaw/skills/tree/main/skills/harrey401/lofy
从源直接安装技能的最快方式。
npx clawhub@latest install lofy
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 lofy。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
安装技能,然后将基本模板文件复制到您的 Openclaw Skills 工作区:
cp -r skills/lofy/assets/templates/* .
按照以下配置步骤完成设置:
USER.md,填写您的个人信息、时区和主要目标。SOUL.md 以定义助手的语气和个性。data/ 目录并初始化提供的用于目标和健身追踪的 JSON 模板。TOOLS.md 中配置您的集成服务,如 Google Workspace 和 Home Assistant。openclaw cron 命令设置早晚回顾的 Cron 任务。Lofy 通过工作区内的一组结构化 JSON 和 Markdown 文件组织数据,以确保透明度和可移植性:
| 文件 | 用途 |
|---|---|
goals.json |
追踪生活目标、习惯和当前连续天数。 |
fitness.json |
记录锻炼、饮食计划和身体个人纪录。 |
applications.json |
管理职业流水线和工作申请状态。 |
MEMORY.md |
存储经过筛选的长期陈述性记忆(限制为 100 行)。 |
projects.json |
详细列出活动项目状态、里程碑和优先级。 |
HEARTBEAT.md |
定义主动检查的时间表和优先级。 |
name: lofy
description: Personal 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 T@elegrimm, WhatsApp, Discord, or any OpenClaw channel.
A skill pack that turns OpenClaw into a proactive personal AI chief of staff. Not a ch@tbot — 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.