snap-spectacles-navigation

Design location-aware AR navigation for Snap Spectacles with anchoring and tracking models.

2|Updated May 15, 2026
One-click install
npx skills add https://github.com/HKTITAN/thenextinterface --skill snap-spectacles-navigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snap-spectacles-navigation
Source: https://github.com/HKTITAN/thenextinterface/tree/main/skills/snap/snap-spectacles-navigation
Command: npx skills add https://github.com/HKTITAN/thenextinterface --skill snap-spectacles-navigation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you build location-aware AR experiences for Snap Spectacles by choosing the right positioning model, anchoring strategy, and navigation UI for the real-world setting. It prevents common mistakes like using GPS where indoor visual tracking is needed or trying to force a single approach across very different environments.

Core Features & Use Cases

  • Location AR foundations: Understand when to use GPS-anchored overlays, Custom Locations, or visual scene anchoring.
  • Indoor and outdoor navigation: Design for the major split between outdoor GPS-assisted experiences and indoor visual-only experiences.
  • Navigation primitives: Apply Places API lookups, route planning, map components, and persistent anchors for real-world guidance.
  • Production guardrails: Check permissions, tracking confidence, rerouting behavior, persistence, and failure handling before shipping.

Quick Start

Ask the skill to help you design a Snap Spectacles navigation experience for a specific real-world place and it will recommend the right anchoring model, APIs, and UX flow.

Frequently Asked Questions about snap-spectacles-navigation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build AR navigation for Snap Spectacles using GPS and visual tracking?

To build AR navigation for Snap Spectacles, you must select the correct positioning model based on the environment, using GPS fusion for outdoor guidance and visual scene anchoring for indoor waypoint routing.

What is the best way to anchor custom location AR overlays to real-world places?

The best way to anchor custom location AR overlays is by applying persistent spatial anchors combined with the Places API, ensuring overlays remain fixed to specific real-world coordinates during navigation.

When should I use GPS fusion versus visual scene anchoring for location AR?

Use GPS fusion for outdoor environments where satellite data is reliable, and switch to visual scene anchoring for indoor spaces where GPS is unavailable and local visual tracking is required.

How do I handle navigation failure and rerouting in a location-aware AR lens?

Handle navigation failure in an AR lens by implementing production guardrails that check tracking confidence, manage rerouting behavior, and trigger fallback UI when spatial anchors or GPS signals drop.

Can I use the Places API for route planning and POI overlays in Snap Spectacles?

Yes, you can use the Places API to perform lookups for custom locations, execute route planning, and render map components to display POI overlays directly within your Snap Spectacles lens experience.

What are the limitations of using GPS-anchored overlays for indoor navigation?

GPS-anchored overlays fail in indoor navigation because satellite signals cannot penetrate buildings, requiring a transition to visual-only scene anchoring to maintain tracking confidence and spatial accuracy.