← 返回
效率工具 Key 中文

Domestic Flight Search

Query China domestic flights with schedules, airline details, airport resolution, and Juhe reference prices. Use when a user asks for domestic China flight o...
查询中国国内航班时刻、航司详情、机场信息及参考价格。用户询问国内航班时使用。
baizhexue
效率工具 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 597
下载
💾 13
安装
1
版本
#latest

概述

Domestic Flight Search

Use the local Python script in this skill to query China domestic flights from the Juhe flight API. Tell users they must apply for their own Juhe API key before live queries will work.

Provider docs: https://www.juhe.cn/docs/api/id/818

Setup Requirement

This skill does not ship with an API key. Users must create their own Juhe account, subscribe to the flight API, and set JUHE_FLIGHT_API_KEY before running live searches.

Quick Start

Set the API key first:

export JUHE_FLIGHT_API_KEY='your_juhe_api_key'

Run a direct query:

python3 {baseDir}/scripts/domestic_flight_service.py search \
  --from 北京 --to 上海 --date 2026-03-20 --pretty

Optional reusable local HTTP mode:

python3 {baseDir}/scripts/domestic_flight_service.py serve --port 8765

Then call:

curl 'http://127.0.0.1:8765/search?from=北京&to=上海&date=2026-03-20'

Workflow

  1. Resolve the user's origin and destination.

Accept common Chinese city names, airport names, or IATA codes.

If the user says “北京首都” or “浦东机场”, keep the airport-specific query.

  1. Query the script.

For a single answer, run the CLI.

For repeated machine-to-machine calls, use the local HTTP service.

  1. Summarize the result.

Mention airline, flight number, departure and arrival airport, departure and arrival time, duration, and ticket_price.

Call the price 参考票价, not a guaranteed bookable fare.

  1. Handle ambiguity and missing setup.

If the city is not recognized, ask for a specific airport or 3-letter code.

If the user wants a round trip, run two one-way queries.

If JUHE_FLIGHT_API_KEY is missing, tell the user to apply for a Juhe key and configure it before retrying.

Output Rules

  • Sort results by lowest ticket_price first.
  • Prefer up to 5 options unless the user asked for more.
  • State the exact travel date in YYYY-MM-DD.
  • If the provider returns no results, say that no flight was found for that route/date under the current query.
  • If the provider fails, surface the provider error_code and reason briefly.

Resources

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 19:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,116
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,731
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 430 📥 103,696