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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codedao12/smart-home-energy-saverWhat This Skill Does
The smart-home-energy-saver skill acts as a dedicated analyst for your Home Assistant ecosystem. Its primary function is to ingest energy consumption data and device configuration to identify inefficiencies, such as high-draw appliances running during peak tariff windows. Unlike other automation tools that push commands to your smart home hardware, this skill operates exclusively in a read-only environment. It processes your existing data streams to generate comprehensive optimization reports and provides ready-to-use YAML snippets for Home Assistant automations. This approach allows you to review, edit, and apply energy-saving strategies manually, ensuring that you maintain complete oversight and control over your living environment while achieving your sustainability goals.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/codedao12/smart-home-energy-saver
Ensure that you have the appropriate read-only tokens for your Home Assistant instance configured within your environment variables before invoking the skill. Refer to references/auth.md for specific formatting requirements regarding these credentials.
Use Cases
- Peak Demand Management: Analyzing which household devices contribute most to peak-load electricity costs and creating schedules to shift their usage.
- Automation Blueprinting: Generating standard Home Assistant YAML code for climate control, water heating schedules, or lighting optimization based on your comfort constraints.
- Energy Reporting: Creating summaries of historical energy consumption trends to help users understand their environmental footprint.
- Safety-First Optimization: Providing recommendations for energy efficiency that explicitly account for medical devices or critical infrastructure that must remain unaffected.
Example Prompts
- "Analyze my last month of energy usage in Home Assistant and identify the top three appliances I should optimize to lower my electricity bill."
- "I have a heat pump water heater and a variable tariff plan. Please draft a Home Assistant automation YAML that heats the water only during off-peak hours while ensuring the temperature never drops below 40 degrees."
- "My living room smart plugs are using a lot of standby power. Can you suggest an automation plan to kill power to my entertainment center between 1 AM and 6 AM?"
Tips & Limitations
To maximize the utility of this skill, ensure your Home Assistant energy dashboard is correctly configured with current utility rates. Always review the generated YAML in a sandbox environment before merging it into your production configuration. Note that this skill cannot "learn" through interaction; it provides static recommendations based on the data provided at the moment of the prompt. It will never request or execute write permissions, making it a safe choice for those who are cautious about external access to their home automation systems. If you notice unrealistic savings estimates, verify that your device energy entities are providing accurate, real-time reporting.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codedao12-smart-home-energy-saver": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
podcast-chaptering-highlights
Create chapters, highlights, and show notes from podcast audio or transcripts. Use when a user wants chapter markers, highlight clips, or show-note drafts without publishing or distribution actions.
Twilio
Skill by codedao12
google-sheet-api
OpenClaw skill that installs a Google Sheets CLI with setup steps and commands for read/write, batch, formatting, and sheet management.
zalo
OpenClaw skill for Zalo Bot API workflows (bot token) plus optional guidance on unofficial personal automation tools.
agent-browser-core
OpenClaw skill for the agent-browser CLI (Rust-based with Node.js fallback) enabling AI-friendly web automation with snapshots, refs, and structured commands.