AI SummaryAutomates visitor vehicle parking reservations on Korean apartment management systems (Aptner). Useful for apartment residents and property managers needing to streamline guest parking coordination.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "aptner-visitor-reservation" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/aptner-bulk-reserver && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/aptner-bulk-reserver/SKILL.md "https://raw.githubusercontent.com/mahlernim/aptner-bulk-reserver/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Register visitor vehicle parking reservations on Aptner (아파트너) apartment management system. Use this skill when: user wants to register visitor cars, create recurring parking reservations, check existing reservations, or delete parking reservations for their apartment. Requires: APTNER_ID and APTNER_PW credentials (in .env file or provided by user).
Prerequisites
• Python 3.8+ • Dependencies: pip install python-dotenv pyyaml requests • Credentials: .env file with APTNER_ID and APTNER_PW, or get from user ---
Python Client Usage
The repository includes a Python client (aptner_api.py) that wraps these endpoints:
Aptner Visitor Vehicle Reservation Skill
Register and manage visitor vehicle parking reservations on Aptner-enabled Korean apartments.
Raw HTTP API Reference
Base URL: https://v2.aptner.com
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster