Install
openclaw skills install 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 without hosted credentials. Use when route discovery must stay grounded in this repo and work without the hosted All Routes MCP server.
openclaw skills install all-routes-offlineUse this skill when the task needs route-discovery data grounded in this repo without depending on hosted All Routes MCP credentials.
/api/* endpoints first./mcp endpoint as an optional secondary path.references/local-surfaces.md for concrete endpoint mappings and startup commands.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/local-surfaces.md for local endpoint mappings, startup commands, and fallback guidance.