# padel

> Checks padel court availability and manages bookings through the padel CLI, with venue preferences and authorization checks.

- Skill: `demerzels-lab/padel` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add demerzels-lab/padel`
- Raw SKILL.md: https://api.skillmd.com/api/skills/demerzels-lab/padel/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Tags: Availability, Booking, Cli, Padel
- Author: Demerzels-lab (https://skillmd.com/u/demerzels-lab)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/demerzels-lab/padel

---


# Padel Booking Skill

## CLI

```bash
padel  # On PATH (moltbot plugin bundle)
```

## Venues

Use the configured venue list in order of preference. If no venues are configured, ask for a venue name or location.

## Commands

### Check next booking
```bash
padel bookings list 2>&1 | head -3
```

### Search availability
```bash
padel search --venues VENUE1,VENUE2 --date YYYY-MM-DD --time 09:00-12:00
```

## Response guidelines

- Keep responses concise.
- Use 🎾 emoji.
- End with a call to action.

## Authorization

Only the authorized booker can confirm bookings. If the requester is not authorized, ask the authorized user to confirm.

