Padel
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is purpose-aligned for Playtomic padel bookings, but users should notice it relies on an external CLI, Playtomic login, and commands that can book or cancel reservations.
This skill appears appropriate if you want a terminal-based Playtomic booking helper. Before installing, be comfortable with the external `padel-tui` CLI source, and before booking or canceling, confirm the exact reservation details and keep the local session file private.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used incorrectly, the agent could reserve or cancel a court the user did not mean to affect.
The skill can create or cancel Playtomic bookings, which affects the user's account and reservations, but the artifact explicitly recognizes these as user-impacting and requires explicit intent.
Treat `book` and `match-cancel` as user-impacting operations and run only after explicit user intent.
Before running booking or cancellation commands, confirm the venue, date, time, duration, players, and match ID with the user.
The external CLI may retain account session access locally after login.
The workflow uses the user's Playtomic account and creates a local session file; this is expected for the service integration and the artifact avoids inline credential handling.
padel-tui auth login ... Complete email/password prompts in the terminal. Do not pass credentials inline. Default session file: `~/.config/padel-tui/session.json`.
Authenticate only in a trusted terminal, do not share the session file, and log out or remove the session if you no longer want the CLI to access the account.
Installing the CLI gives externally sourced software the ability to run locally and interact with the user's Playtomic account.
The skill documents external installation paths for the required CLI without pinned versions or checksums; installation is still purpose-aligned and gated on explicit user approval.
brew install philipp-eisen/tap/padel-tui ... Download the archive from GitHub releases ... bun install
Install only from the intended upstream source, prefer a pinned release when possible, verify downloads where available, and approve installation explicitly.
