Agent Plugins Marketplace
All plugins

mwdat-android

v0.9.0

Git-native DAT SDK guidance for android development, covering setup, camera streaming, display access, MockDeviceKit, session lifecycle, permissions, debugging, and sample app patterns.

CodexClaude Code10 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mwdat-android@agent-plugin-marketplace

Paste 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/android

Clone 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

plugins/mwdat-android/
├── .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

camera-streamingskills/camera-streaming/SKILL.md

Session and Stream capability setup, video frames, photo capture, resolution and frame rate configuration

dat-conventionsskills/dat-conventions/SKILL.md

Kotlin patterns, DatResult, session and capability conventions for DAT SDK Android development

debuggingskills/debugging/SKILL.md

Common issues, Developer Mode, version compatibility, and session and stream diagnosis

display-accessskills/display-access/SKILL.md

Display capability setup, display-capable device selection, UI DSL, icons, buttons, images, and video playback

getting-startedskills/getting-started/SKILL.md

SDK setup, Gradle integration, AndroidManifest configuration, and first connection to Meta glasses

live-debugging-mcpskills/live-debugging-mcp/SKILL.md

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.

mockdevice-testingskills/mockdevice-testing/SKILL.md

MockDeviceKit for testing without physical glasses hardware

permissions-registrationskills/permissions-registration/SKILL.md

App registration with Meta AI and device permission flows

sample-app-guideskills/sample-app-guide/SKILL.md

Building a complete DAT app with session creation, camera streaming, and photo capture

session-lifecycleskills/session-lifecycle/SKILL.md

Session state, stream state, pause and resume behavior, and device availability monitoring

Plugin manifests2

plugins/mwdat-android/.codex-plugin/plugin.json
{
  "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"
  }
}
plugins/mwdat-android/.claude-plugin/plugin.json
{
  "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/"
  ]
}

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)