← 返回 Skills 市场
twbeatles

Korea Domestic Flights

作者 twbeatles · GitHub ↗ · v0.6.4 · MIT-0
cross-platform ✓ 安全检测通过
181
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install korea-domestic-flights
功能描述
Search, compare, and monitor 대한민국 domestic flights using a Playwright-backed airfare workflow. Use when the user wants 한국 국내선 항공권 최저가 조회, 김포-제주/부산-제주 같은 노선 비...
使用说明 (SKILL.md)

Korea Domestic Flights

Use this skill for 대한민국 국내선 전용 항공권 검색.

Current scope:

  • 국내선 편도 검색
  • 국내선 왕복 검색
  • 날짜 범위 최저가 탐색
  • 날짜별 가격 캘린더/히트맵 요약
  • 다중 목적지 비교
  • 다중 목적지 + 날짜 범위 최적 조합 탐색
  • 다중 목적지 + 날짜 범위 비교에서도 목적지별 가격 캘린더 요약 제공
  • JSON 출력
  • 더 자연스러운 한국어 브리핑 출력
  • 한글 공항명 입력 지원
  • 오늘/내일/모레/이번주말/내일부터 3일 같은 간단한 자연어 날짜 지원
  • 2026-03-25~2026-03-30, 20260325~20260330, 2026-03-25부터 2026-03-30 같은 명시 날짜 범위 지원
  • 채팅 친화 래퍼 제공
  • 시간대 필터(오전/오후/저녁, 출발 N시 이후, 복귀 N시 이후, 너무 이른 비행 제외)
  • 최저가 외 시간 선호 기반 추천(예: 늦은 시간대 기준 추천)
  • 왕복/날짜범위 검색에서 귀환편 시간 조건 반영
  • 왕복 범위/조합 검색에서 가격만이 아닌 왕복 시간 균형 추천 제공
  • 추천 결과에 가격 차이·시간 조건·왕복 균형 기반 추천 사유 설명 제공
  • 목표가 기반 가격 감시 규칙 저장/목록/삭제/점검
  • 가격 감시 규칙에 시간대 조건 저장/점검 지원
  • 가격 알림 중복 방지(dedupe)
  • 단일/다중 목적지 가격 감시
  • 알림 메시지 포맷 커스터마이즈
  • cron/브리핑 연동을 염두에 둔 JSON 저장 포맷
  • Windows 작업 스케줄러 등록 초안 스크립트

Do not use it for 국제선.

Source dependency

This skill wraps the local project clone at:

  • tmp/Scraping-flight-information

Main reused entry points:

  • scraping.searcher.FlightSearcher
  • scraping.parallel.ParallelSearcher

If the clone or its dependencies are missing, searches will fail.

Scripts

1) Single-route domestic search

python skills/korea-domestic-flights/scripts/search_domestic.py --origin 김포 --destination 제주 --departure 내일 --human

시간 조건 포함:

python skills/korea-domestic-flights/scripts/search_domestic.py --origin 김포 --destination 제주 --departure 내일 --time-pref "출발 10시 이후" --prefer late --human

Round trip:

python skills/korea-domestic-flights/scripts/search_domestic.py --origin GMP --destination CJU --departure 2026-03-25 --return-date 2026-03-28 --human

2) Date-range cheapest-day search

python skills/korea-domestic-flights/scripts/search_date_range.py --origin 김포 --destination 제주 --date-range "내일부터 3일" --human

Explicit range:

python skills/korea-domestic-flights/scripts/search_date_range.py --origin 김포 --destination 제주 --start-date 내일 --end-date 2026-03-30 --human

Round-trip-style date scan with fixed return offset:

python skills/korea-domestic-flights/scripts/search_date_range.py --origin 김포 --destination 제주 --date-range "다음주말" --return-offset 2 --time-pref "복귀 18시 이후" --human

3) Multi-destination comparison

python skills/korea-domestic-flights/scripts/search_multi_destination.py --origin 김포 --destinations 제주,부산,여수 --departure 내일 --human

Round trip comparison:

python skills/korea-domestic-flights/scripts/search_multi_destination.py --origin GMP --destinations CJU,PUS,RSU --departure 2026-03-25 --return-date 2026-03-28 --human

