facebookfacebookOfficial·10 Agent Skills Included

meta-wearables-dat-ios

Build iOS apps for Meta smart glasses

Guides iOS developers through connecting apps to Meta smart glasses for camera streaming, photo capture, and on-lens display content. Covers SDK setup, registration, permissions, session lifecycle, and debugging without digging through scattered documentation. Includes mock device testing so you can build and verify features without owning physical glasses hardware.
npx skills add facebook/meta-wearables-dat-ios --all -g -y
Available:

Gives your AI agent the SDK architecture, Swift coding patterns, setup steps, and live documentation sources it needs to correctly build and debug Meta glasses iOS integrations.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Meta Wearables DAT iOS skills?

Run `npx skills add facebook/meta-wearables-dat-ios --all -g -y` in your terminal to install all skills in this suite globally.

How to stream camera video from Meta glasses in iOS?

Add the SDK via Swift Package Manager, create a DeviceSession with a device selector, attach a Camera with a StreamConfiguration, and listen to the video frame publisher for live frames.

Can I test Meta glasses apps without hardware?

Yes. MockDeviceKit simulates glasses, camera feeds, and permission states so you can develop and test entirely in the iOS Simulator.

Does this work with Claude Code and Cursor?

Yes. The skills follow the universal SKILL.md standard and also ship as native rules for Claude Code, Codex, Cursor, and GitHub Copilot.

How to show content on Meta Ray-Ban Display glasses?

Use the MWDATDisplay module to attach a Display capability to a started session, then send FlexBox layouts with text, buttons, images, or video to the lenses.

Related Repositories in Software Engineering

View All in Software Engineering