api-motion-controller

Enable a mobile phone as a 6DoF input source for Spectacles experiences.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/specs-devs/agentic-tools --skill api-motion-controller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-motion-controller
Source: https://github.com/specs-devs/agentic-tools/tree/main/skills/api-motion-controller
Command: npx skills add https://github.com/specs-devs/agentic-tools --skill api-motion-controller

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables using a connected Spectacles-compatible mobile phone as a high-precision 6DoF controller, providing world position, rotation, touch input, and haptic feedback for immersive interactions.

Core Features & Use Cases

  • Phone-as-controller: Drive scene objects with real-time world movement and rotations.
  • Touch & Haptics: Respond to touch events and trigger phone haptic feedback for tactile interaction.
  • Integration Ready: Works with Lens Studio's MotionControllerModule for scripted control flows in Spectacles apps.

Quick Start

Connect the Spectacles app, enable the Controller option in Lens Studio, and start mapping the phone's motion to scene objects.

Frequently Asked Questions about api-motion-controller

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

FAQPage Schema
How do I use my phone as a 6DoF controller for Spectacles in Lens Studio?

You can use your phone as a 6DoF controller for Spectacles by enabling the Controller option in Lens Studio and connecting the Spectacles app to map real-time motion to scene objects.

Can I trigger haptic feedback on a phone connected to Spectacles?

Yes, you can trigger haptic feedback on a connected phone. The Skill maps touch events and provides haptic feedback for tactile interaction within your Lens Studio experience.

What do I need to test mobile-to-Spectacles input and motion control?

To test mobile-to-Spectacles input, you need the Spectacles app and Lens Studio. These tools work together to simulate and verify the phone-as-controller interactions and 6DoF tracking.

Does the MotionControllerModule support touch events for Spectacles apps?

Yes, the MotionControllerModule supports touch events for Spectacles apps. It implements transform and touch event APIs to enable scripted control flows and mobile-to-Spectacles input.

What is the best way to drive scene objects with phone movement in Lens Studio?

The best way to drive scene objects with phone movement is to use the MotionControllerModule API, which applies the phone's world position and rotation data directly to your scene objects.