4) Multi-destination + date-range best-combo search

python skills/korea-domestic-flights/scripts/search_destination_date_matrix.py --origin 김포 --destinations 제주,부산 --date-range "내일부터 2일" --human

Round-trip offset scan across destinations:

python skills/korea-domestic-flights/scripts/search_destination_date_matrix.py --origin 김포 --destinations 제주,부산 --date-range "다음주말" --return-offset 2 --human

5) Chat-friendly wrapper

Use this first when the user is chatting naturally and you want the easiest invocation.

Single route:

python skills/korea-domestic-flights/scripts/chat_search.py --origin 김포 --destination 제주 --when 내일

Date range:

python skills/korea-domestic-flights/scripts/chat_search.py --origin 김포 --destination 제주 --when "내일부터 3일"

Multi-destination + range:

python skills/korea-domestic-flights/scripts/chat_search.py --origin 김포 --destinations 제주,부산 --when "내일부터 2일" --return-offset 1 --time-pref "출발 10시 이후, 늦은 시간 선호"

Add --json when structured output is needed; otherwise it defaults to a human-readable Korean briefing.

0) Hybrid diagnostics smoke/live checks

Fixture-based regression/smoke check:

python skills/korea-domestic-flights/scripts/hybrid_smoke_check.py

Shallow environment-only check:

python skills/korea-domestic-flights/scripts/hybrid_live_dry_run.py

Optional shallow live probe (non-brittle, no fare assertion):

python skills/korea-domestic-flights/scripts/hybrid_live_dry_run.py --probe

6) Price alert / watch rules

Store a single-date alert:

python skills/korea-domestic-flights/scripts/price_alerts.py add --origin 김포 --destination 제주 --departure 내일 --target-price 70000 --label "김포-제주 내일 특가"

Store a date-range alert:

python skills/korea-domestic-flights/scripts/price_alerts.py add --origin 김포 --destination 제주 --date-range "내일부터 3일" --target-price 80000 --label "김포-제주 3일 범위 감시"

Store a time-filtered alert:

python skills/korea-domestic-flights/scripts/price_alerts.py add --origin 김포 --destination 제주 --date-range "다음주말" --return-offset 2 --target-price 150000 --time-pref "복귀 18시 이후, 늦은 시간 선호" --label "주말 늦복 왕복 감시"

Store a multi-destination watch:

python skills/korea-domestic-flights/scripts/price_alerts.py add --origin 김포 --destinations 제주,부산,여수 --departure 내일 --target-price 90000 --label "김포 출발 내일 다중 목적지 감시"

Store a round-trip range alert with fixed return offset:

python skills/korea-domestic-flights/scripts/price_alerts.py add --origin 김포 --destination 제주 --date-range "다음주말" --return-offset 2 --target-price 150000 --label "주말 왕복 특가"

Store a custom message format:

python skills/korea-domestic-flights/scripts/price_alerts.py add --origin 김포 --destinations 제주,부산 --date-range "내일부터 3일" --target-price 85000 --message-template "[특가감시] {best_destination_label} {departure_date} {observed_price} / 기준 {target_price}"

Check all active rules:

python skills/korea-domestic-flights/scripts/price_alerts.py check

List saved rules:

python skills/korea-domestic-flights/scripts/price_alerts.py list

Remove a rule:

python skills/korea-domestic-flights/scripts/price_alerts.py remove --rule-id kdf-1234abcd

When a rule matches, check prints a human-readable Korean alert message to stdout so an upper-layer cron/briefing flow can forward it directly.

Parameters

search_domestic.py

  • --origin: 출발 공항 코드 또는 한글 공항명
  • --destination: 도착 공항 코드 또는 한글 공항명
  • --departure: 출발일 (YYYY-MM-DD, YYYYMMDD, 내일, 모레, 이번주말, 다음주 금요일 등)
  • --return-date: 귀국일 (선택)
  • --adults: 성인 수, 기본값 1
  • --cabin: ECONOMY|BUSINESS|FIRST
  • --max-results: 최대 결과 수
  • --time-pref: 자연어 시간 조건 (오전, 오후, 저녁, 출발 10시 이후, 복귀 18시 이후, 너무 이른 비행 제외 8시, 늦은 시간 선호 등)
  • --depart-after, --return-after, --exclude-early-before: 옵션 기반 시간 필터
  • --prefer: late|morning|afternoon|evening 시간 선호 추천
  • --human: 자연스러운 한국어 브리핑 출력 (최저가 / 시간대 추천 / 왕복 균형 추천 중심 구획형 요약)

