Назад към всички

bayclub_manager

// Book and manage tennis/pickleball courts at Bay Club.

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namebayclub_manager
descriptionBook and manage tennis/pickleball courts at Bay Club.
user-invocabletrue
metadata[object Object]

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