Install
openclaw skills install padelThis skill should be used when the user asks to "book a padel court", "find available padel courts", "search padel courts near me", "reserve a Playtomic cour...
openclaw skills install padelpadel-tuiUse this skill to complete Playtomic booking tasks from a terminal with minimal assumptions about prior setup.
padel-tui now, or skip installation and use your current setup?"<prefix> auth login.book and match-cancel as user-impacting operations and run only after explicit user intent.padel-tui./bin/padel-tui<prefix> --version.references/INSTALLATION.md.tenant_id: venue or club id from search output.resource_id: specific court id from search output.start: slot datetime in YYYY-MM-DDTHH:mm:ss format.<prefix> auth login<prefix> search --near "<city>" --date YYYY-MM-DD<prefix> search --name "<venue>" --date YYYY-MM-DDtenant_id, resource_id, and slot start time.<prefix> book --tenant-id <tenant-id> --resource-id <resource-id> --start YYYY-MM-DDTHH:mm:ss --duration 60 --players 4<prefix> matches --size 30<prefix> match-cancel --match-id <match-id>--near or --name for search.--tenant-id, --resource-id, and --start for book.<prefix> auth login without credential flags.search and book; avoid legacy availability and payment groups.references/INSTALLATION.md - install paths, verification, and first login.