foresttrip-vacancy

Query Korean national forest lodging and camping vacancy via authenticated foresttrip.go.kr JSON endpoint.

Updated May 1, 2026
One-click install
npx skills add https://github.com/seolcoding/k-parent-skill --skill foresttrip-vacancy-seolcoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foresttrip-vacancy
Source: https://github.com/seolcoding/k-parent-skill/tree/main/foresttrip-vacancy
Command: npx skills add https://github.com/seolcoding/k-parent-skill --skill foresttrip-vacancy-seolcoding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

Manually checking the official Korean national forest recreation (숲나들e) website for available lodging and camping slots is time-consuming, requires repeated logins, and makes it difficult to quickly compare availability across multiple forests and desired dates for family trip planning.

Core Features & Use Cases

  • Read-only vacancy lookup: Query available lodging and camping slots across all Korean national forests or specific facilities by name or ID.
  • Flexible filtering: Filter results by date range, accommodation type (lodging or camping), and specific travel dates.
  • Multiple output formats: Receive results in easy-to-read text summaries or structured JSON for further processing. Use case example: A parent planning a weekend family camping trip can quickly check which national forests have available camping slots for the upcoming holiday without manually browsing each facility's page on the official site.

Quick Start

Use the foresttrip-vacancy skill to check available lodging and camping slots at Korean national forests for your desired travel dates.

Frequently Asked Questions about foresttrip-vacancy

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

FAQPage Schema
How do I check Korean national forest lodging and camping availability automatically?

You can check Korean national forest lodging and camping availability automatically by querying the official foresttrip.go.kr monthly availability JSON endpoint via an authenticated Playwright browser session.

What do I need to look up foresttrip vacancies using Python?

To look up foresttrip vacancies, you need valid platform account credentials, Python 3.9 or higher, and the Playwright Chromium browser installed to access the official authenticated JSON endpoint.

Can I filter accommodation search results by specific forests and date ranges?

Yes, you can filter accommodation search results by querying specific forest identifiers or names, defining a date range, and selecting an accommodation category like lodging or camping.

Does this vacancy lookup tool support booking reservations directly?

No, this vacancy lookup tool only performs read-only queries to check available lodging and camping slots; it does not support booking reservations directly.

How do I get structured JSON data for national forest camping slots?

You get structured JSON data for national forest camping slots by running the automated lookup script, which returns results as structured JSON for further processing or as easy-to-read text summaries.