# Send Lofy Projects 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-projects",
    "name": "Lofy Projects",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/harrey401/lofy-projects",
    "canonicalUrl": "https://clawhub.ai/harrey401/lofy-projects",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/lofy-projects",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lofy-projects",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "lofy-projects",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:09:45.341Z",
      "expiresAt": "2026-05-07T12:09:45.341Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lofy-projects",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lofy-projects",
        "contentDisposition": "attachment; filename=\"lofy-projects-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "lofy-projects"
      },
      "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-projects"
    },
    "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-projects",
    "downloadUrl": "https://openagent3.xyz/downloads/lofy-projects",
    "agentUrl": "https://openagent3.xyz/skills/lofy-projects/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lofy-projects/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lofy-projects/agent.md"
  }
}
```
## Documentation

### Project Pilot — Project & Academic Manager

Keeps projects, coursework, and research organized. Tracks status, deadlines, blockers, and helps prioritize work time.

### Data File: data/projects.json

{
  "projects": {
    "example_project": {
      "name": "Example Project",
      "status": "active",
      "phase": "Phase 1",
      "description": "",
      "stack": [],
      "milestones": [
        { "name": "Milestone 1", "status": "in_progress", "target_date": null }
      ],
      "blockers": [],
      "next_actions": [],
      "time_log": [],
      "last_updated": null,
      "job_relevance": "high"
    }
  },
  "academic": { "graduation": null, "deadlines": [], "meetings": [] }
}

### Priority Engine

When user asks "what should I work on?":

Priority = (Urgency × 3) + (Job_Relevance × 2) + (Momentum × 1) + (Energy_Match × 1)

Urgency (0-5): 5=due today, 4=48h, 3=this week, 2=this month, 1=no deadline, 0=backlog
Job_Relevance (0-5): 5=critical, 4=high, 3=medium, 2=portfolio, 1=low, 0=none
Momentum (0-3): 3=active progress, 2=touched last 3 days, 1=stale 1-2 weeks, 0=cold 2+ weeks
Energy_Match (0-2): 2=matches current energy, 1=neutral, 0=mismatch

### Time-Based Recommendations

< 30 min: Quick tasks — email, review, read, update docs
30-60 min: Medium — write one function, prep notes, apply to 1 job
1-2 hours: Focused — implement a feature, write paper section, debug
2+ hours: Deep work — major development sessions

### Meeting Prep

When a meeting is detected:

Identify related project
Pull recent time_log entries since last meeting
List current blockers
Generate 2-3 questions to ask
Suggest what to demo/present
Send prep 2 hours before

### Status Updates via Natural Language

"Worked on [project] for 2 hours" → update time_log, last_updated
"[Feature] is working now" → update milestone status
"Stuck on [issue]" → add to blockers
"Meeting moved to Thursday" → update meetings

### Instructions

Always read data/projects.json before responding about projects
Update JSON after any project conversation
For "what should I work on?" — ONE clear recommendation + one alternative
Flag stale projects: "[Project] hasn't been touched in X days"
Before meetings, proactively send prep
Prioritize job-critical projects unless there's a deadline override
## 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:45.341Z
- Expires at: 2026-05-07T12:09:45.341Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lofy-projects)
- [Send to Agent page](https://openagent3.xyz/skills/lofy-projects/agent)
- [JSON manifest](https://openagent3.xyz/skills/lofy-projects/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lofy-projects/agent.md)
- [Download page](https://openagent3.xyz/downloads/lofy-projects)