Book and manage tennis/pickleball courts at Bay Club.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill bayclub-gateway-booking --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bayclub Gateway Booking?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-bayclub-gateway-booking)More formats (shields.io, HTML) on the badges page.
---
name: bayclub_manager
description: "Book and manage tennis/pickleball courts at Bay Club."
user-invocable: true
metadata: {
"openclaw": {
"emoji": "🎾",
"requires": { "bins": ["node"] },
"category": "Utilities"
}
}
---
# Bay Club Manager
This skill uses Stagehand and TypeScript to automate browser bookings.
## Instructions
When the user asks to book or check courts:
1. Use the `shell` tool to run the implementation script.
2. The command to run is: `NODE_ENV=development STAGEHAND_ENV=LOCAL HEADLESS=true npx ts-node --transpile-only {baseDir}/bayclub_skills.ts`
3. Pass user arguments (date, time, club) as strings to the script.
## Files
- Logic: `{baseDir}/bayclub_skills.ts`
- Browser Engine: `{baseDir}/BayClubBot.ts`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.