{
  "schemaVersion": "1.0",
  "item": {
    "slug": "goalgetter",
    "name": "GoalGetter",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/Steffano198/goalgetter",
    "canonicalUrl": "https://clawhub.ai/Steffano198/goalgetter",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/goalgetter",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=goalgetter",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/goalgetter"
    },
    "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/goalgetter",
    "agentPageUrl": "https://openagent3.xyz/skills/goalgetter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/goalgetter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/goalgetter/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GoalGetter - Tasks & Goals in Markdown",
        "body": "Simple task and goal tracking using plain markdown files. No external dependencies."
      },
      {
        "title": "Data Location",
        "body": "Default: ~/.openclaw/goalgetter/\n\nFiles:\n\ntasks.md - Todo list\ngoals.md - Goal tracking with streaks\ndone/ - Archive of completed items"
      },
      {
        "title": "Tasks",
        "body": "Add task:\n\necho \"- [ ] $TEXT\" >> ~/.openclaw/goalgetter/tasks.md\n\nComplete task:\n\n# Read tasks.md, find task, move to done/TIMESTAMP.md, mark complete\n\nList tasks:\n\ncat ~/.openclaw/goalgetter/tasks.md"
      },
      {
        "title": "Goals",
        "body": "Add goal:\n\necho \"## $GOAL_NAME\" >> ~/.openclaw/goalgetter/goals.md\necho \"- streak: 0\" >> ~/.openclaw/goalgetter/goals.md\necho \"- created: $DATE\" >> ~/.openclaw/goalgetter/goals.md\necho \"- log:\" >> ~/.openclaw/goalgetter/goals.md\n\nMark goal done:\n\n# Read goals.md, increment streak, add date to log\n\nShow streaks:\n\n# Read goals.md and display each goal with current streak"
      },
      {
        "title": "tasks.md",
        "body": "# Tasks\n\n- [ ] Buy groceries\n- [x] Call dentist\n- [ ] Finish SAAS research"
      },
      {
        "title": "goals.md",
        "body": "# Goals\n\n## Meditation\n- streak: 5\n- created: 2026-01-15\n- log:\n  - 2026-01-15\n  - 2026-01-16\n  - 2026-01-17\n  - 2026-01-18\n  - 2026-01-19\n\n## Exercise\n- streak: 2\n- created: 2026-02-01\n- log:\n  - 2026-02-15\n  - 2026-02-16"
      },
      {
        "title": "Usage Examples",
        "body": "User saysAction\"Add task: finish report\"Add to tasks.md\"Show my tasks\"Cat tasks.md\"Complete task: finish report\"Mark complete, move to done/\"New goal: meditation\"Add to goals.md\"Did meditation\"Increment streak, add date\"Show goal streaks\"Display all goals with streaks\"How's my meditation goal?\"Show streak for that goal"
      },
      {
        "title": "Notes",
        "body": "Always create ~/.openclaw/goalgetter/ if it doesn't exist\nUse ISO dates (YYYY-MM-DD) for consistency\nUse read tool to view current state before modifying\nUse write tool to update files"
      }
    ],
    "body": "GoalGetter - Tasks & Goals in Markdown\n\nSimple task and goal tracking using plain markdown files. No external dependencies.\n\nData Location\n\nDefault: ~/.openclaw/goalgetter/\n\nFiles:\n\ntasks.md - Todo list\ngoals.md - Goal tracking with streaks\ndone/ - Archive of completed items\nCommands\nTasks\n\nAdd task:\n\necho \"- [ ] $TEXT\" >> ~/.openclaw/goalgetter/tasks.md\n\n\nComplete task:\n\n# Read tasks.md, find task, move to done/TIMESTAMP.md, mark complete\n\n\nList tasks:\n\ncat ~/.openclaw/goalgetter/tasks.md\n\nGoals\n\nAdd goal:\n\necho \"## $GOAL_NAME\" >> ~/.openclaw/goalgetter/goals.md\necho \"- streak: 0\" >> ~/.openclaw/goalgetter/goals.md\necho \"- created: $DATE\" >> ~/.openclaw/goalgetter/goals.md\necho \"- log:\" >> ~/.openclaw/goalgetter/goals.md\n\n\nMark goal done:\n\n# Read goals.md, increment streak, add date to log\n\n\nShow streaks:\n\n# Read goals.md and display each goal with current streak\n\nFile Formats\ntasks.md\n# Tasks\n\n- [ ] Buy groceries\n- [x] Call dentist\n- [ ] Finish SAAS research\n\ngoals.md\n# Goals\n\n## Meditation\n- streak: 5\n- created: 2026-01-15\n- log:\n  - 2026-01-15\n  - 2026-01-16\n  - 2026-01-17\n  - 2026-01-18\n  - 2026-01-19\n\n## Exercise\n- streak: 2\n- created: 2026-02-01\n- log:\n  - 2026-02-15\n  - 2026-02-16\n\nUsage Examples\nUser says\tAction\n\"Add task: finish report\"\tAdd to tasks.md\n\"Show my tasks\"\tCat tasks.md\n\"Complete task: finish report\"\tMark complete, move to done/\n\"New goal: meditation\"\tAdd to goals.md\n\"Did meditation\"\tIncrement streak, add date\n\"Show goal streaks\"\tDisplay all goals with streaks\n\"How's my meditation goal?\"\tShow streak for that goal\nNotes\nAlways create ~/.openclaw/goalgetter/ if it doesn't exist\nUse ISO dates (YYYY-MM-DD) for consistency\nUse read tool to view current state before modifying\nUse write tool to update files"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Steffano198/goalgetter",
    "publisherUrl": "https://clawhub.ai/Steffano198/goalgetter",
    "owner": "Steffano198",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/goalgetter",
    "downloadUrl": "https://openagent3.xyz/downloads/goalgetter",
    "agentUrl": "https://openagent3.xyz/skills/goalgetter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/goalgetter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/goalgetter/agent.md"
  }
}