aptner-visitor-reservation

Register recurring visitor parking reservations on Aptner v2 via Python client or GUI.

11|3|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/mahlernim/aptner-bulk-reserver --skill aptner-visitor-reservation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aptner-visitor-reservation
Source: https://github.com/mahlernim/aptner-bulk-reserver/tree/main
Command: npx skills add https://github.com/mahlernim/aptner-bulk-reserver --skill aptner-visitor-reservation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the repetitive and error-prone task of registering visitor vehicle parking reservations for Aptner-managed apartment complexes, removing the need to manually create, check, and delete each booking through the Aptner app or web portal.

Core Features & Use Cases

  • Batch & Recurring Reservations: Schedule recurring weekly reservations by selecting weekdays and a duration in weeks.
  • Reservation Management: List current and future reservations, detect duplicates, and delete individual reservations.
  • Developer & GUI Access: Includes a Python API client and a PyQt6 GUI for end-users who prefer a desktop interface; suitable for residents who need to manage multiple recurring visitor bookings.

Quick Start

Use the aptner-visitor-reservation skill to authenticate with your Aptner credentials and create recurring visitor parking reservations by specifying car number, contact, weekdays, and weeks.

Frequently Asked Questions about aptner-visitor-reservation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate recurring visitor parking reservations on the Aptner apartment platform?

You can automate recurring visitor parking reservations on the Aptner platform by specifying car number, contact, weekdays, and duration in weeks to batch schedule bookings via a Python client or PyQt6 GUI.

Can I manage and delete existing visitor parking reservations in bulk?

Yes, you can list current and future visitor parking reservations, detect duplicates automatically, and delete individual bookings through the included Python API client or desktop GUI.

Do I need an Aptner account and specific Python environment to use this reservation automation tool?

Yes, you need Aptner account credentials (APTNER_ID/APTNER_PW) for HTTP bearer token authentication and a Python 3.8+ environment to run the reservation automation client.

Is there a desktop GUI available for scheduling visitor parking without writing Python code?

Yes, a PyQt6 GUI is included for end-users who prefer a desktop interface to schedule recurring weekly reservations, list active bookings, and manage visitor parking without coding.

Does the Aptner visitor reservation tool handle duplicate parking bookings and API errors?

Yes, the tool includes duplicate detection to prevent overlapping visitor parking reservations and implements basic error handling for the HTTP bearer token authenticated Aptner v2 API requests.