원클릭으로
com-google-android-apps-chromecast-app-set-power-replay
Replay baseline skill for setting a Google Home climate unit power on or off.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Replay baseline skill for setting a Google Home climate unit power on or off.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Set the AirTouch 5 fan level to auto, low, medium, or high from the Home screen.
Set one or more AirTouch 5 Home-screen controls in a single run.
Set the AirTouch 5 operating mode to cool, heat, fan, dry, or auto from the Home screen.
Set the AirTouch 5 system power state to on or off from the Home screen.
Search for products in the Amazon Shopping Android app.
Open Android Settings, snapshot visible UI text, and capture a screenshot file path.
| name | com.google.android.apps.chromecast.app.set-power-replay |
| clawperator-skill-type | replay |
| description | Replay baseline skill for setting a Google Home climate unit power on or off. |
Replay baseline skill for setting a named climate unit power state in the Google Home Android app.
Arguments:
--climate-state <on|off>--unit-name "<label>"on, offDeclared contract inputs:
climate_stateunit_nameCurrent behavior:
Home before climate navigation so the replay starts from the same entrypoint the recordings usedClimate chip if neededcom.google.android.apps.chromecast.app:id/low_valuelow_value as powered on and literal Off as powered offlow_value for terminal verification[Clawperator-Skill-Result] frame with contractVersion: "1.0.0"source from the emitted frame; runSkill injects source: { "kind": "script" }Known caveats:
Home tab under the Climate categoryoff -> on recording; the on -> off pass was also used as authoring evidence during development even though only one baseline file is retained hereRun through the wrapper:
clawperator skills run com.google.android.apps.chromecast.app.set-power-replay --device <device_serial> -- --climate-state on --unit-name "Living Room AC"
Direct local invocation:
node skills/com.google.android.apps.chromecast.app.set-power-replay/scripts/run.js <device_serial> --climate-state off --unit-name "Living Room AC"
This skill was scaffolded with recording context at recording-context.json.
Read that file to inspect the recorded interaction timeline and raw events.
The recording context is reference evidence, not an executable skill recipe.
An external agent or human author must write the reusable skill logic.
Usage:
node skills/com.google.android.apps.chromecast.app.set-power-replay/scripts/run.js <device_id> --climate-state <on|off> --unit-name "<label>"