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.
CODEBLOCK0
Quick Reference
| Topic | File |
|---|
| Memory setup | INLINECODE2 |
| 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:
CODEBLOCK1
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 <slug> if user confirms:
- -
plan — trip planning - INLINECODE9 — tee time reminders
Feedback
- - If useful: INLINECODE10
- Stay updated: INLINECODE11
使用场景
用户希望追踪高尔夫球局、记录回合、管理差点、保存球场详情,或根据历史记录获取个性化练习建议。
架构
数据存储于 ~/golf/ 目录。配置方法详见 memory-template.md。
~/golf/
├── memory.md # 热数据:差点、球杆、目标、偏好
├── rounds.md # 温数据:回合记录(含分数与统计)
├── courses.md # 温数据:已保存球场及备注
└── archive/ # 冷数据:过往赛季
快速参考
| 主题 | 文件 |
|---|
| 记忆配置 | memory-template.md |
| 球杆指南 |
clubs.md |
| 规则参考 | rules.md |
核心规则
1. 优先读取记忆
任何建议前,先读取 ~/golf/memory.md 获取:
2. 主动记录回合
用户报告回合后,更新 ~/golf/rounds.md:
| 日期 | 球场 | 发球台 | 杆数 | 标准杆上果岭率 | 球道命中率 | 推杆数 | 备注 |
|---|
| YYYY-MM-DD | 名称 | 白T | 85 | 7/18 | 9/14 | 32 | 一号木问题 |
3. 追踪模式
分析 rounds.md 识别:
- - 持续失误类型(右曲、左曲、短边)
- 得分区域(三杆洞 vs 五杆洞)
- 推杆趋势(三推、距离)
4. 个性化练习
利用数据建议针对性练习:
- - 最近5轮:标准杆上果岭后平均2.1推 → 加强长推练习
- 一号木球道命中率50% → 考虑开球用三号木
5. 更新差点
记录回合后重新计算差点微分:
差点微分 = (杆数 - 球场难度值) x 113 / 坡度值
高尔夫陷阱
- - 泛泛的挥杆建议 → 应参考其具体失误模式
- 忽略环境因素 → 考虑风、潮湿、海拔影响
- 不了解球包就推荐球杆 → 先查看库存
- 忘记球场笔记 → 回合前查阅 courses.md
相关技能
用户确认后通过 clawhub install 安装:
- - plan — 行程规划
- remind — 开球时间提醒
反馈
- - 如有帮助:clawhub star golf
- 保持更新:clawhub sync