search_date_range.py

  • --origin: 출발 공항 코드 또는 한글 공항명
  • --destination: 도착 공항 코드 또는 한글 공항명
  • --start-date: 범위 시작일
  • --end-date: 범위 종료일
  • --date-range: 자연어 범위 (내일부터 3일, 이번주말, 2026-03-25~2026-03-30)
  • --return-offset: 왕복 탐색용 귀국 오프셋 일수
  • --adults: 성인 수
  • --cabin: ECONOMY|BUSINESS|FIRST
  • --time-pref, --depart-after, --return-after, --exclude-early-before, --prefer: 시간 필터/시간 선호 추천
  • 시간 조건이 있으면 전체 날짜를 병렬로 빠르게 훑은 뒤 저가 후보·인접 날짜·범위 커버리지 앵커를 함께 상세 재검증하는 하이브리드 모드로 전환됨
  • 상세 재검증 후 시간 조건 일치 결과가 너무 적거나, 시간조건 탈락/빈결과 유사 패턴이 강하면 fallback 후보 확장을 한 번 더 수행할 수 있음
  • summary.search_metadata / 최상위 search_metadata / logs 에 하이브리드 여부, 전체 스캔 수, 초기/추가 재검증 수, fallback 여부, 시간 조건 요약과 refine_diagnostics(시간조건 탈락 / usable match 없음 / 빠른스캔-상세 불일치 빈결과 / 출발·복귀 시간정보 부족 / 가격정보 부족 분류, 샘플, user/developer 힌트, ranked_reasons, dominant_reason_code, primary_interpretation)가 기록됨
  • fallback 판단 요약은 fallback_decision / fallback_reason_codes 에 구조화되어 남음
  • 결과 요약에는 날짜별 가격 캘린더/히트맵(summary.price_calendar)이 포함됨
  • --human: 자연스러운 한국어 브리핑 출력

search_multi_destination.py

  • --origin: 출발 공항 코드 또는 한글 공항명
  • --destinations: 쉼표로 구분한 여러 목적지 (코드 또는 한글)
  • --departure: 출발일
  • --return-date: 귀국일 (선택)
  • --adults: 성인 수
  • --cabin: ECONOMY|BUSINESS|FIRST
  • --time-pref, --depart-after, --return-after, --exclude-early-before, --prefer: 시간 필터/시간 선호 추천
  • --human: 목적지 간 가격 차이와 추천이 포함된 한국어 브리핑 출력

search_destination_date_matrix.py

  • --origin: 출발 공항 코드 또는 한글 공항명
  • --destinations: 쉼표로 구분한 여러 목적지
  • --start-date, --end-date: 날짜 범위 지정
  • --date-range: 자연어 날짜 범위 지정
  • --return-offset: 출발일 기준 귀국 오프셋 일수
  • --adults: 성인 수
  • --cabin: ECONOMY|BUSINESS|FIRST
  • --time-pref, --depart-after, --return-after, --exclude-early-before, --prefer: 시간 필터/시간 선호 추천
  • 시간 조건이 있으면 전체 조합을 목적지별 병렬 스캔으로 먼저 좁힌 뒤 저가 조합·목적지별 후보·인접 날짜 조합·커버리지 앵커를 함께 상세 재검증하는 하이브리드 모드로 전환됨
  • 상세 재검증 후 시간 조건 일치 조합이 너무 적거나, 시간조건 탈락/빈결과 유사 패턴이 강하면 fallback 후보 확장을 한 번 더 수행할 수 있음
  • summary.search_metadata / 최상위 search_metadata / logs 에 하이브리드 여부, 전체 스캔 수, 초기/추가 재검증 수, fallback 여부, 시간 조건 요약과 refine_diagnostics(시간조건 탈락 / usable match 없음 / scraper-empty 유사 분류 / 시간·가격 정보 완전누락·부분누락, 샘플, human_hint/developer_hint, extraction_summary, ranked_reasons, dominant_reason_code, primary_interpretation)가 기록됨
  • fallback 판단 요약은 fallback_decision / fallback_reason_codes 에 구조화되어 남음
  • --human: 전체 최적 조합 + 목적지별 베스트 브리핑 출력

