com.google.android.apps.chromecast.app.get-climate

Read Google Home climate status via adb and ActionTask actions.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/clawperator/clawperator --skill com-google-android-apps-chromecast-app-get-climate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: com.google.android.apps.chromecast.app.get-climate
Source: https://github.com/clawperator/clawperator/tree/main/apps/node/src/test/fixtures/skills/com.google.android.apps.chromecast.app.get-climate
Command: npx skills add https://github.com/clawperator/clawperator --skill com-google-android-apps-chromecast-app-get-climate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Read Google Home climate unit status (power, mode, indoor temp) on Android using ActionTask generic agent actions to inform automation decisions.

Core Features & Use Cases

  • Read climate status from Google Home on an Android device, including power, mode, and indoor temperature.
  • Integrate climate data into automation workflows for room-level climate management and reporting.
  • Use case: a home automation agent queries current climate status to adjust thermostat scenes.

Quick Start

Run the climate status script to fetch the current power, mode, and indoor temperature.

Frequently Asked Questions about com.google.android.apps.chromecast.app.get-climate

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

FAQPage Schema
How do I read Google Home climate status on Android for automation?

It reads the Google Home climate status by using ActionTask generic agent actions to fetch current power, mode, and indoor temperature values, enabling automation agents to make real-time room-level climate management decisions.

Can I use ADB to query Chromecast indoor temperature on Android?

Yes, retrieving Chromecast indoor temperature requires adb available on the host to execute the scripts/get_climate_status.sh script, which leverages ActionTask actions to return current climate data.

Do I need UI-automator to get real-time climate readings from Google Home?

Yes, the Skill relies on ActionTask generic agent actions that drive UI-automator interactions on Android to retrieve real-time Google Home climate readings for automation scenarios.

What is the best way to integrate Android climate data into home automation workflows?

Integrating Android climate data into home automation workflows is done by running the climate status script to fetch current power, mode, and indoor temperature, then passing the output to your automation agent to adjust thermostat scenes.

Does the Google Home climate status recipe work without a Chromecast-enabled device?

No, the climate-status.recipe.json artifact is specifically applicable in automation scenarios needing real-time climate readings for a Chromecast-enabled device, meaning a compatible device is required for successful execution.