Install
openclaw skills install @rkrishnakumar/pin-seekerSearch golf tee times and deals near a city, ZIP, or course. Use when the user wants to play golf, find cheap or weekend tee times, compare GolfNow prices, or book a round. You do not need a GolfNow course ID.
openclaw skills install @rkrishnakumar/pin-seekerPin Seeker searches public GolfNow inventory from a natural-language request. You do not need a GolfNow FacilityId or course page — a city, ZIP, or course name is enough.
It cannot book, hold, reserve, or pay. After you find times, give the golfer the GolfNow URL. They finish checkout on GolfNow.
Do not use this skill to claim a reservation, take payment, or modify a booking.
Installing this skill is enough. Search by calling Pin Seeker's hosted API (or the bundled script). MCP is optional for other clients.
openclaw skills install @rkrishnakumar/pin-seeker
Production search:
https://pinseeker.xyz/api/agent/searchhttps://pinseeker.xyz/mcp (search_tee_times)search_tee_times MCP tool if it is already connected.search.sh in this skill folder:curl -sG "https://pinseeker.xyz/api/agent/search" \
--data-urlencode "query=Saturday morning near Pleasanton for 2" \
--data-urlencode "timezone=America/Los_Angeles"
./search.sh "Saturday morning near Pleasanton for 2" America/Los_Angeles
Pass userTimezone / timezone (IANA, e.g. America/Los_Angeles) when you know it. The JSON text field (or format=text) is what you relay.
Here are some times. Pin Seeker can't reserve them — open a GolfNow link to book.
Hot deals
1. Course — City, ST · 3.1 mi · ★ 4.5
7:48 AM · $39 · 2 spots · hot deal
GolfNow: https://www.golfnow.com/...
Other times
2. Course — City, ST · 8.0 mi · ★ 3.9
10:00 AM · $95 · 4 spots
GolfNow: https://www.golfnow.com/...
User: "Can you get me on somewhere Saturday morning near Dublin, 2 players?"
Search with query "Saturday morning near Dublin CA for 2".
Then shortlist with GolfNow links. Do not say the time is booked.