🎾 Bayclub Gateway Booking OpenClaw Plugin & Skill | ClawHub
Looking to integrate Bayclub Gateway Booking into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate transportation tasks instantly, without having to write custom tools from scratch.
What this skill does
Book and manage tennis/pickleball courts at Bay Club.
Install
npx clawhub@latest install bayclub-gateway-bookingFull SKILL.md
Open original| name | description | user invocable |
|---|---|---|
| bayclub_manager | Book and manage tennis/pickleball courts at Bay Club. | true |
SKILL.md content below is scrollable.
Bay Club Manager
This skill uses Stagehand and TypeScript to automate browser bookings.
Instructions
When the user asks to book or check courts:
- Use the
shelltool to run the implementation script. - The command to run is:
NODE_ENV=development STAGEHAND_ENV=LOCAL HEADLESS=true npx ts-node --transpile-only {baseDir}/bayclub_skills.ts - Pass user arguments (date, time, club) as strings to the script.
Files
- Logic:
{baseDir}/bayclub_skills.ts - Browser Engine:
{baseDir}/BayClubBot.ts