TopRank Skills

Home / Claw Skills / Autres / smart-home-energy-saver
Official OpenClaw rules 15%

smart-home-energy-saver

Analyze home energy usage and propose safe, read-only automation plans for savings. Use when a user wants Home Assistant energy insights, optimization ideas, or draft automation YAML without directly controlling devices.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 smart-home-energy-saver 技能。 若已安装,则直接安装 smart-home-energy-saver 技能。

Overview

Skill Key
codedao12/smart-home-energy-saver
Author
codedao12
Source Repo
openclaw/skills
Version
-
Source Path
skills/codedao12/smart-home-energy-saver
Latest Commit SHA
70a363829332a8228ce8b195f30568f74d9e0ca5

Extracted Content

SKILL.md excerpt

# Smart Home Energy Saver

## Goal
Provide energy-saving recommendations and draft automations without changing device states.

## Best fit
- Use when the user has Home Assistant energy and device data.
- Use when the user wants schedule recommendations and savings estimates.
- Use when the user wants draft automation YAML for review.

## Not fit
- Avoid when the user asks to apply automations automatically.
- Avoid when critical systems are involved without safety review.
- Avoid when data sources are missing or unreliable.

## Quick orientation
- `references/overview.md` for workflow and quality bar.
- `references/auth.md` for access and token handling.
- `references/endpoints.md` for optional integrations and templates.
- `references/webhooks.md` for async event handling.
- `references/ux.md` for intake questions and output formats.
- `references/troubleshooting.md` for common issues.
- `references/safety.md` for safety and privacy guardrails.

## Required inputs
- Home Assistant instance info and read-only token (if used).
- List of controllable devices and comfort constraints.
- Energy tariff schedule and target savings goals.
- Preferred operating hours and exceptions.

## Expected output
- Energy usage summary and top savings opportunities.
- Draft automation YAML snippets with explanations.
- Estimated impact ranges and assumptions.
- Manual checklist for safe rollout.

## Operational notes
- Only propose automations; never apply changes.
- Respect comfort and safety constraints.
- Flag any automation that could affect safety or accessibility.

## Security notes
- Keep tokens in environment variables if provided.
- Avoid exposing home addresses or device identifiers in outputs.

## Safe mode
- Read-only analysis and draft automation files only.
- No live device control or configuration updates.

## Sensitive ops
- Applying automations or controlling devices is out of scope.

Related Claw Skills