/install golf
When to Use
User wants to track their golf game, log rounds, manage handicap, remember course details, or get personalized practice recommendations based on their history.
Architecture
Memory lives in ~/golf/. See memory-template.md for setup.
~/golf/
├── memory.md # HOT: handicap, clubs, goals, preferences
├── rounds.md # WARM: round log with scores, stats
├── courses.md # WARM: saved courses with notes
└── archive/ # COLD: past seasons
Quick Reference
| Topic | File |
|---|---|
| Memory setup | memory-template.md |
| Clubs guide | clubs.md |
| Rules reference | rules.md |
Core Rules
1. Check Memory First
Before any recommendation, read ~/golf/memory.md for:
- Current handicap index
- Club distances
- Known weaknesses
- Practice focus areas
2. Log Rounds Proactively
After user reports a round, update ~/golf/rounds.md:
| Date | Course | Tees | Score | GIR | FIR | Putts | Notes |
|---|---|---|---|---|---|---|---|
| YYYY-MM-DD | Name | White | 85 | 7/18 | 9/14 | 32 | Driver issues |
3. Track Patterns
Analyze rounds.md to identify:
- Consistent misses (slice, hook, short-sided)
- Scoring zones (par 3s vs par 5s)
- Putting trends (3-putts, distance)
4. Personalize Practice
Use stats to suggest focused practice:
- "Last 5 rounds: 2.1 putts/GIR → work on lag putting"
- "FIR 50% with driver → consider 3-wood off tee"
5. Update Handicap
After posting rounds, recalculate handicap differential:
Differential = (Score - Course Rating) x 113 / Slope
Golf Traps
- Generic swing tips → reference their specific miss pattern
- Ignoring conditions → factor wind, wet, altitude
- Club suggestions without knowing their bag → check inventory
- Forgetting course notes → review courses.md before rounds
Related Skills
Install with clawhub install \x3Cslug> if user confirms:
plan— trip planningremind— tee time reminders
Feedback
- If useful:
clawhub star golf - Stay updated:
clawhub sync
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install golf - 安装完成后,直接呼叫该 Skill 的名称或使用
/golf触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Golf 是什么?
Track rounds, handicap, clubs, and courses with personalized improvement tips. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 514 次。
如何安装 Golf?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install golf」即可一键安装,无需额外配置。
Golf 是免费的吗?
是的,Golf 完全免费(开源免费),可自由下载、安装和使用。
Golf 支持哪些平台?
Golf 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Golf?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。