Scan Urban Sports Club venues, list courses with booking links, and book or cancel courses using your USC login credentials.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install usc-booking-api或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install usc-booking-api⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/usc-booking-api/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Scannt deine Urban Sports Club Venues, zeigt Kurse mit direkten Booking-Links und kann Kurse buchen und stornieren.
cd /pfad/zu/urban-sports
python3 -m venv venv
venv/bin/pip install playwright
venv/bin/playwright install chromium
venv/bin/playwright install-deps chromium
Trage deine USC-Logindaten ein:
{
"email": "[email protected]",
"password": "dein-passwort"
}
Die Datei credentials.json ist in .gitignore und wird nicht committet. Zugangsdaten werden nur fuer --book, --cancel und --bookings benoetigt.
Trage deine Venues in config.py ein. Die Venue-ID findest du in der URL auf urbansportsclub.com:
https://urbansportsclub.com/de/venues/20818
^^^^^
Beispiel:
VENUES = {
"storm": {
"name": "STORM Cycling Berlin - Mitte",
"url": "https://urbansportsclub.com/de/venues/20818",
"type": "cycling",
"keywords": ["Performance", "Groove", "Cycling"],
},
"fitboxing": {
"name": "Brooklyn Fitboxing",
"url": "https://urbansportsclub.com/de/venues/27355",
"type": "boxing",
"keywords": ["Boxing", "Fitboxing", "HIIT"],
},
}
name: Anzeigenameurl: Venue-Seite auf urbansportsclub.comtype: Frei waehlbar, wird im Output angezeigtkeywords: Helfen bei der Erkennung der Kursnamen im SeitentextDer Scanner haengt automatisch folgende Parameter an die Venue-URL an:
plan_type: Mitgliedschafts-Stufe. Bestimmt welche Kurse angezeigt werden (nur die, die mit der jeweiligen Stufe buchbar sind). Privat: 1=Essential, 2=Classic, 3=Premium, 6=Max. Firma: 1=S, 2=M, 3=L, 6=XL. Standardwert: 3.business_type: b2c (Privatmitglieder) oder b2b (Firmenmitglieder). Standardwert: b2c.Diese Werte sind in config.py als PLAN_TYPE und BUSINESS_TYPE konfigurierbar.
# Alle Venues fuer heute
venv/bin/python scan.py
# Bestimmtes Datum
venv/bin/python scan.py --date 2026-02-10
# Nur eine Venue
venv/bin/python scan.py --venue storm
# JSON-Ausgabe (fuer Weiterverarbeitung)
venv/bin/python scan.py --json
Jeder Kurs wird mit direktem Booking-Link zurueckgegeben:
07:30 STORM Cycling Berlin - Mitte 45 Min STORM Ride - Performance
https://www.urbansportsclub.com/de/activities?class=98049323
venv/bin/python scan.py --book 98049323
venv/bin/python scan.py --cancel 98049323
venv/bin/python scan.py --bookings
venv/bin/python scan.py --bookings --json
urban-sports/
├── SKILL.md # Diese Doku
├── scan.py # Scanner + Buchen + CLI
├── config.py # Venue-Konfiguration
├── credentials.json # Login-Daten (nicht im Repo)
├── credentials.example.json # Vorlage
├── .gitignore
└── venv/ # Python virtualenv (nicht im Repo)
Trage mindestens eine Venue in config.py ein.
Kopiere credentials.example.json nach credentials.json und trage deine Daten ein.
venv/bin/playwright install-deps chromium安装 Urban Sports Club Booking API 后,可以对 AI 说这些话来触发它
Help me get started with Urban Sports Club Booking API
Explains what Urban Sports Club Booking API does, walks through the setup, and runs a quick demo based on your current project
Use Urban Sports Club Booking API to scan Urban Sports Club venues, list courses with booking links, and...
Invokes Urban Sports Club Booking API with the right parameters and returns the result directly in the conversation
What can I do with Urban Sports Club Booking API in my developer & devops workflow?
Lists the top use cases for Urban Sports Club Booking API, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/usc-booking-api/ 目录(个人级,所有项目可用),或 .claude/skills/usc-booking-api/(项目级)。重启 AI 客户端后,用 /usc-booking-api 主动调用,或让 AI 根据上下文自动发现并使用。
Urban Sports Club Booking API 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Urban Sports Club Booking API 可免费安装使用。请查阅仓库了解许可证信息。
Scan Urban Sports Club venues, list courses with booking links, and book or cancel courses using your USC login credentials.
Urban Sports Club Booking API 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Urban Sports Club Booking API
Identifies repetitive steps in your workflow and sets up Urban Sports Club Booking API to handle them automatically