# Waze Navigator

> Provides navigation guidance using Waze-style routing context. Use for: navigate, waze navigate, directions, how do I get to.

- Skill: `stijnman/waze-navigator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/waze-navigator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/waze-navigator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/waze-navigator

---

# Waze Navigator
## When to Use

- User says **navigate** or task matches this capability
- User says **waze navigate** or task matches this capability
- User says **directions** or task matches this capability
- User says **how do I get to** or task matches this capability

## Workflow

1. Get origin and destination.
2. Fetch routes via waze-live-reports enrichment.
3. Present primary route + one alternate.
4. Update if user reports new incidents.

## Integrations

- `waze-live-reports`
- `traffic-flight-controller`

## Error Handling

| Failure | Response |
|---------|----------|
| Offline | Provide static route; note no live traffic. |

## Gotchas

- Do not distract driver; keep responses concise for voice.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.

