foresttrip-vacancy

Check Korean forest recreation lodging and camping availability by date on foresttrip.go.kr.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill foresttrip-vacancy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foresttrip-vacancy
Source: https://github.com/NomaDamas/k-skill/tree/main/foresttrip-vacancy
Command: npx skills add https://github.com/NomaDamas/k-skill --skill foresttrip-vacancy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

자연휴양림(숲나들e/foresttrip.go.kr)에서 빈 객실/빈자리 여부를 날짜 기준으로 확인하는 일을 손으로 반복하는 시간을 줄여줍니다.

Core Features & Use Cases

  • 조회 전용 자동화: 예약 신청·결제·캡차·대기열 우회 없이, 월별예약조회 기반으로 예약 가능 여부만 조회합니다.
  • 날짜/휴양림/유형별 필터링: 특정 날짜(여러 날짜 가능), 특정 휴양림(insttId 또는 이름 부분 일치), 숙박(01)·야영/캠핑(02) 유형을 조합해 결과를 좁힙니다.
  • 안전한 요약 출력: 조회 날짜 범위, 예약 가능한 휴양림명/시설명, 수용 인원(가능 시)을 사용자에게 정리해 보여주며 실패 개수도 함께 제공합니다.

Quick Start

Use the foresttrip-vacancy skill to look up available natural recreation lodging or camping slots for specific dates on foresttrip.go.kr.

Frequently Asked Questions about foresttrip-vacancy

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

FAQPage Schema
How do I check foresttrip.go.kr vacancy for specific dates without booking?

Foresttrip vacancy lookup automates read-only date-based availability checks on foresttrip.go.kr, querying the monthly availability JSON endpoint for lodging and camping slots without initiating any booking or payment process.

Can I filter natural recreation forest availability by lodging type or specific forest?

Foresttrip vacancy supports filtering by specific dates, forest names or insttId partial matches, and category types including lodging (01) and camping (02), returning summarized available recreation forest and facility names.

Does the foresttrip vacancy lookup require Playwright login credentials?

Foresttrip vacancy requires a YAML-configured entrypoint with credential-backed Playwright login to bootstrap CSRF and cookie sessions before calling the read-only monthly availability JSON endpoint on foresttrip.go.kr.

What's the best way to automate weekend 숲나들e lodging availability checks?

Foresttrip vacancy automates weekend or specific date availability checks for 숲나들e users, applying date-based filtering to the foresttrip.go.kr availability endpoint and conservatively reporting available slots with capacity numbers.

Why does foresttrip vacancy lookup report failed queries alongside available slots?

Foresttrip vacancy applies conservative reporting by summarizing queried date ranges, available forest and facility names, capacity numbers when possible, and failed query counts to ensure transparent and safe read-only results.

Do I need python3 and Playwright to run foresttrip vacancy checks?

Foresttrip vacancy requires both python3 and Playwright as dependencies to automate browser-based session bootstrap, CSRF cookie handling, and read-only JSON endpoint calls for foresttrip.go.kr availability data.