Skip to content
Skill

aptner-visitor-reservation

by mahlernim

AI Summary

Automates 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
9 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars9
Forks2
Issues0
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code