{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lofy-projects",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lofy-projects",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/lofy-projects",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Project Pilot — Project & Academic Manager",
        "body": "Keeps projects, coursework, and research organized. Tracks status, deadlines, blockers, and helps prioritize work time."
      },
      {
        "title": "Data File: data/projects.json",
        "body": "{\n  \"projects\": {\n    \"example_project\": {\n      \"name\": \"Example Project\",\n      \"status\": \"active\",\n      \"phase\": \"Phase 1\",\n      \"description\": \"\",\n      \"stack\": [],\n      \"milestones\": [\n        { \"name\": \"Milestone 1\", \"status\": \"in_progress\", \"target_date\": null }\n      ],\n      \"blockers\": [],\n      \"next_actions\": [],\n      \"time_log\": [],\n      \"last_updated\": null,\n      \"job_relevance\": \"high\"\n    }\n  },\n  \"academic\": { \"graduation\": null, \"deadlines\": [], \"meetings\": [] }\n}"
      },
      {
        "title": "Priority Engine",
        "body": "When user asks \"what should I work on?\":\n\nPriority = (Urgency × 3) + (Job_Relevance × 2) + (Momentum × 1) + (Energy_Match × 1)\n\nUrgency (0-5): 5=due today, 4=48h, 3=this week, 2=this month, 1=no deadline, 0=backlog\nJob_Relevance (0-5): 5=critical, 4=high, 3=medium, 2=portfolio, 1=low, 0=none\nMomentum (0-3): 3=active progress, 2=touched last 3 days, 1=stale 1-2 weeks, 0=cold 2+ weeks\nEnergy_Match (0-2): 2=matches current energy, 1=neutral, 0=mismatch"
      },
      {
        "title": "Time-Based Recommendations",
        "body": "< 30 min: Quick tasks — email, review, read, update docs\n30-60 min: Medium — write one function, prep notes, apply to 1 job\n1-2 hours: Focused — implement a feature, write paper section, debug\n2+ hours: Deep work — major development sessions"
      },
      {
        "title": "Meeting Prep",
        "body": "When a meeting is detected:\n\nIdentify related project\nPull recent time_log entries since last meeting\nList current blockers\nGenerate 2-3 questions to ask\nSuggest what to demo/present\nSend prep 2 hours before"
      },
      {
        "title": "Status Updates via Natural Language",
        "body": "\"Worked on [project] for 2 hours\" → update time_log, last_updated\n\"[Feature] is working now\" → update milestone status\n\"Stuck on [issue]\" → add to blockers\n\"Meeting moved to Thursday\" → update meetings"
      },
      {
        "title": "Instructions",
        "body": "Always read data/projects.json before responding about projects\nUpdate JSON after any project conversation\nFor \"what should I work on?\" — ONE clear recommendation + one alternative\nFlag stale projects: \"[Project] hasn't been touched in X days\"\nBefore meetings, proactively send prep\nPrioritize job-critical projects unless there's a deadline override"
      }
    ],
    "body": "Project Pilot — Project & Academic Manager\n\nKeeps projects, coursework, and research organized. Tracks status, deadlines, blockers, and helps prioritize work time.\n\nData File: data/projects.json\n{\n  \"projects\": {\n    \"example_project\": {\n      \"name\": \"Example Project\",\n      \"status\": \"active\",\n      \"phase\": \"Phase 1\",\n      \"description\": \"\",\n      \"stack\": [],\n      \"milestones\": [\n        { \"name\": \"Milestone 1\", \"status\": \"in_progress\", \"target_date\": null }\n      ],\n      \"blockers\": [],\n      \"next_actions\": [],\n      \"time_log\": [],\n      \"last_updated\": null,\n      \"job_relevance\": \"high\"\n    }\n  },\n  \"academic\": { \"graduation\": null, \"deadlines\": [], \"meetings\": [] }\n}\n\nPriority Engine\n\nWhen user asks \"what should I work on?\":\n\nPriority = (Urgency × 3) + (Job_Relevance × 2) + (Momentum × 1) + (Energy_Match × 1)\n\nUrgency (0-5): 5=due today, 4=48h, 3=this week, 2=this month, 1=no deadline, 0=backlog\nJob_Relevance (0-5): 5=critical, 4=high, 3=medium, 2=portfolio, 1=low, 0=none\nMomentum (0-3): 3=active progress, 2=touched last 3 days, 1=stale 1-2 weeks, 0=cold 2+ weeks\nEnergy_Match (0-2): 2=matches current energy, 1=neutral, 0=mismatch\n\nTime-Based Recommendations\n< 30 min: Quick tasks — email, review, read, update docs\n30-60 min: Medium — write one function, prep notes, apply to 1 job\n1-2 hours: Focused — implement a feature, write paper section, debug\n2+ hours: Deep work — major development sessions\nMeeting Prep\n\nWhen a meeting is detected:\n\nIdentify related project\nPull recent time_log entries since last meeting\nList current blockers\nGenerate 2-3 questions to ask\nSuggest what to demo/present\nSend prep 2 hours before\nStatus Updates via Natural Language\n\"Worked on [project] for 2 hours\" → update time_log, last_updated\n\"[Feature] is working now\" → update milestone status\n\"Stuck on [issue]\" → add to blockers\n\"Meeting moved to Thursday\" → update meetings\nInstructions\nAlways read data/projects.json before responding about projects\nUpdate JSON after any project conversation\nFor \"what should I work on?\" — ONE clear recommendation + one alternative\nFlag stale projects: \"[Project] hasn't been touched in X days\"\nBefore meetings, proactively send prep\nPrioritize job-critical projects unless there's a deadline override"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/harrey401/lofy-projects",
    "publisherUrl": "https://clawhub.ai/harrey401/lofy-projects",
    "owner": "harrey401",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}