# Send Goal Tracker 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": "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": {
    "downloadUrl": "/downloads/goal-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=goal-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "skill.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "goal-tracker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T02:09:11.530Z",
      "expiresAt": "2026-05-07T02:09:11.530Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=goal-tracker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=goal-tracker",
        "contentDisposition": "attachment; filename=\"goal-tracker-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "goal-tracker"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Goal Tracker Skill

Track long-term goals with milestones, daily logging, and accountability.

### Location

/root/clawd/goal-tracker/

### Commands

# Show status
/root/clawd/tracker status

# Log daily activity
/root/clawd/tracker log --trained --business --wins "Description"

# Update MRR
/root/clawd/tracker mrr 5000

# Mark milestone complete
/root/clawd/tracker milestone ironman "5km run"
/root/clawd/tracker milestone mrr_100k "first client"

# Weekly summary
/root/clawd/tracker week

# Generate HTML dashboard
/root/clawd/goal-tracker/generate-dashboard

### Data Files

data/goals.json - Goal definitions and milestones
data/daily-log.json - Daily check-ins
index.html - Generated visual dashboard

### During Evening Check-ins

Ask: "Did you train today? Work on business?"
Then log: tracker log --trained --business (or --no-trained etc.)

### When Wins Happen

Log them: tracker log --wins "Landed new client"

### When MRR Changes

Update: tracker mrr 5000

### When Milestones Complete

Mark: tracker milestone ironman "5km"

### Ironman (by 2030)

Milestones:

Run 5km without stopping
Complete sprint triathlon
Complete Olympic distance
Complete Half Ironman (70.3)
Complete Full Ironman

### $100k MRR (by 2030)

Milestones:

First paying client
$5k MRR
$10k MRR
$25k MRR
$50k MRR
$100k MRR

### Weekly Rhythm

Monday: Week planning (set priorities)
Daily: Evening check-in (log training + business)
Friday: Week review (score + adjust)

### Patterns to Watch

3+ days without training = gentle nudge
Week score < 50% = check in on blockers
Milestone dates approaching = increase urgency
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Alti-Systems
- 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-30T02:09:11.530Z
- Expires at: 2026-05-07T02:09:11.530Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/goal-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/goal-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/goal-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/goal-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/goal-tracker)