一键导入
com-google-android-apps-chromecast-app-set-temperature-replay
Replay baseline skill for setting a Google Home climate unit temperature.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Replay baseline skill for setting a Google Home climate unit temperature.
用 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-temperature-replay |
| clawperator-skill-type | replay |
| description | Replay baseline skill for setting a Google Home climate unit temperature. |
Replay baseline skill for setting a named climate unit set temperature in the Google Home Android app.
Arguments:
--temperature <integer>--unit-name "<label>"Declared contract inputs:
temperatureunit_nameCurrent behavior:
Climate chip if neededcom.google.android.apps.chromecast.app:id/low_valueIncrease temperature or Decrease temperature until the requested setpoint is reached0.5 degree intermediate values during replay verification[Clawperator-Skill-Result] frame with contractVersion: "1.0.0"source from the emitted frame; runSkill injects source: { "kind": "script" }Known caveats:
scroll_and_click navigation rather than replaying raw scroll timingRun through the wrapper:
clawperator skills run com.google.android.apps.chromecast.app.set-temperature-replay --device <device_serial> -- --temperature 23 --unit-name "Living Room AC"
Direct local invocation:
node skills/com.google.android.apps.chromecast.app.set-temperature-replay/scripts/run.js <device_serial> --temperature 23 --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-temperature-replay/scripts/run.js <device_id> --temperature <integer> --unit-name "<label>"