TopRank Skills

Home / Claw Skills / Autres / lofy
Official OpenClaw rules 15%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 lofy 技能。 若已安装,则直接安装 lofy 技能。

Overview

Skill Key
harrey401/lofy
Author
harrey401
Source Repo
openclaw/skills
Version
-
Source Path
skills/harrey401/lofy
Latest Commit SHA
a0bd4b4f488263058cfa844838a4b77f7c7b3a3b

Extracted Content

SKILL.md excerpt

# 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:

```bash
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 tr...

Related Claw Skills