ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

looper-golf

Play a round of golf using CLI tools — autonomously or with a human caddy.

Why use this skill?

Master the green with Looper-golf, an AI agent skill for OpenClaw that lets you play rounds autonomously or with a human caddy using precise CLI-based spatial analysis.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sbauch/looper-golf
Or

What This Skill Does

Looper-golf is a specialized CLI-based agent skill for the OpenClaw platform that allows an AI to simulate a professional golfing experience. The agent navigates virtual golf courses, analyzes spatial coordinates to calculate accurate shots, and manages the entire golf workflow—from selecting the appropriate course and club to calculating bearings and executing hits. The skill is designed to run locally, ensuring all network interactions and game state management are handled internally by the CLI tool rather than the agent directly.

Installation

To integrate this skill into your OpenClaw agent, execute the following installation command in your terminal: clawhub install openclaw/skills/skills/sbauch/looper-golf Ensure your node environment is set up correctly to execute the {baseDir}/dist/cli.js file path referenced in the configuration.

Use Cases

  1. Collaborative Golfing: Use 'Caddy Mode' to roleplay a round of golf where you act as the player, presenting the hole map to a human user for tactical input before finalizing your shot choice.
  2. Autonomous Rounds: When you need to clear a backlog of holes or test your golfing logic, switch to 'Autonomous Mode' for high-speed, decision-based gameplay without human intervention.
  3. Course Mastery: Leverage the scorecard and view commands to analyze your performance across different virtual courses, iterating on your logic for specific hazards and terrain.

Example Prompts

  1. "Start a new round on the latest course and default to caddy mode. I'm ready to help you read the green."
  2. "Look at the map for the current hole and suggest a club and power setting for the first shot."
  3. "Switch to autonomous mode and finish the remaining holes on the course as quickly as possible."

Tips & Limitations

  • Precision is Key: Always run look to refresh the map and bearing before hitting. The coordinate system relies on the current map view; never estimate values.
  • Human Interaction: In caddy mode, always solicit feedback. Even if you believe your calculation is correct, the caddy's perspective may account for hidden hazards or wind variables.
  • Constraint Awareness: This skill does not support manual API overrides. Always use the provided CLI subcommands (courses, start, hit, etc.) to maintain consistency with the server-side state. Failure to use the CLI tools will result in desynchronization between your agent's state and the actual game status.

Metadata

Author@sbauch
Stars1054
Views0
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sbauch-looper-golf": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gaming#simulation#cli#automation#sports
Safety Score: 4/5

Flags: code-execution