meta-wearables-dat

Integrate Meta Wearables Device Access Toolkit into iOS and Android apps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you build iOS or Android apps that connect to Meta Ray-Ban Meta or Oakley glasses through the Wearables Device Access Toolkit, handling the tricky setup, permissions, registration, streaming, and lifecycle issues that often block first-time integrations.

Core Features & Use Cases

  • Device registration and pairing: Complete the Meta AI app deep-link registration flow and recover from empty device lists or missing callback configuration.
  • Camera, mic, and sensor streaming: Configure video, photo, and microphone streams, choose suitable quality and frame-rate settings, and react correctly to bandwidth drops.
  • Debugging and release guidance: Use the Mock Device Kit for hardware-free development, handle session pauses and stops, and understand release-channel distribution limits and App Store blockers.
  • Use Case: An engineer shipping a companion app for Meta glasses can use this Skill to wire the SDK, validate permissions, test without physical hardware, and diagnose why a device does not appear or stream correctly.

Quick Start

Load this skill when you need to integrate Meta Wearables Device Access Toolkit into an iOS or Android app and want the correct registration, permission, streaming, and testing flow for the target glasses.

Frequently Asked Questions about meta-wearables-dat

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

FAQPage Schema
How do I integrate Meta Wearables Device Access Toolkit into an iOS companion app?

Streaming camera and microphone data from Meta glasses requires configuring the Wearables DAT SDK, choosing suitable quality and frame-rate settings, and implementing logic to react correctly to bandwidth drops during active sessions.

Can I test Meta glasses streaming without physical hardware?

Yes, you can test Meta glasses streaming hardware-free by using the Mock Device Kit provided by the Wearables DAT, allowing you to validate session lifecycle handling and stream setup before physical device testing.

Why does my Meta glasses device list appear empty after registration?

To configure AndroidManifest for Meta glasses access, you must define the required camera, microphone, and sensor permissions, set up deep-link callbacks for the Wearables DAT registration flow, and manage the SDK session lifecycle.

What are the distribution limitations for apps using Meta Wearables DAT?

Apps using Meta Wearables DAT face release-channel distribution limits and potential App Store blockers, requiring careful session handling and permission management to pass companion app review and deployment processes.