← Back to Skills Marketplace
ivangdavila

Golf

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
514
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install golf
Description
Track rounds, handicap, clubs, and courses with personalized improvement tips.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install golf
  3. After installation, invoke the skill by name or use /golf
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug golf
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Golf?

Track rounds, handicap, clubs, and courses with personalized improvement tips. It is an AI Agent Skill for Claude Code / OpenClaw, with 514 downloads so far.

How do I install Golf?

Run "/install golf" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Golf free?

Yes, Golf is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Golf support?

Golf is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Golf?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments