# Send Padel to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "padel",
    "name": "Padel",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/philipp-eisen/padel",
    "canonicalUrl": "https://clawhub.ai/philipp-eisen/padel",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/padel",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=padel",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/INSTALLATION.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "padel",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T20:40:10.585Z",
      "expiresAt": "2026-05-13T20:40:10.585Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=padel",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=padel",
        "contentDisposition": "attachment; filename=\"padel-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "padel"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/padel"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/padel",
    "downloadUrl": "https://openagent3.xyz/downloads/padel",
    "agentUrl": "https://openagent3.xyz/skills/padel/agent",
    "manifestUrl": "https://openagent3.xyz/skills/padel/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/padel/agent.md"
  }
}
```
## Documentation

### Book Padel Courts With padel-tui

Use this skill to complete Playtomic booking tasks from a terminal with minimal assumptions about prior setup.

### Trigger Examples

"Find me a padel court in Berlin tonight."
"Book a Playtomic court for tomorrow at 19:00."
"Show my active matches and cancel one."
"Install padel-tui and use it to reserve a court."
"Use CLI instead of TUI for booking."

### When To Use

Use when the task is to search courts, book a slot, list active matches, or cancel a match.
Use when the user requests Playtomic actions through CLI commands.
Do not use for non-Playtomic tasks.

### Required Safety Rules

Ask about installation only if needed (binary missing) or explicitly requested.
Confirm installation intent before running any install command.
Ask: "Do you want me to install padel-tui now, or skip installation and use your current setup?"
If installation is declined, continue with the existing binary/path.
Do not ask the user for email or password.
Ask the user to authenticate interactively with <prefix> auth login.
Treat book and match-cancel as user-impacting operations and run only after explicit user intent.

### Setup Check

Select a command prefix.

Global install: padel-tui
Source checkout: ./bin/padel-tui


Verify access with <prefix> --version.
If command is missing and installation is approved, follow references/INSTALLATION.md.

### Terms (Minimal Context)

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.

### Minimal Booking Workflow

Ask the user to authenticate interactively.

Instruct the user to run: <prefix> auth login
Wait for user confirmation that login is complete.


Search availability (one mode required).

<prefix> search --near "<city>" --date YYYY-MM-DD
<prefix> search --name "<venue>" --date YYYY-MM-DD


Capture booking inputs from search output.

Record tenant_id, resource_id, and slot start time.


Create booking.

<prefix> book --tenant-id <tenant-id> --resource-id <resource-id> --start YYYY-MM-DDTHH:mm:ss --duration 60 --players 4


Verify result.

<prefix> matches --size 30


Cancel only when requested.

<prefix> match-cancel --match-id <match-id>

### Command Rules

Require one of --near or --name for search.
Require --tenant-id, --resource-id, and --start for book.
Keep authentication interactive; use <prefix> auth login without credential flags.
Use search and book; avoid legacy availability and payment groups.

### Reference Files

references/INSTALLATION.md - install paths, verification, and first login.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: philipp-eisen
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T20:40:10.585Z
- Expires at: 2026-05-13T20:40:10.585Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/padel)
- [Send to Agent page](https://openagent3.xyz/skills/padel/agent)
- [JSON manifest](https://openagent3.xyz/skills/padel/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/padel/agent.md)
- [Download page](https://openagent3.xyz/downloads/padel)