← 返回 Skills 市场
ivangdavila

Golf

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
514
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install golf
功能描述
Track rounds, handicap, clubs, and courses with personalized improvement tips.
使用说明 (SKILL.md)

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 planning
  • remind — tee time reminders

Feedback

  • If useful: clawhub star golf
  • Stay updated: clawhub sync
安全使用建议
This skill is instruction-only and operates on local files under ~/golf/. Before installing, confirm you are comfortable with the agent reading and updating those files (they may contain personal information like home course, goals, or club inventory). If you store sensitive info, consider encrypting the directory or keeping it out of shared machines. Note the skill suggests using clawhub to install related skills — those installs could bring new dependencies or network activity, so review any additional skills before installing them. If you prefer tighter control, disable autonomous invocation for the agent or inspect/backup the ~/golf/ files after first run.
功能分析
Type: OpenClaw Skill Name: golf Version: 1.0.0 The OpenClaw Golf skill bundle is benign. It is designed to manage golf-related data locally within the `~/golf/` directory. The `SKILL.md` provides clear instructions for the AI agent to read, write, and analyze markdown files for tracking rounds, handicaps, and course information. The `memory-template.md` includes benign setup commands (`mkdir -p`, `touch`) to create the necessary local file structure. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or malicious prompt injection attempts against the agent; all instructions are aligned with the stated purpose of the skill.
能力评估
Purpose & Capability
Name/description (track rounds, handicap, clubs, courses, personalized tips) align with the skill's runtime behavior: it only requires and documents a local ~/golf/ memory and log files. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to read and update files in ~/golf/ (memory.md, rounds.md, courses.md) and to create the directory/files on first use. There are no instructions to read other system files, environment variables, or to transmit data to external endpoints.
Install Mechanism
No install spec or code files are provided (instruction-only skill). That minimizes disk writes and executable installs; the skill does instruct using local shell commands (mkdir/touch) for setup, which is appropriate and low-risk for this purpose.
Credentials
The skill requests no environment variables, credentials, or config paths beyond the local ~/golf/ directory. This is proportionate to a local personal-tracking tool. Note: personal data will be stored locally in the files it manages.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It will run under the agent's normal invocation rules (autonomous invocation allowed by platform default).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install golf
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /golf 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug golf
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论