environmental-skill

Retrieve Android temperature, humidity, pressure, and ambient light sensor readings.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/MachinaOS --skill environmental-skill-zeenie-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: environmental-skill
Source: https://github.com/zeenie-ai/MachinaOS/tree/main/server/skills/android_agent/environmental-skill
Command: npx skills add https://github.com/zeenie-ai/MachinaOS --skill environmental-skill-zeenie-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of getting real Android environmental sensor readings without manual checking, so your AI workflows can react to local conditions.

Core Features & Use Cases

  • Sensor data retrieval: Collect temperature, humidity, pressure, and ambient light level from the connected device.
  • Device-aware availability: Report which specific sensors are supported via sensors_available.
  • Use cases: Weather/pressure tracking, humidity alerts, light-based automation, and temperature monitoring.

Quick Start

Connect the Environmental Sensors node to Zeenie's input-tools handle, then ask for status to retrieve the current sensor readings.

Frequently Asked Questions about environmental-skill

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

FAQPage Schema
How do I retrieve Android environmental sensor data like temperature and humidity?

To retrieve Android environmental sensor data, use an action field of "status" to query temperature, humidity, pressure, and ambient light. The result returns normalized sensor values and a map indicating hardware support availability.

Can I check which environmental sensors are available on an Android device before automation?

Yes, you can check device sensor availability by requesting a status query. The response includes a sensors_available map that explicitly indicates which hardware sensors for temperature, pressure, humidity, and light are supported.

How do I set up ambient light monitoring for Android workflow automation?

To set up ambient light monitoring for automation, connect the Environmental Sensors node to the input-tools handle, then request a status action to retrieve the current light level reading and trigger your workflow conditions.

What limitations exist when reading Android pressure and temperature sensors?

A key limitation is hardware dependency; if a device lacks specific environmental sensors, the sensors_available map will indicate unsupported hardware, meaning temperature, pressure, humidity, or light readings cannot be retrieved.