Install
openclaw skills install @jack4world/trail-nav-telegramOffline-capable hiking route guidance via Telegram location messages (OpenClaw). Use when building/operating an LLM agent workflow that: (1) imports a GPX/KML route, (2) answers 'am I off-route / which way should I go' with low-token fixed outputs, (3) scrapes/publicly discovers route links from 2bulu track_search, and (4) prepares trip risk checklists + gear lists for an overnight hike.
openclaw skills install @jack4world/trail-nav-telegram/use <routeId>)./g + location) → reply with 2-line output (machine line + Chinese template).routeId + simplified points.activeRouteId, lastIdx.Two supported modes:
/track/track_search.htm, /track/search-<keyword>.htm).Preferred alternative (often simplest): ask the user to export/send the GPX/KML file via Telegram; then operate purely on the user-provided route file.
scripts/scrape_2bulu_tracks.js list-page scraper → JSON/CSV + screenshotscripts/parse_2bulu_kml.js parse KML → stats + geojson + routepackscripts/render_route_map.js render route HTML+PNG map for sharingscripts/render_route_map_annotated.js render annotated map (GeoJSON + alerts) to HTML+PNGscripts/guide_route.js deterministic off-route guidance from GeoJSON + current location (outputs the 2-4 line guide protocol)scripts/weather_alert.js deterministic weather change alert (Open-Meteo) for day_hike/summit_camp/trail_run modesscripts/outsideclaw_setup.sh one-command install/update outsideclaw repo into ~/.outsideclaw/app/outsideclawscripts/generate_openclaw_snippet.js prints an OpenClaw config snippet pointing to the installed outsideclaw skillscripts/patch_openclaw_config.js patches an OpenClaw config JSON to include the installed skill path (creates .bak)scripts/openclaw_oneclick_setup.sh one-click: install outsideclaw + patch config (+ optional gateway restart)references/2bulu-notes.mdreferences/guide-protocol.mdreferences/safety-checklist.mdreferences/gear-list-overnight.mdreferences/qiniangshan_alerts.json risk-based key-node alerts (used for map annotations + alert triggering)references/route-alerts.md alerts schema + how to apply to any routereferences/share-bundles.md share route bundles between outsideclaw agentsreferences/outsideclaw-integration.md install outsideclaw repo + generate OpenClaw config snippetreferences/openclaw-oneclick.md one-click OpenClaw integration (install + patch + optional restart)