environmental-skill

Read temperature, humidity, pressure, and ambient light from Android environmental sensors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Android devices expose environmental sensors to monitor ambient conditions. This skill provides a straightforward way to read temperature, humidity, pressure, and ambient light data from the device for automation and monitoring tasks.

Core Features & Use Cases

  • Read temperature, humidity, pressure, and ambient light levels from the Android device.
  • Use sensor data for weather awareness, environmental alerts, and context-aware automation.
  • Gracefully handle sensor availability differences by reporting which readings are supported on the current device.

Quick Start

Ask the Environmental Sensors tool to fetch the latest environmental readings.

Frequently Asked Questions about environmental-skill

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

FAQPage Schema
How do I read ambient temperature and humidity from Android environmental sensors?

You can read ambient temperature and humidity by requesting the Environmental Sensors tool to fetch the latest readings. The skill accesses Android environmental sensors and returns the data in a structured format for monitoring tasks.

What happens if my Android device does not support pressure or ambient light sensors?

If your Android device lacks specific hardware, the environmental sensor reading gracefully handles availability differences by reporting which specific readings are supported on your current device.

Can I use Android ambient light sensor data for light-triggered automation?

Yes, you can use ambient light sensor data for light-triggered actions. The skill fetches ambient light levels from Android environmental sensors, enabling context-aware automation scenarios based on lighting conditions.

How do I get structured atmospheric pressure readings on an Android device?

To get structured atmospheric pressure readings, ask the Environmental Sensors tool to fetch the latest data. The skill reads pressure from Android environmental sensors and outputs the measurements in a structured format.

Do I need specific hardware to monitor weather conditions using an Android device?

Yes, monitoring weather conditions requires specific hardware. The skill relies on Android environmental sensors to read temperature and humidity, but it handles availability differences by reporting which readings are supported.