一键导入
com-android-vending-search-app
Search for Android apps in the Google Play Store and list the first visible search results.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search for Android apps in the Google Play Store and list the first visible search results.
用 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.android.vending.search-app |
| clawperator-skill-type | replay |
| description | Search for Android apps in the Google Play Store and list the first visible search results. |
Searches for a named app in the Google Play Store and returns the first visible search results in UI order, similar to the Amazon search skill.
Current behavior:
[Clawperator-Skill-Result] frame with structured results./skills/com.android.vending.search-app/scripts/search_play_store.sh <device_id> <query> [operator_package]
Examples:
./skills/com.android.vending.search-app/scripts/search_play_store.sh <device_serial> "VLC"
On success, prints the first visible search results including:
✅ summary line[Clawperator-Skill-Result] frame with structured results' etc). Use
contentDescContains for substring matching instead of exact matches.role: "textfield" to target it.wait_for_node and bounded snapshot polling instead of fixed sleeps
so it can react to the Play Store becoming ready instead of guessing delays.package_id arg is currently accepted for compatibility but ignored by the runtime script.success: false with
data.error: "SNAPSHOT_EXTRACTION_FAILED", or the skill exits with "No snapshot
returned" despite the device being on the correct screen), the clawperator binary
may be out of date with the Android Operator APK. Set CLAWPERATOR_BIN to the
local build:
export CLAWPERATOR_BIN=/path/to/clawperator/apps/node/dist/cli/index.js
Then verify with: clawperator snapshot --device <id>