simulator-automation

Automate EvenHub simulator testing via HTTP API for input and output capture.

61|7|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/even-realities/everything-evenhub --skill simulator-automation-even-realities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simulator-automation
Source: https://github.com/even-realities/everything-evenhub/tree/main/skills/simulator-automation
Command: npx skills add https://github.com/even-realities/everything-evenhub --skill simulator-automation-even-realities

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate testing and control of the EvenHub simulator via HTTP API to simulate glasses interactions and capture outputs.

Core Features & Use Cases

  • Health check: verify the simulator is responsive via /api/ping.
  • Glasses input and screenshots: send actions and capture framebuffer and console logs for analysis.
  • Automated iteration: drive test flows by issuing input sequences and collecting results from /api/console and /api/screenshot.

Quick Start

Start the simulator with the automation port and issue input and capture commands to validate end-to-end behavior.

Frequently Asked Questions about simulator-automation

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

FAQPage Schema
How do I automate EvenHub simulator testing via HTTP API?

Automate EvenHub simulator testing by starting the simulator with the --automation-port flag and issuing HTTP requests to endpoints like /api/input, /api/screenshot, and /api/console to drive test flows and capture results.

Can I capture screenshots and console logs from the glasses simulator?

Yes, you can capture screenshots and console logs from the glasses simulator by sending HTTP requests to the /api/screenshot and /api/console endpoints to retrieve framebuffer outputs and application logs for analysis.

What is the best way to verify the EvenHub simulator is responsive before running automated tests?

The best way to verify the EvenHub simulator is responsive is to send a health check request to the /api/ping HTTP endpoint, which confirms the simulator is running and ready to accept automation commands.

How do I simulate glasses input events for QA workflows?

Simulate glasses input events for QA workflows by sending HTTP requests to the /api/input endpoint, allowing you to issue action sequences that drive end-to-end behavior validation in the simulator.

Do I need to start the simulator with a specific flag to enable HTTP automation?

Yes, you must start the EvenHub simulator with the --automation-port flag to enable HTTP API automation, allowing subsequent requests to control input, capture screenshots, and retrieve console logs.