← 返回 Skills 市场
harrey401

Lofy

作者 Harreynish Gowtham · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
912
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lofy
功能描述
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 Telegram, WhatsApp, Discord, or any OpenClaw channel.
使用说明 (SKILL.md)

Lofy — Personal AI Life System

A 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.

Quick Start

After installing, copy the template files into your workspace:

cp -r skills/lofy/assets/templates/* .

Then customize:

  1. Edit USER.md with your info (name, timezone, goals)
  2. Edit IDENTITY.md if you want to rename your agent
  3. Edit HEARTBEAT.md to set your check priorities
  4. Create data/ directory and initialize data files (templates provided)
  5. Set up cron jobs for briefings (see Scheduling below)

Architecture

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.

Core Files (copy to workspace root)

  • AGENTS.md — Agent behavior rules, safety, memory protocol
  • SOUL.md — Personality and tone (customize this!)
  • IDENTITY.md — Name and avatar
  • USER.md — Your profile (name, timezone, preferences)
  • HEARTBEAT.md — Proactive check schedule
  • MEMORY_SYSTEM.md — Memory architecture rules

Data Files (create in data/)

  • goals.json — Life goals, habits, streaks
  • fitness.json — Workouts, meals, PRs
  • applications.json — Job application pipeline
  • projects.json — Project status and milestones
  • home-config.json — Smart home scenes and devices

Skill Domains

Each 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

Memory System

Brain-inspired 5-layer architecture. See references/memory-system.md for full details.

  1. Working Memory — Current conversation context
  2. Short-Term — Daily logs (memory/YYYY-MM-DD.md), 14-day lifecycle
  3. Long-Term DeclarativeMEMORY.md, max 100 lines, curated
  4. Long-Term Procedural — Profile files, skills, project knowledge
  5. Salience Tagging — Important events get preserved, noise decays

Key rules:

  • Daily logs auto-compress after 1 week
  • Extract insights to MEMORY.md after 2 weeks, then delete raw logs
  • "Remember this" = permanent, tagged [PINNED]
  • MEMORY.md never loads in shared/group contexts (security)

Scheduling

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.

Heartbeat

Configure heartbeat polling (every 30 min) for proactive checks:

  • Unread emails
  • Upcoming calendar events
  • Overdue follow-ups
  • Approaching deadlines

Customization

Personality

Edit SOUL.md to match your vibe. The default is direct, casual, and competent. Make it yours.

Integrations

Lofy works best with these tools (configure in TOOLS.md):

  • Google Workspace — Gmail, Calendar (via gog CLI or API)
  • Spotify — Music control (via spogo CLI or API)
  • Home Assistant — Smart home (requires HA instance)
  • Browser — Job search, restaurant bookings, web research

Profile System

Create profile/ directory with:

  • career.md — Skills, experience, target roles
  • projects.md — Active project details
  • body.md — Fitness stats and goals
  • personality.md — Interests, preferences, communication style

These are living documents the agent updates as it learns about you.

Design Principles

  1. Be helpful, not performative — Skip filler, just do the work
  2. Have opinions — Disagree when warranted, suggest improvements
  3. Resourceful before asking — Look it up, read the file, then ask if stuck
  4. Respect privacy — Never leak personal data in group chats
  5. Earn trust through competence — Be careful externally, bold internally
安全使用建议
This skill purports to manage sensitive personal data (email, calendar, health, home devices) and to run scheduled, autonomous checks, but it does not declare the credentials or binaries it needs (e.g., Gmail/Calendar auth, HA_TOKEN, gog/spogo CLIs). Before installing, verify: 1) how and where you will store API keys/tokens (prefer secret/env management, not plaintext in workspace files), 2) which CLIs or OAuth flows the agent will actually use and whether you must install them, 3) who can access the generated memory files and whether they are encrypted/backed up, 4) whether cron/heartbeat jobs will run with scope you expect, and 5) remove or audit any automatic behaviors that read MEMORY.md or daily logs if you do not want the agent to access those every session. Because the skill will persist and update personal files, only proceed if you trust the author or are prepared to host credentials locally and review all created files and scheduled tasks.
功能分析
Type: OpenClaw Skill Name: lofy Version: 1.0.0 The skill bundle describes a comprehensive personal AI assistant requiring broad access to user data, system scheduling (cron), and integrations with external services (Google Workspace, Spotify, Home Assistant). While these capabilities are inherently high-risk (e.g., shell access for CLI tools, persistence via cron jobs), the documentation and agent instructions (`SKILL.md`, `AGENTS.md`, `SOUL.md`) explicitly and repeatedly emphasize privacy and safety, forbidding data exfiltration and unauthorized destructive actions. All requested permissions are clearly aligned with the stated purpose of a 'complete life management system', and the instructions actively mitigate against misuse, leading to a benign classification.
能力评估
Purpose & Capability
The skill claims deep integrations (Google Workspace, Home Assistant, Spotify, browser automation) and continuous life-management responsibilities, but the registry metadata declares no required environment variables or binaries. Templates reference external CLIs/APIs (gog, spogo) and an env var name (HA_TOKEN) for Home Assistant; those capabilities would legitimately require credentials and/or installed CLIs, so the lack of declared requirements is inconsistent.
Instruction Scope
Runtime instructions ask the agent to copy templates into the workspace, read USER.md, SOUL.md, recent daily logs, and in main sessions also MEMORY.md; set up periodic cron jobs / heartbeat polls to scan unread email, calendar events, follow-ups, and deadlines; and autonomously update profile and memory files. The AGENTS.md line 'Don't ask permission. Just do it.' instructs automatic reading of private workspace memory each session. These steps involve persistent reading and writing of highly sensitive personal data and scheduled external actions (email/calendar checks) but do not specify how credentials or consent are handled.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes direct supply-chain risk because nothing is downloaded or executed by default. The security surface is primarily the runtime instructions and the files the skill tells the agent to create/read.
Credentials
No required env vars are declared, yet templates include 'token_env': 'HA_TOKEN' and TOOLS.md mentions account/CLI specifics. The skill's functionality (Gmail, Calendar, Home Assistant, Spotify) normally requires API keys, tokens, or OAuth credentials. The omission of declared credentials is a mismatch: the skill will need sensitive secrets to function, but doesn't declare them or provide secure handling guidance.
Persistence & Privilege
always:false and there is no install-time persistence, but the skill explicitly instructs creating and continually updating workspace files (memory logs, PROFILE, DATA/*.json) and recommends scheduling recurring agent turns (cron / heartbeat). That gives it ongoing access to stored personal data and the ability to schedule autonomous actions; this is expected for a personal assistant but increases long-term privacy exposure and should be gated by user consent and restricted credential handling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lofy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lofy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — personal AI chief of staff
元数据
Slug lofy
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Lofy 是什么?

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 Telegram, WhatsApp, Discord, or any OpenClaw channel. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 912 次。

如何安装 Lofy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lofy」即可一键安装,无需额外配置。

Lofy 是免费的吗?

是的,Lofy 完全免费(开源免费),可自由下载、安装和使用。

Lofy 支持哪些平台?

Lofy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lofy?

由 Harreynish Gowtham(@harrey401)开发并维护,当前版本 v1.0.0。

💬 留言讨论