mwdat-android
v0.9.0Git-native DAT SDK guidance for android development, covering setup, camera streaming, display access, MockDeviceKit, session lifecycle, permissions, debugging, and sample app patterns.
By Meta Wearables1 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install mwdat-android for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mwdat-android@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/farodamemoria/androidClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mwdat-android/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/camera-streaming/SKILL.md├── skills/dat-conventions/SKILL.md├── skills/debugging/SKILL.md├── skills/display-access/SKILL.md├── skills/getting-started/SKILL.md├── skills/live-debugging-mcp/SKILL.md├── skills/mockdevice-testing/SKILL.md├── skills/permissions-registration/SKILL.md├── skills/sample-app-guide/SKILL.md└── skills/session-lifecycle/SKILL.md
Included Skills10
Session and Stream capability setup, video frames, photo capture, resolution and frame rate configuration
Kotlin patterns, DatResult, session and capability conventions for DAT SDK Android development
Common issues, Developer Mode, version compatibility, and session and stream diagnosis
Display capability setup, display-capable device selection, UI DSL, icons, buttons, images, and video playback
SDK setup, Gradle integration, AndroidManifest configuration, and first connection to Meta glasses
Use this whenever debugging an Android DAT app with local DAT Inspector MCP tools, live device events, Meta AI app/device boundary issues, permissions, registration, sessions, streaming, or user reports that the app cannot communicate with glasses.
MockDeviceKit for testing without physical glasses hardware
App registration with Meta AI and device permission flows
Building a complete DAT app with session creation, camera streaming, and photo capture
Session state, stream state, pause and resume behavior, and device availability monitoring
Plugin manifests2
{
"name": "mwdat-android",
"version": "0.9.0",
"description": "Git-native DAT SDK guidance for android development, covering setup, camera streaming, display access, MockDeviceKit, session lifecycle, permissions, debugging, and sample app patterns.",
"homepage": "https://github.com/facebook/meta-wearables-dat-android",
"repository": "https://github.com/facebook/meta-wearables-dat-android",
"keywords": [
"wearables",
"dat",
"android",
"sdk",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "Meta Wearables DAT Android",
"shortDescription": "Git-native DAT SDK guidance for android development, covering setup, camera streaming, display access, MockDeviceKit, session lifecycle, permissions, debugging, and sample app patterns.",
"longDescription": "Git-hosted Codex plugin for Meta Wearables DAT Android. It packages the same public DAT SDK guidance shipped to Claude, including setup, camera streaming, display access, MockDeviceKit, session lifecycle, permissions, debugging, and sample app guidance.",
"developerName": "Meta Wearables",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/facebook/meta-wearables-dat-android",
"brandColor": "#1B74E4"
}
}{
"name": "mwdat-android",
"version": "0.9.0",
"description": "Git-native DAT SDK guidance for android development, covering setup, camera streaming, display access, MockDeviceKit, session lifecycle, permissions, debugging, and sample app patterns.",
"author": {
"name": "Meta Wearables"
},
"homepage": "https://github.com/facebook/meta-wearables-dat-android",
"keywords": [
"wearables",
"dat",
"android",
"sdk",
"claude"
],
"skills": [
"./skills/"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mwdat-android on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mwdat-android)