# Send Lofy to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lofy",
    "name": "Lofy",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/harrey401/lofy",
    "canonicalUrl": "https://clawhub.ai/harrey401/lofy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/lofy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lofy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/templates/AGENTS.md",
      "assets/templates/HEARTBEAT.md",
      "assets/templates/IDENTITY.md",
      "assets/templates/MEMORY.md",
      "assets/templates/SOUL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "lofy",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:09:44.846Z",
      "expiresAt": "2026-05-07T12:09:44.846Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lofy",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lofy",
        "contentDisposition": "attachment; filename=\"lofy-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "lofy"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lofy"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lofy",
    "downloadUrl": "https://openagent3.xyz/downloads/lofy",
    "agentUrl": "https://openagent3.xyz/skills/lofy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lofy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lofy/agent.md"
  }
}
```
## Documentation

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

Edit USER.md with your info (name, timezone, goals)
Edit IDENTITY.md if you want to rename your agent
Edit HEARTBEAT.md to set your check priorities
Create data/ directory and initialize data files (templates provided)
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:

SkillWhat it doeslofy-life-coachMorning briefings, evening reviews, goal tracking, habit accountabilitylofy-fitnessWorkout logging, meal tracking, PR detection, gym nudgeslofy-careerJob search, application tracking, resume tailoring, interview preplofy-projectsProject management, priority engine, meeting prep, deadline trackinglofy-homeSmart home scenes, device control via Home Assistant

### Memory System

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

Working Memory — Current conversation context
Short-Term — Daily logs (memory/YYYY-MM-DD.md), 14-day lifecycle
Long-Term Declarative — MEMORY.md, max 100 lines, curated
Long-Term Procedural — Profile files, skills, project knowledge
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

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

Be helpful, not performative — Skip filler, just do the work
Have opinions — Disagree when warranted, suggest improvements
Resourceful before asking — Look it up, read the file, then ask if stuck
Respect privacy — Never leak personal data in group chats
Earn trust through competence — Be careful externally, bold internally
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: harrey401
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T12:09:44.846Z
- Expires at: 2026-05-07T12:09:44.846Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lofy)
- [Send to Agent page](https://openagent3.xyz/skills/lofy/agent)
- [JSON manifest](https://openagent3.xyz/skills/lofy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lofy/agent.md)
- [Download page](https://openagent3.xyz/downloads/lofy)