一键导入
com-life360-android-safetymapd-get-location
Get a family member's current location details from the Life360 Android app.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get a family member's current location details from the Life360 Android app.
用 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.life360.android.safetymapd.get-location |
| clawperator-skill-type | replay |
| description | Get a family member's current location details from the Life360 Android app. |
Looks up a person's location in Life360 by name and returns all readable details from their profile/location screen.
If no name is passed, the script uses the generic placeholder Person (recommended usage is to always pass <person_name> explicitly).
Prerequisites: Life360 must be signed in, the target member must be visible on the current map (or reachable within the first scrolls), and <person_name> should match a visible on-screen label. With clawperator skills run, pass the name as a trailing script argument. Framed status: "failed" and result: null is expected if no member label matches (not a contract bug).
Run:
cd "$(git rev-parse --show-toplevel)"
DEVICE_ID=<device_id> PERSON_NAME="<person_name>" ./skills/com.life360.android.safetymapd.get-location/scripts/get_life360_location.sh
Optional env vars:
DEVICE_ID=<device_id> when invoking the script directly.ADB_SERIAL=<device_id> when multiple devices are connected.CLAWPERATOR_OPERATOR_PACKAGE=<package> to override the operator package.Notes:
Output format:
✅ Life360 location for <name>: place=<...>, battery=<...>Security and privacy: