Install
$ agentstack add skill-sumitaich1998-jarvisvr-wayfind ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Wayfind
Point the user toward a destination with a navigation_arrow (direction + distance + ETA), optionally backed by a map_3d overview.
Steps
- Resolve the destination. A place name, a saved location
(remember-location), or a calendar event's location.
- Call
navigate_to{destination}. Returnsdata.direction,
data.distance_m, and a navigation_arrow directive.
- Speak the cue ("Head left for about 120 meters") and render the arrow.
- Optional overview: add a
map_3dwith start + destination markers for
longer routes.
- Re-route on
recentertaps or when the user clearly went the other way.
Output
navigation_arrow (show_navigation / navigate_to, props per registry.json):
{ "widget_type": "navigation_arrow",
"transform": { "anchor": "world" },
"props": { "target_label": "Kitchen", "direction": [0.0,0.0,1.0],
"distance_m": 8.5, "eta_min": 1.0, "style": "arrow", "color": "#4FC3F7" },
"interactions": ["tap","dwell"] }
agent.speech:
{ "text": "Head straight ahead for about 8 meters to reach the kitchen.", "final": true }
Edge cases
- Unknown destination → ask where exactly, or offer saved places.
- In-room object vs. place → finding
keysis perception's
locate-remembered-object; wayfind is for places you travel to.
- Arrived (
distance_m ≈ 0) → confirm arrival andholo.destroythe arrow. - Indoor multi-floor → mention the floor change; arrow shows local heading.
- No route → say so; offer a
map_3dso the user can navigate manually. - Style → use
beam/pathfor continuous guidance,arrowfor a glance.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sumitaich1998
- Source: sumitaich1998/jarvisvr
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.