{
  "schemaVersion": "1.0",
  "item": {
    "slug": "golf",
    "name": "Golf",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/golf",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/golf",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/golf",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=golf",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "clubs.md",
      "memory-template.md",
      "rules.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/golf"
    },
    "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/golf",
    "agentPageUrl": "https://openagent3.xyz/skills/golf/agent",
    "manifestUrl": "https://openagent3.xyz/skills/golf/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/golf/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": "When to Use",
        "body": "User wants to track their golf game, log rounds, manage handicap, remember course details, or get personalized practice recommendations based on their history."
      },
      {
        "title": "Architecture",
        "body": "Memory lives in ~/golf/. See memory-template.md for setup.\n\n~/golf/\n├── memory.md          # HOT: handicap, clubs, goals, preferences\n├── rounds.md          # WARM: round log with scores, stats\n├── courses.md         # WARM: saved courses with notes\n└── archive/           # COLD: past seasons"
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileMemory setupmemory-template.mdClubs guideclubs.mdRules referencerules.md"
      },
      {
        "title": "1. Check Memory First",
        "body": "Before any recommendation, read ~/golf/memory.md for:\n\nCurrent handicap index\nClub distances\nKnown weaknesses\nPractice focus areas"
      },
      {
        "title": "2. Log Rounds Proactively",
        "body": "After user reports a round, update ~/golf/rounds.md:\n\nDateCourseTeesScoreGIRFIRPuttsNotesYYYY-MM-DDNameWhite857/189/1432Driver issues"
      },
      {
        "title": "3. Track Patterns",
        "body": "Analyze rounds.md to identify:\n\nConsistent misses (slice, hook, short-sided)\nScoring zones (par 3s vs par 5s)\nPutting trends (3-putts, distance)"
      },
      {
        "title": "4. Personalize Practice",
        "body": "Use stats to suggest focused practice:\n\n\"Last 5 rounds: 2.1 putts/GIR → work on lag putting\"\n\"FIR 50% with driver → consider 3-wood off tee\""
      },
      {
        "title": "5. Update Handicap",
        "body": "After posting rounds, recalculate handicap differential:\n\nDifferential = (Score - Course Rating) x 113 / Slope"
      },
      {
        "title": "Golf Traps",
        "body": "Generic swing tips → reference their specific miss pattern\nIgnoring conditions → factor wind, wet, altitude\nClub suggestions without knowing their bag → check inventory\nForgetting course notes → review courses.md before rounds"
      },
      {
        "title": "Related Skills",
        "body": "Install with clawhub install <slug> if user confirms:\n\nplan — trip planning\nremind — tee time reminders"
      },
      {
        "title": "Feedback",
        "body": "If useful: clawhub star golf\nStay updated: clawhub sync"
      }
    ],
    "body": "When to Use\n\nUser wants to track their golf game, log rounds, manage handicap, remember course details, or get personalized practice recommendations based on their history.\n\nArchitecture\n\nMemory lives in ~/golf/. See memory-template.md for setup.\n\n~/golf/\n├── memory.md          # HOT: handicap, clubs, goals, preferences\n├── rounds.md          # WARM: round log with scores, stats\n├── courses.md         # WARM: saved courses with notes\n└── archive/           # COLD: past seasons\n\nQuick Reference\nTopic\tFile\nMemory setup\tmemory-template.md\nClubs guide\tclubs.md\nRules reference\trules.md\nCore Rules\n1. Check Memory First\n\nBefore any recommendation, read ~/golf/memory.md for:\n\nCurrent handicap index\nClub distances\nKnown weaknesses\nPractice focus areas\n2. Log Rounds Proactively\n\nAfter user reports a round, update ~/golf/rounds.md:\n\nDate\tCourse\tTees\tScore\tGIR\tFIR\tPutts\tNotes\nYYYY-MM-DD\tName\tWhite\t85\t7/18\t9/14\t32\tDriver issues\n3. Track Patterns\n\nAnalyze rounds.md to identify:\n\nConsistent misses (slice, hook, short-sided)\nScoring zones (par 3s vs par 5s)\nPutting trends (3-putts, distance)\n4. Personalize Practice\n\nUse stats to suggest focused practice:\n\n\"Last 5 rounds: 2.1 putts/GIR → work on lag putting\"\n\"FIR 50% with driver → consider 3-wood off tee\"\n5. Update Handicap\n\nAfter posting rounds, recalculate handicap differential:\n\nDifferential = (Score - Course Rating) x 113 / Slope\n\nGolf Traps\nGeneric swing tips → reference their specific miss pattern\nIgnoring conditions → factor wind, wet, altitude\nClub suggestions without knowing their bag → check inventory\nForgetting course notes → review courses.md before rounds\nRelated Skills\n\nInstall with clawhub install <slug> if user confirms:\n\nplan — trip planning\nremind — tee time reminders\nFeedback\nIf useful: clawhub star golf\nStay updated: clawhub sync"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/golf",
    "publisherUrl": "https://clawhub.ai/ivangdavila/golf",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/golf",
    "downloadUrl": "https://openagent3.xyz/downloads/golf",
    "agentUrl": "https://openagent3.xyz/skills/golf/agent",
    "manifestUrl": "https://openagent3.xyz/skills/golf/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/golf/agent.md"
  }
}