chat_search.py

  • --origin: 출발 공항명/코드
  • --destination: 단일 목적지
  • --destinations: 다중 목적지
  • --when: 자연어 날짜/날짜범위
  • --departure: 명시적 출발일
  • --return-date: 명시적 귀국일
  • --return-offset: 날짜범위 왕복 오프셋. chat_search.py에서는 다중 목적지 + 명시적 --departure 와 함께 써도 단일일 매트릭스 왕복 탐색으로 라우팅됨
  • --time-pref: 자연어 시간 선호/필터 입력
  • --depart-after, --return-after, --exclude-early-before, --prefer: 옵션 기반 시간 필터
  • --json: JSON 출력, 생략 시 사람이 읽기 쉬운 브리핑 출력

price_alerts.py

  • add: 감시 규칙 저장
    • --origin: 출발 공항
    • --destination 또는 --destinations: 단일/다중 목적지
    • --departure: 단일 날짜 감시
    • --return-date: 왕복 귀국일
    • --date-range: 날짜 범위 감시
    • --return-offset: 날짜 범위 왕복 감시 시 귀국 오프셋
    • --adults: 성인 수
    • --cabin: ECONOMY|BUSINESS|FIRST
    • --target-price: 목표가(원)
    • --label: 사람이 읽을 이름
    • --time-pref, --depart-after, --return-after, --exclude-early-before, --prefer: 시간대 조건/선호 저장
    • --message-template: 커스텀 알림 포맷
    • --store: 저장 파일 경로 오버라이드
    • 동일 조건+목표가 규칙은 fingerprint 기준으로 중복 저장되지 않음
  • list: 저장된 규칙 목록 출력
  • check: 활성 규칙 점검, 목표가 충족 시 한국어 알림 출력
    • 동일한 결과는 notify.dedupe_key 기준으로 재알림 억제
    • --no-dedupe 로 강제 재출력 가능
  • render: 마지막 last_result 를 현재 템플릿으로 미리보기
  • remove: 규칙 삭제

References

Read these only when needed:

  • references/domestic-airports.md: 국내 공항 코드/이름 매핑
  • references/price-alerts-schema.md: 가격 감시 JSON 저장 포맷, dedupe, 다중 목적지 감시, 메시지 템플릿, cron/스케줄러 연결 힌트

Operational notes

  • This skill depends on a working Playwright browser environment.
  • If browser init fails, install or repair Chromium/Chrome/Edge in the source repo environment.
  • The provider site DOM may change; if results suddenly disappear, the upstream scraper may need maintenance.
  • For stable chat use, prefer chat_search.py or --human summaries unless structured JSON is explicitly needed.
  • Prefer domestic routes only; if the user asks for ICN-NRT or any overseas route, do not use this skill.
