meta-wearables

Identify the correct Meta wearable target and build path for an app.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you decide which Meta wearable to target, what your app can actually run on, and whether you should build with Web Apps or the Device Access Toolkit. It prevents wasted work by routing you to the correct Meta path before you start implementing device-specific features.

Core Features & Use Cases

  • Device selection: Compare Meta Ray-Ban Display, Ray-Ban Meta Gen 1/2, Oakley HSTN, and Oakley Vanguard.
  • Build-path routing: Determine whether your project belongs on the MRBD Web Apps path or the DAT mobile-app path.
  • Capability checks: Verify display support, Neural Band input, Cap Touch, voice handling, and distribution constraints.
  • Use case: A developer asks, "Which Meta glasses can my app run on?" and this Skill narrows the choice, flags unsupported assumptions, and points them to the correct downstream skill.

Quick Start

Ask the Meta wearables skill which device, build path, and distribution model fit your app.

Frequently Asked Questions about meta-wearables

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

FAQPage Schema
How do I choose the right Meta wearable target for my app?

To choose the right Meta wearable target, verify device display support, input modalities like Neural Band or Cap Touch, and firmware requirements. Comparing Ray-Ban Display, Ray-Ban Meta, and Oakley models flags unsupported assumptions and narrows the correct hardware choice.

Should I build my Meta smart glasses app using Web Apps or the Device Access Toolkit?

Choosing between Web Apps and the Device Access Toolkit depends on your distribution constraints and required device capabilities. Route your project to the DAT mobile-app path for deeper hardware integration or MRBD Web Apps for standard web-based experiences.

What are the device capability constraints for Ray-Ban Meta versus Ray-Ban Display?

Device capability constraints for Ray-Ban Meta versus Ray-Ban Display involve checking specific display support, voice handling, and Cap Touch availability. You must verify companion app versions and preview versus public rollout limits before implementing features.

Can I run my existing web app on Meta Ray-Ban smart glasses?

You can run web apps on Meta Ray-Ban smart glasses via the MRBD Web Apps build path. Checking firmware and companion app versions ensures your web app meets required device capability and distribution constraints.

What are the limitations when developing for Meta wearables?

Limitations when developing for Meta wearables include preview versus public rollout limits, specific companion app version requirements, and varying device display support. Unsupported hardware assumptions across Ray-Ban and Oakley models can block app distribution.