Elecz
PassAudited by ClawScan on May 13, 2026.
Overview
Elecz appears to be a coherent read-only electricity-price skill, with the main caveat that it uses Elecz’s remote service and its outputs may guide scheduling decisions.
This looks reasonable to install if you want an agent to fetch electricity prices. Be aware that queries go to Elecz’s remote service, and treat contract recommendations or appliance scheduling as advice unless you explicitly approve real-world actions.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If paired with other automation tools, the agent could schedule appliances, EV charging, or batch jobs based on Elecz’s price signal.
The skill frames returned price signals as inputs for automation. This is purpose-aligned for energy scheduling, and no device-control tool is included, but users should notice if another agent/tool uses these signals to act automatically.
Use `current_hour_is_cheap` and `hours_until_next_cheap` for direct automation decisions.
Use Elecz outputs as advice unless the user explicitly approves real-world device actions or financial decisions.
Elecz may receive your electricity zone and optional consumption/heating information when the agent uses the skill.
The skill uses a remote MCP endpoint and discloses the fields sent to it. This is expected for a live electricity-price service, but it means approximate location and energy-use details may leave the agent environment.
mcp_servers: ... url: https://elecz.com/mcp ... Sent to `https://elecz.com/mcp`: `zone`, `consumption` (optional), `heating` (optional).
Review the provider privacy policy and avoid adding unnecessary personal details such as exact address, account numbers, or login information.
