用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill golf命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | Golf |
| slug | golf |
| version | 1.0.0 |
| homepage | https://clawic.com/skills/golf |
| description | Track rounds, handicap, clubs, and courses with personalized improvement tips. |
| metadata | {"clawdbot":{"emoji":"⛳","requires":{"bins":[]},"os":["linux","darwin","win32"]}} |
User wants to track their golf game, log rounds, manage handicap, remember course details, or get personalized practice recommendations based on their history.
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
| Topic | File |
|---|---|
| Memory setup | memory-template.md |
| Clubs guide | clubs.md |
| Rules reference | rules.md |
Before any recommendation, read ~/golf/memory.md for:
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 |
Analyze rounds.md to identify:
Use stats to suggest focused practice:
After posting rounds, recalculate handicap differential:
Differential = (Score - Course Rating) x 113 / Slope
Install with clawhub install <slug> if user confirms:
plan — trip planningremind — tee time remindersclawhub star golfclawhub sync