Install
openclaw skills install @skylinehk/all-routes-offlineUse local All Routes APIs, repo-backed handlers, and optional local MCP for airport, airline, route-map, timetable-context, and dataset-health lookups withou...
openclaw skills install @skylinehk/all-routes-offlineUse this skill when the task needs route-discovery data grounded in this repo without depending on hosted All Routes MCP credentials.
This marketplace bundle is local/offline-first. Do not disclose staging, preview, Pages, or deployment hostnames. If a user asks for a hosted product URL, point them to the public product name only unless the operator provides an approved public URL in the current conversation.
references/query-normalization.md when the query uses city/airport nicknames, airline names, alliance names, or ambiguous metro areas.references/filter-intelligence.md when the query mentions nonstop/direct service, one-stop limits, alliance preference, regional preference, or route direction./api/* endpoints first./mcp endpoint as an optional secondary path.references/local-surfaces.md for concrete endpoint mappings and startup commands.NYC, London, Bay Area, American, or Star Alliance, read references/query-normalization.md, convert aliases into candidate codes/filters, and keep any ambiguity visible.nonstop, direct, one stop, Star Alliance only, to Europe, from X to Y, or either direction, read references/filter-intelligence.md, map supported filters to local query parameters, and preserve unsupported filters as visible limitations.Applied: line that names the direction, max-stop/alliance/region filters, and any filter that could not be enforced by the 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.pnpm --filter @all-routes/web dev./mcp endpoint.ALL_ROUTES_MCP_TOKEN.plan_route_options and explain_route_coverage are valid explanation surfaces.references/query-normalization.md for airport/city/airline/alliance aliases, ambiguity handling, and alias fallback patterns.references/filter-intelligence.md for nonstop/stop-limit, alliance, region, direction, bidirectional-search handling, and applied-filter acknowledgement patterns.references/local-surfaces.md for local endpoint mappings, startup commands, and fallback guidance.