一键导入
com-globird-energy-get-yesterday-usage-cost-replay
Open the GloBird Android app and extract the signed dollar amount shown for Yesterday usage -> Cost.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Open the GloBird Android app and extract the signed dollar amount shown for Yesterday usage -> Cost.
用 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.globird.energy.get-yesterday-usage-cost-replay |
| clawperator-skill-type | replay |
| description | Open the GloBird Android app and extract the signed dollar amount shown for Yesterday usage -> Cost. |
Replay skill for the GloBird Android app (com.globird.energy).
This skill:
Energy tabYESTERDAY USAGE -> CostThe extracted amount may be positive or negative. The parser accepts values such
as $4.17 and -$4.17.
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.
The sanitized retained baseline for compare lives at
references/compare-baseline.export.json.
This file is authoring and maintenance evidence only. It is not a runtime
artifact and is intentionally not listed under skill.json.artifacts.
On success, the script prints one line:
GloBird yesterday usage cost: <signed_dollar_amount>
Example:
GloBird yesterday usage cost: -$4.17
If GloBird has not published the Yesterday usage section yet, the script exits successfully and prints:
Yesterday’s data isn’t available yet.
The framed SkillResult uses status: "success" with
result.value.available: false, result.value.displayText: "Yesterday’s data isn’t available yet.", and diagnostics.runtimeState: "unavailable".
YESTERDAY USAGE and Cost.YESTERDAY USAGE section case described above.wait_for_node plus read_text instead of a fixed sleep and
full snapshot parsing, which makes it resilient to the installed binary's
snapshot extraction issues.Usage:
node skills/com.globird.energy.get-yesterday-usage-cost-replay/scripts/run.js <device_id> [operator_package]