mqdh

Fetch Meta Horizon OS documentation and manage Quest devices via MQDH MCP tools.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Khoiwall/be_vidify --skill mqdh-khoiwall
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mqdh
Source: https://github.com/Khoiwall/be_vidify/tree/main/.opencode/skill/mqdh
Command: npx skills add https://github.com/Khoiwall/be_vidify --skill mqdh-khoiwall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides seamless access to Meta Horizon OS development tools and documentation for Quest developers, integrating ADB tooling and device management.

Core Features & Use Cases

  • Quick access to Horizon OS docs and MQDH tools from MQDH MCP.
  • Device discovery, ADB command support, and APK installation workflows for Quest headsets.
  • Use Case: streamline setup and debugging workflows for Quest apps.

Quick Start

Install MQDH, set MQDH_MCP_PATH to the bundled server, and then use the MQDH skill to fetch docs and manage Quest devices.

Frequently Asked Questions about mqdh

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

FAQPage Schema
How do I access Meta Horizon OS documentation for Quest development?▼

You can access Meta Horizon OS documentation by invoking the fetch_meta_quest_doc tool, which queries and retrieves relevant docs to streamline Quest app development workflows.

What's the best way to manage Quest headsets and list connected devices?▼

To manage Quest headsets, you can use the device_list tool to discover connected devices and the install_apk tool to handle APK installation workflows across your Meta Horizon OS hardware.

Do I need MQDH installed to use ADB commands for Quest device management?▼

Yes, you must install MQDH v6.2.1 or later and configure the MQDH_MCP_PATH environment variable, which allows the skill to locate the bundled server and access the get_adb_path tool.

Can I install APKs directly to Quest devices using Meta Horizon OS tools?▼

Yes, you can install APKs directly to Quest devices by invoking the install_apk tool, which manages the APK installation workflow for connected headsets during app debugging and setup.

What limitations apply when fetching Meta Quest docs through the MQDH MCP?▼

Accessing Meta Quest docs through the MQDH MCP requires a properly configured MQDH_MCP_PATH and MQDH v6.2.1+ installed, meaning functionality is limited without this specific environment setup.