{
  "schemaVersion": "1.0",
  "item": {
    "slug": "erpclaw-projects",
    "name": "ERPClaw-Projects",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/projects",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/projects",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/erpclaw-projects",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=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/erpclaw-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/erpclaw-projects",
    "agentPageUrl": "https://openagent3.xyz/skills/erpclaw-projects/agent",
    "manifestUrl": "https://openagent3.xyz/skills/erpclaw-projects/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/erpclaw-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": "Core Behavior",
        "body": "User mentions a project → help define scope, create folder\nUser adds tasks → capture in project context\nRegular review prompts → surface stalled projects\nCreate ~/projects/ as workspace"
      },
      {
        "title": "First Question",
        "body": "\"What does done look like?\" — define success before starting\nScope creep is the project killer — clear boundaries from day one\nIf they can't define done, the project isn't ready to start"
      },
      {
        "title": "Project Types to Recognize",
        "body": "One-time goal: clear end state, then archive (move apartments, plan trip)\nOngoing area: never truly done, maintain indefinitely (health, career)\nClient work: external deadline, deliverables, often paid\nLearning: skill acquisition, may spawn other projects\nCreative: writing, art, building — process matters as much as output"
      },
      {
        "title": "Minimal Project Structure",
        "body": "Folder with project name: ~/projects/kitchen-renovation/\nREADME.md: what, why, done criteria, deadline if any\ntasks.md: simple checklist, add as discovered\nnotes.md: decisions made, research, reference material"
      },
      {
        "title": "When User Starts a Project",
        "body": "Ask: \"What's the one sentence description?\"\nAsk: \"When does this need to be done?\" (or \"no deadline\")\nAsk: \"What's the very next physical action?\"\nCreate folder with README containing answers"
      },
      {
        "title": "Task Capture",
        "body": "Quick capture: \"Add to kitchen project: call contractor\"\nTasks are concrete actions, not vague goals\n\"Research options\" is a task, \"figure out renovation\" is not\nEstimate size if useful: small/medium/large or hours"
      },
      {
        "title": "When Projects Grow",
        "body": "More than 15 tasks → consider grouping into phases\nMultiple workstreams → split into areas within project\nDependencies emerging → note which tasks block others\nCollaborators involved → note who owns what"
      },
      {
        "title": "Phase/Milestone Structure",
        "body": "For larger projects:\n\n~/projects/kitchen-renovation/\n├── README.md\n├── phase-1-planning/\n│   ├── tasks.md\n│   └── notes.md\n├── phase-2-demo/\n├── phase-3-install/\n└── archive/"
      },
      {
        "title": "Active Project Limits",
        "body": "Suggest maximum 3-5 active projects — more means nothing progresses\nDistinguish active (working this week) from someday (parked intentionally)\nParked projects go in ~/projects/_someday/\nReview someday quarterly — activate, archive, or delete"
      },
      {
        "title": "Weekly Project Review",
        "body": "What progressed this week?\nWhat's the next action for each active project?\nAny projects stalled more than 2 weeks?\nAny someday projects ready to activate?"
      },
      {
        "title": "Stalled Project Detection",
        "body": "No task completions in 2+ weeks → surface in review\nAsk: \"Is this still a priority? Block or drop?\"\nOptions: push forward, park to someday, kill it\nKilling projects is healthy — better than zombie projects"
      },
      {
        "title": "Project Completion",
        "body": "Define done checklist in README from start\nWhen complete: review what went well, what didn't\nArchive to ~/projects/_archive/year/\nCelebrate completion — don't just move to next thing"
      },
      {
        "title": "Client/Work Projects",
        "body": "Add: deadline, contact info, rate if applicable\nTrack time if billing: simple log in project folder\nDeliverables list with status\nCommunication log: key decisions and approvals"
      },
      {
        "title": "What NOT To Suggest",
        "body": "Complex project management app until files fail\nRigid methodology (Agile, GTD, etc.) — adapt to user\nGantt charts for personal projects — overkill\nTime tracking for non-billable work — adds friction"
      },
      {
        "title": "Project Templates",
        "body": "Offer to create templates for recurring project types:\n\n\"You start client projects often — want a template?\"\nTemplate: folder structure, README prompts, standard tasks\nKeep templates minimal — adapt per project"
      },
      {
        "title": "Integration Points",
        "body": "Calendar: deadlines, milestones\nContacts: collaborators, stakeholders\nInvoices: if client project with billing\nGoals: projects often serve larger goals"
      },
      {
        "title": "Someday/Maybe List",
        "body": "Ideas not ready for commitment\nReview monthly — promote, delete, or keep parking\nNo guilt about long lists — it's a holding pen\n\"This would be cool but not now\" is valid"
      },
      {
        "title": "Project Metrics (When Asked)",
        "body": "How long did similar projects take?\nCompletion rate: started vs finished\nAverage project duration\nDon't track obsessively — only if user finds it useful"
      }
    ],
    "body": "Core Behavior\nUser mentions a project → help define scope, create folder\nUser adds tasks → capture in project context\nRegular review prompts → surface stalled projects\nCreate ~/projects/ as workspace\nFirst Question\n\"What does done look like?\" — define success before starting\nScope creep is the project killer — clear boundaries from day one\nIf they can't define done, the project isn't ready to start\nProject Types to Recognize\nOne-time goal: clear end state, then archive (move apartments, plan trip)\nOngoing area: never truly done, maintain indefinitely (health, career)\nClient work: external deadline, deliverables, often paid\nLearning: skill acquisition, may spawn other projects\nCreative: writing, art, building — process matters as much as output\nMinimal Project Structure\nFolder with project name: ~/projects/kitchen-renovation/\nREADME.md: what, why, done criteria, deadline if any\ntasks.md: simple checklist, add as discovered\nnotes.md: decisions made, research, reference material\nWhen User Starts a Project\nAsk: \"What's the one sentence description?\"\nAsk: \"When does this need to be done?\" (or \"no deadline\")\nAsk: \"What's the very next physical action?\"\nCreate folder with README containing answers\nTask Capture\nQuick capture: \"Add to kitchen project: call contractor\"\nTasks are concrete actions, not vague goals\n\"Research options\" is a task, \"figure out renovation\" is not\nEstimate size if useful: small/medium/large or hours\nWhen Projects Grow\nMore than 15 tasks → consider grouping into phases\nMultiple workstreams → split into areas within project\nDependencies emerging → note which tasks block others\nCollaborators involved → note who owns what\nPhase/Milestone Structure\n\nFor larger projects:\n\n~/projects/kitchen-renovation/\n├── README.md\n├── phase-1-planning/\n│   ├── tasks.md\n│   └── notes.md\n├── phase-2-demo/\n├── phase-3-install/\n└── archive/\n\nActive Project Limits\nSuggest maximum 3-5 active projects — more means nothing progresses\nDistinguish active (working this week) from someday (parked intentionally)\nParked projects go in ~/projects/_someday/\nReview someday quarterly — activate, archive, or delete\nWeekly Project Review\nWhat progressed this week?\nWhat's the next action for each active project?\nAny projects stalled more than 2 weeks?\nAny someday projects ready to activate?\nStalled Project Detection\nNo task completions in 2+ weeks → surface in review\nAsk: \"Is this still a priority? Block or drop?\"\nOptions: push forward, park to someday, kill it\nKilling projects is healthy — better than zombie projects\nProject Completion\nDefine done checklist in README from start\nWhen complete: review what went well, what didn't\nArchive to ~/projects/_archive/year/\nCelebrate completion — don't just move to next thing\nClient/Work Projects\nAdd: deadline, contact info, rate if applicable\nTrack time if billing: simple log in project folder\nDeliverables list with status\nCommunication log: key decisions and approvals\nWhat NOT To Suggest\nComplex project management app until files fail\nRigid methodology (Agile, GTD, etc.) — adapt to user\nGantt charts for personal projects — overkill\nTime tracking for non-billable work — adds friction\nProject Templates\n\nOffer to create templates for recurring project types:\n\n\"You start client projects often — want a template?\"\nTemplate: folder structure, README prompts, standard tasks\nKeep templates minimal — adapt per project\nIntegration Points\nCalendar: deadlines, milestones\nContacts: collaborators, stakeholders\nInvoices: if client project with billing\nGoals: projects often serve larger goals\nSomeday/Maybe List\nIdeas not ready for commitment\nReview monthly — promote, delete, or keep parking\nNo guilt about long lists — it's a holding pen\n\"This would be cool but not now\" is valid\nProject Metrics (When Asked)\nHow long did similar projects take?\nCompletion rate: started vs finished\nAverage project duration\nDon't track obsessively — only if user finds it useful"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/projects",
    "publisherUrl": "https://clawhub.ai/ivangdavila/projects",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/erpclaw-projects",
    "downloadUrl": "https://openagent3.xyz/downloads/erpclaw-projects",
    "agentUrl": "https://openagent3.xyz/skills/erpclaw-projects/agent",
    "manifestUrl": "https://openagent3.xyz/skills/erpclaw-projects/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/erpclaw-projects/agent.md"
  }
}