{
  "schemaVersion": "1.0",
  "item": {
    "slug": "goal-tracker",
    "name": "Goal Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Alti-Systems/goal-tracker",
    "canonicalUrl": "https://clawhub.ai/Alti-Systems/goal-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/goal-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=goal-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "skill.json"
    ],
    "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/goal-tracker"
    },
    "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/goal-tracker",
    "agentPageUrl": "https://openagent3.xyz/skills/goal-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/goal-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/goal-tracker/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": "Goal Tracker Skill",
        "body": "Track long-term goals with milestones, daily logging, and accountability."
      },
      {
        "title": "Location",
        "body": "/root/clawd/goal-tracker/"
      },
      {
        "title": "Commands",
        "body": "# Show status\n/root/clawd/tracker status\n\n# Log daily activity\n/root/clawd/tracker log --trained --business --wins \"Description\"\n\n# Update MRR\n/root/clawd/tracker mrr 5000\n\n# Mark milestone complete\n/root/clawd/tracker milestone ironman \"5km run\"\n/root/clawd/tracker milestone mrr_100k \"first client\"\n\n# Weekly summary\n/root/clawd/tracker week\n\n# Generate HTML dashboard\n/root/clawd/goal-tracker/generate-dashboard"
      },
      {
        "title": "Data Files",
        "body": "data/goals.json - Goal definitions and milestones\ndata/daily-log.json - Daily check-ins\nindex.html - Generated visual dashboard"
      },
      {
        "title": "During Evening Check-ins",
        "body": "Ask: \"Did you train today? Work on business?\"\nThen log: tracker log --trained --business (or --no-trained etc.)"
      },
      {
        "title": "When Wins Happen",
        "body": "Log them: tracker log --wins \"Landed new client\""
      },
      {
        "title": "When MRR Changes",
        "body": "Update: tracker mrr 5000"
      },
      {
        "title": "When Milestones Complete",
        "body": "Mark: tracker milestone ironman \"5km\""
      },
      {
        "title": "Ironman (by 2030)",
        "body": "Milestones:\n\nRun 5km without stopping\nComplete sprint triathlon\nComplete Olympic distance\nComplete Half Ironman (70.3)\nComplete Full Ironman"
      },
      {
        "title": "$100k MRR (by 2030)",
        "body": "Milestones:\n\nFirst paying client\n$5k MRR\n$10k MRR\n$25k MRR\n$50k MRR\n$100k MRR"
      },
      {
        "title": "Weekly Rhythm",
        "body": "Monday: Week planning (set priorities)\nDaily: Evening check-in (log training + business)\nFriday: Week review (score + adjust)"
      },
      {
        "title": "Patterns to Watch",
        "body": "3+ days without training = gentle nudge\nWeek score < 50% = check in on blockers\nMilestone dates approaching = increase urgency"
      }
    ],
    "body": "Goal Tracker Skill\n\nTrack long-term goals with milestones, daily logging, and accountability.\n\nLocation\n\n/root/clawd/goal-tracker/\n\nCommands\n# Show status\n/root/clawd/tracker status\n\n# Log daily activity\n/root/clawd/tracker log --trained --business --wins \"Description\"\n\n# Update MRR\n/root/clawd/tracker mrr 5000\n\n# Mark milestone complete\n/root/clawd/tracker milestone ironman \"5km run\"\n/root/clawd/tracker milestone mrr_100k \"first client\"\n\n# Weekly summary\n/root/clawd/tracker week\n\n# Generate HTML dashboard\n/root/clawd/goal-tracker/generate-dashboard\n\nData Files\ndata/goals.json - Goal definitions and milestones\ndata/daily-log.json - Daily check-ins\nindex.html - Generated visual dashboard\nIntegration with Alto\nDuring Evening Check-ins\n\nAsk: \"Did you train today? Work on business?\" Then log: tracker log --trained --business (or --no-trained etc.)\n\nWhen Wins Happen\n\nLog them: tracker log --wins \"Landed new client\"\n\nWhen MRR Changes\n\nUpdate: tracker mrr 5000\n\nWhen Milestones Complete\n\nMark: tracker milestone ironman \"5km\"\n\nGoals Tracked\nIronman (by 2030)\n\nMilestones:\n\nRun 5km without stopping\nComplete sprint triathlon\nComplete Olympic distance\nComplete Half Ironman (70.3)\nComplete Full Ironman\n$100k MRR (by 2030)\n\nMilestones:\n\nFirst paying client\n$5k MRR\n$10k MRR\n$25k MRR\n$50k MRR\n$100k MRR\nWeekly Rhythm\nMonday: Week planning (set priorities)\nDaily: Evening check-in (log training + business)\nFriday: Week review (score + adjust)\nPatterns to Watch\n3+ days without training = gentle nudge\nWeek score < 50% = check in on blockers\nMilestone dates approaching = increase urgency"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Alti-Systems/goal-tracker",
    "publisherUrl": "https://clawhub.ai/Alti-Systems/goal-tracker",
    "owner": "Alti-Systems",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/goal-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/goal-tracker",
    "agentUrl": "https://openagent3.xyz/skills/goal-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/goal-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/goal-tracker/agent.md"
  }
}