安全使用建议
This skill appears to be what it claims: a Playwright-backed Korea domestic flight search and price-watch tool. Before installing or enabling it, do the following: (1) Confirm the upstream scraper repository (tmp/Scraping-flight-information) is from a trusted source — the skill imports and executes code from that clone, and that code will run arbitrary Python and browser-driven network requests. (2) Provide Playwright and browsers in a controlled environment (container or VM) if you want to limit risk. (3) Review the price-alert JSON file location (skills/.../price-alert-rules.json) if you are concerned about local file writes. (4) If you allow autonomous invocation, be aware the agent can run searches that make network requests; restrict invocation if you need to avoid automated scraping. (5) Run the smoke/dry-run scripts without the --probe flag first to validate imports, then run probe in an isolated environment. If you want additional assurance, run a code review of the tmp/Scraping-flight-information repository and the included scripts before use.
功能分析
Type: OpenClaw Skill Name: korea-domestic-flights Version: 0.6.4 The bundle is a comprehensive tool for searching, comparing, and monitoring Korean domestic flight prices. It utilizes a Playwright-backed scraper (referenced as a local dependency in `tmp/Scraping-flight-information`) and provides several scripts for single-route, date-range, and multi-destination searches. The code includes robust natural language date parsing in `common_cli.py` and a structured price alert system in `price_alerts.py` that manages a local JSON database. While the scripts use `subprocess` to coordinate execution (e.g., `chat_search.py` and `price_alerts.py`), they do so using argument lists rather than shell strings, and inputs like airport codes are validated against internal allow-lists. No evidence of data exfiltration, malicious persistence, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the included scripts and features (searching, date-range scans, multi-destination matrix, price alerts). The requirement to run Playwright and to wrap a local scraping repo (tmp/Scraping-flight-information) is coherent for a scraper skill.
Instruction Scope
SKILL.md and the scripts instruct the agent to import and execute local scraping code and to run Playwright-driven probes and searches (network activity against airline sites). This is expected for the stated purpose, but it means the skill will execute arbitrary Python code from the referenced local repo and perform browser-driven network requests — verify that the tmp/Scraping-flight-information clone is trusted before allowing execution.
Install Mechanism
No install spec is provided (instruction-only at the registry level). The skill expects a Playwright/browser-capable environment but does not attempt to install external software itself. This is proportionate but means the host must provide browser and Playwright dependencies.
Credentials
The skill declares no required environment variables or external credentials. It stores rules in a local JSON file under the skill directory and outputs alerts to stdout by design. No unrelated secrets or system credentials are requested.
Persistence & Privilege
The skill is not 'always' enabled and does not modify other skills or global agent settings. It persists price-alert rules into a local file (price-alert-rules.json) within the skill, which is appropriate for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install korea-domestic-flights
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /korea-domestic-flights 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.6.4
출력 polish, 파싱/라우팅 보정, 하이브리드 진단/telemetry/fixture smoke 강화
v0.6.3
날짜/시간 파싱 수정, chat 라우팅 보정, 하이브리드 후보 보강, 문서/출력 정리
v0.6.2
하이브리드 검색 최적화, 추천/캘린더 고도화, 문서 정리
v0.6.1
Polish ClawHub-facing description and intro copy for clearer discovery and positioning
v0.6.0
대한민국 국내선 항공권 스킬 시간 선호 고도화: 시간대 필터, 늦은 시간 선호, 복귀 시간 조건, 날짜범위/다중 목적지 검색의 시간 조건 반영, 추천 문구 개선
v0.5.0
대한민국 국내선 항공권 스킬 개선: 가격 알림 중복 방지, 다중 목적지 감시, 커스텀 알림 템플릿, 작업 스케줄러 등록 초안, 가격 감시 문서 보강
v0.4.0
대한민국 국내선 전용 항공권 검색 스킬 개선: 자연스러운 브리핑/추천 문장, 목적지+날짜 범위 결합 검색, chat_search 채팅 래퍼, 한글 공항명 및 자연어 날짜 지원 확장
v0.3.0
대한민국 국내선 전용 항공권 검색 스킬 개선: 다중 목적지 비교 추가, 한글 공항명 입력 지원, 오늘/내일/모레 날짜 입력 지원, 소개문/예제 정리
v0.2.0
대한민국 국내선 전용 항공권 검색 스킬 개선: 날짜범위 검색 추가, SKILL.md 트리거 개선, 국내 공항 코드 참고자료 추가, README/예제 보강
元数据
Slug korea-domestic-flights
版本 0.6.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 9
常见问题

Korea Domestic Flights 是什么?

Search, compare, and monitor 대한민국 domestic flights using a Playwright-backed airfare workflow. Use when the user wants 한국 국내선 항공권 최저가 조회, 김포-제주/부산-제주 같은 노선 비... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。

如何安装 Korea Domestic Flights?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install korea-domestic-flights」即可一键安装,无需额外配置。

Korea Domestic Flights 是免费的吗?

是的,Korea Domestic Flights 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Korea Domestic Flights 支持哪些平台?

Korea Domestic Flights 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Korea Domestic Flights?

由 twbeatles(@twbeatles)开发并维护,当前版本 v0.6.4。

💬 留言讨论