返回顶部
k

korea-domestic-flights韩国国内航班查询

Search, compare, and monitor 대한민국 domestic flights using a Playwright-backed airfare workflow. Use when the user wants 한국 국내선 항공권 최저가 조회, 김포-제주/부산-제주 같은 노선 비교, 편도/왕복 검색, 날짜 범위 최저가 탐색, 여러 국내 목적지 비교, 시간대 선호(늦은 출발/늦은 복귀) 반영, 국내선 운임 브리핑, 목적지+날짜 범위 최적 조합 탐색, or 목표가 이하 가격 감시/가격 알림 저장·점검. Accept common Korean airport names like 김포, 제주, 부산, 청주 and natural-language dates like 오늘/내일/모레/이번주말/내일부터 3일. Prefer this skill for Korean domestic airfare tasks; do not use it for international flights.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.6.4
安全检测
已通过
163
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

korea-domestic-flights

한국 국내선 항공권

이 스킬은 대한민국 국내선 전용 항공권 검색에 사용합니다.

현재 범위:

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

국제선에는 사용하지 마세요.

소스 의존성

이 스킬은 로컬 프로젝트 클론을 래핑합니다:

  • - tmp/Scraping-flight-information

주요 재사용 진입점:

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

클론이나 그 의존성이 없으면 검색이 실패합니다.

스크립트

1) 단일 노선 국내선 검색

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

시간 조건 포함:

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

왕복:

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

2) 날짜 범위 최저가일 검색

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

명시적 범위:

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

고정 귀국 오프셋을 사용한 왕복 스타일 날짜 스캔:

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

3) 다중 목적지 비교

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

왕복 비교:

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

4) 다중 목적지 + 날짜 범위 최적 조합 검색

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

목적지 간 왕복 오프셋 스캔:

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

5) 채팅 친화 래퍼

사용자가 자연스럽게 채팅할 때 가장 쉬운 호출을 위해 먼저 사용하세요.

단일 노선:

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

날짜 범위:

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

다중 목적지 + 범위:

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

구조화된 출력이 필요할 때는 --json을 추가하고, 그렇지 않으면 기본적으로 사람이 읽을 수 있는 한국어 브리핑을 출력합니다.

0) 하이브리드 진단 스모크/라이브 점검

Fixture 기반 회귀/스모크 점검:

bash
python skills/korea-domestic-flights/scripts/hybridsmokecheck.py

환경 전용 간단 점검:

bash
python skills/korea-domestic-flights/scripts/hybridlivedry_run.py

선택적 간단 라이브 프로브 (취약하지 않음, 요금 단언 없음):

bash
python skills/korea-domestic-flights/scripts/hybridlivedry_run.py --probe

6) 가격 알림/감시 규칙

단일 날짜 알림 저장:

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

날짜 범위 알림 저장:

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

시간 필터 알림 저장:

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

다중 목적지 감시 저장:

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

고정 귀국 오프셋을 사용한 왕복 범위 알림 저장:

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

커스텀 메시지 포맷 저장:

bash
python skills/korea-domestic-flights/scripts

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 korea-domestic-flights-1776116943 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 korea-domestic-flights-1776116943 技能

通过命令行安装

skillhub install korea-domestic-flights-1776116943

下载

⬇ 下载 korea-domestic-flights v0.6.4(免费)

文件大小: 53.52 KB | 发布时间: 2026-4-17 15:10

v0.6.4 最新 2026-4-17 15:10
출력 polish, 파싱/라우팅 보정, 하이브리드 진단/telemetry/fixture smoke 강화

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部