بنقرة واحدة
au-com-polyaire-airtouch5-set-home-controls
Set one or more AirTouch 5 Home-screen controls in a single run.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Set one or more AirTouch 5 Home-screen controls in a single run.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Set the AirTouch 5 fan level to auto, low, medium, or high from the Home screen.
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.
Search for an Android app in Google Play and install it from the matching app details page.
| name | au.com.polyaire.airtouch5.set-home-controls |
| clawperator-skill-type | replay |
| description | Set one or more AirTouch 5 Home-screen controls in a single run. |
Deterministic AirTouch 5 skill for applying multiple Home-screen controls after opening AirTouch once.
Arguments:
--state <on|off>--fan-level <auto|low|medium|high>--mode <cool|heat|fan|dry|auto>At least one argument is required. Use canonical values only; wrapper layers may
map natural language such as "highest" to --fan-level high.
Do not combine --mode dry with --fan-level. AirTouch does not expose a
fan-level value on the Home screen in Dry mode, so the skill cannot prove the
requested fan level after setting that mode.
Declared contract inputs:
statefan_levelmodeCurrent behavior:
au.com.polyaire.airtouch5 onceHome surface to stabilize--state on is combined with --fan-level or --mode, turns power on first and then verifies live Home controls are visible--state off when combined with --fan-level or --mode, because those controls are not safely adjustable while power is off--mode dry when combined with --fan-level, because Dry mode does not expose a verifiable Home-screen fan level[Clawperator-Skill-Result] frame with contractVersion: "1.0.0"source from the emitted frame; runSkill injects source: { "kind": "script" }Known caveats:
Run through the wrapper:
clawperator skills run au.com.polyaire.airtouch5.set-home-controls --device <device_serial> --operator-package <operator_package> --state on --fan-level high
Direct local invocation:
node skills/au.com.polyaire.airtouch5.set-home-controls/scripts/run.js <device_serial> --state on --mode cool --fan-level high