← 返回
未分类 中文

Global Flight Route Map - Airport Connections

Use local All Routes APIs, repo-backed handlers, and optional local MCP for airport, airline, route-map, timetable-context, and dataset-health lookups withou...
使用本地全路由 API、基于仓库的处理器以及可选的本地 MCP,进行机场、航线、航线图、时刻表上下文和数据集健康查询,无需...
skylinehk
未分类 clawhub v1.3.23 2 版本 99803.1 Key: 无需
★ 0
Stars
📥 507
下载
💾 0
安装
2
版本
#aviation#latest#mcp#offline#routes#travel

概述

all air routes

Use this skill when the task needs route-discovery data grounded in this repo without depending on hosted All Routes MCP credentials.

Hosted destination (next release)

  • https://all-routes.desk.travel/

Quick Start

  1. Prefer local repo surfaces over hosted services or third-party browsing.
  2. If the web app is available locally, use its /api/* endpoints first.
  3. If the worker is available locally, you may use the local anonymous /mcp endpoint as an optional secondary path.
  4. If neither server is running, inspect the repo-backed handlers and schemas directly and label the answer as code-backed/offline rather than live endpoint output.
  5. Read references/local-surfaces.md for concrete endpoint mappings and startup commands.

Workflow

1) Choose the narrowest local surface

  • airport search / lookup: use the local airport API surfaces.
  • routes from airport / city pair: use the local routes API.
  • airline route map: use the airline routes API.
  • timetable context: use the timetables API.
  • dataset health: use the data health API, and treat it as an ops/debug surface.

2) Prefer the no-worker path

  • The primary path is local web APIs and repo-backed handlers, not hosted MCP.
  • If you need live local responses, start the web app with pnpm --filter @all-routes/web dev.
  • If the app is not running, inspect the local route handlers and shared schemas instead of inventing undocumented requests.

3) Use local MCP only when helpful

  • If the worker is already running, or the task clearly benefits from MCP tools/resources, use the local /mcp endpoint.
  • Local anonymous MCP is intended for localhost flows only; do not assume hosted credentials or ALL_ROUTES_MCP_TOKEN.
  • Keep MCP requests narrow and prefer exact airport or airline codes when possible.

4) Stay read-only and grounded

  • Do not require hosted secrets or OAuth tokens.
  • Do not scrape arbitrary third-party sites.
  • Do not invent write actions, browser automation, or remote fetch flows around this skill.
  • No purchase/payment execution exists in this skill.
  • Prefer exact IATA, ICAO, or airline codes over fuzzy queries when the user can provide them.
  • Always say whether the answer came from local MCP, a local API, or offline code inspection.

5) Use prompts and explanations carefully

  • When local MCP is available, plan_route_options and explain_route_coverage are valid explanation surfaces.
  • Without MCP, explain route coverage using the local API response or code-backed repository behavior instead of pretending a prompt tool exists.

Reference File

  • Read references/local-surfaces.md for local endpoint mappings, startup commands, and fallback guidance.

版本历史

共 2 个版本

  • v1.3.23 当前
    2026-05-07 03:54 安全 安全
  • v1.3.22
    2026-03-31 00:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Matrix Mate - ITA Matrix Flight Search and Parse Tool

skylinehk
Matrix Mate — ITA Matrix航班搜索解析工具,可解析行程链接、审核票价规则、生成旅客安全摘要。
★ 0 📥 438
ai-intelligence

Travel Planner - Notion AI, Obsidian, Kontour.ai integration

skylinehk
旅行规划器 - Notion AI、Obsidian、Kontour.ai 整合。离线优先行程规划,仅本地数据集,可选外部链接。
★ 3 📥 1,964

Air Route Calculator - Projected Flight Maps

skylinehk
当用户需要航空航线图、ETOPS感知航线分析、投影对比、机场查询或通过本地Circulu进行SVG地图渲染时使用。
★ 0 📥 447