Install
openclaw skills install circulus-map-offlineUse when the user wants aviation route maps, ETOPS-aware route analysis, projection comparisons, airport lookup, or SVG map rendering through a local Circulus Map MCP server. Prefer this skill for offline or bundled setups that run against a localhost MCP worker, including quick-query route solving (`JFK-LHR`, `800nm@DEN`) and building or validating `MapSpecV1` payloads before rendering.
openclaw skills install circulus-map-offlineUse this skill when the task is about aviation route planning, map projections, airport lookup, ETOPS, or generating shareable SVG route maps through a local Circulus Map setup.
npm run dev and the MCP worker is running with npm run mcp:dev.http://localhost:8788/mcp.map.solve_query with shorthand input like JFK-LHR or 800nm@DEN.MapSpecV1 object and call map.solve_spec.map.search_locations before solving when the user is unsure about codes or city names.map.get_airport when you need a single airport record with coordinates and runway metadata.map.render_svg only after the route/spec is stable.map.search_locations: best first step for ambiguous airport/city input.map.solve_query: fastest path for route-only requests and simple range rings.map.solve_spec: use when the user cares about projection, ETOPS, labels, markers, or multiple paths.map.list_scenarios: use when the user asks for examples or wants a starting point.map.render_svg: use for final export-ready output, not exploration.circulus://mapspec/schema before authoring a non-trivial MapSpecV1.circulus://projection/guide for projection choices.circulus://scenario/catalog and circulus://api/examples when you need examples quickly.assets/examples when bundled with this skill package.map.solve_query over map.solve_spec unless explicit control is needed.