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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sbauch/looper-golfWhat 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
- 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.
- 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.
- Course Mastery: Leverage the
scorecardandviewcommands to analyze your performance across different virtual courses, iterating on your logic for specific hazards and terrain.
Example Prompts
- "Start a new round on the latest course and default to caddy mode. I'm ready to help you read the green."
- "Look at the map for the current hole and suggest a club and power setting for the first shot."
- "Switch to autonomous mode and finish the remaining holes on the course as quickly as possible."
Tips & Limitations
- Precision is Key: Always run
lookto refresh the map andbearingbefore 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sbauch-looper-golf": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution