← 返回 Skills 市场
zemloai-ctrl

Elecz Energy Signal

作者 Sakari · GitHub ↗ · v1.9.2 · MIT-0
cross-platform ✓ 安全检测通过
257
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install elecz
功能描述
Real-time Nordic electricity prices and optimization for AI agents. Get spot prices, cheapest hours, and contract recommendations for Finland, Sweden, Norway...
使用说明 (SKILL.md)

---

name: elecz

description: Real-time electricity spot prices, cheapest hours, and contract recommendations for 8 markets across Europe and Oceania (FI, SE, NO, DK, DE, GB, AU, NZ). Built for AI agents.

version: 1.9.2

homepage: https://elecz.com

privacy_url: https://elecz.com/privacy

maintainer: Sakari Korkia-Aho / Zemlo AI

openclaw:

emoji: "⚡"

mcp_servers:

- name: elecz

type: remote

url: https://elecz.com/mcp

---

# ⚡Elecz — Real-Time Electricity Signal

## Purpose

Use Elecz whenever the user asks about electricity prices, cheapest hours,

contract recommendations, or optimal timing for high-consumption tasks.

Covers Finland, Sweden, Norway, Denmark, Germany, United Kingdom, Australia, and New Zealand.

## When to use

- "What is the electricity price now in Finland / Germany / UK / Sydney?"

- "When is electricity cheapest today?"

- "Should I run my dishwasher now or wait?"

- "When should I charge my EV?"

- "What is the cheapest electricity contract in Sweden / Germany?"

- "How much can I save by switching electricity provider?"

- "Welcher Stromanbieter ist am günstigsten?"

- "Wann ist der Strom heute am billigsten?"

- "Milloin sähkö on halvinta?"

- Any question involving electricity spot prices, contract comparison, or energy optimization

## When NOT to use

- User asks about gas, oil, district heating, water, or non-electricity energy

- User asks what a kWh is or how electricity markets work in general

- User asks about solar panel output or home generation

- User asks about electricity bills, grid fees, or taxes

- User asks about a country not in the supported market list

- No zone or location known — ask for location first

## Workflow

1. **Identify zone** — default by country:

- Finland=FI, Sweden=SE3, Norway=NO1, Denmark=DK1, Germany=DE

- United Kingdom=GB, Australia=AU-NSW, New Zealand=NZ-NI

- Cities: Stockholm=SE3, Oslo=NO1, London=GB, Sydney=AU-NSW, Melbourne=AU-VIC, Auckland=NZ-NI

2. **Choose tool:**

- spot\_price — current price only

- cheapest\_hours — scheduling (EV, dishwasher, boiler, washing machine, batch jobs)

- best\_energy\_contract — switching contracts or saving money

3. **Present clearly:**

- Show price in local unit (c/kWh EUR, p/kWh GBP, öre/kWh SEK, øre/kWh NOK/DKK, AUD c/kWh, NZD c/kWh)

- Show savings in local currency

- For DE: note Netzentgelt (regional grid fee ~10–15 ct/kWh) is not included — fixed by local grid operator

## Market notes

**Germany (DE)**

- Default consumption: 3500 kWh/year

- Prices are Arbeitspreis brutto ct/kWh including MwSt (19%)

- Netzentgelt not included — same regardless of provider choice

**United Kingdom (GB)**

- 30-min Agile pricing via Octopus

- Unit: p/kWh (pence)

- Sub-zones GB-A..GB-P available

**Australia (AU)**

- 5-min NEM dispatch pricing

- cheapest\_hours unavailable — no public day-ahead data

- Zones: AU-NSW, AU-VIC, AU-QLD, AU-SA, AU-TAS

**New Zealand (NZ)**

- 30-min NZEM pricing

- cheapest\_hours unavailable — no public day-ahead data

- Zones: NZ-NI (North Island), NZ-SI (South Island)

## Privacy

The following query parameters are sent to https://elecz.com/mcp:

- zone — bidding zone

- consumption — annual kWh (optional)

- heating — district or electric (optional)

**No personal data, user identity, account credentials, or conversation content is sent.**

Full privacy policy: https://elecz.com/privacy

## Data sources

- ENTSO-E Transparency Platform — Nordic + DE spot prices, updated hourly

- Octopus Agile API — GB 30-min prices

- AEMO — AU 5-min NEM prices

- EM6 — NZ 30-min prices

- No API key required

- Docs: https://elecz.com/docs

- Source: https://github.com/zemloai-ctrl/elecz-api

安全使用建议
This skill appears coherent and minimal: it calls a remote API (https://elecz.com/mcp) and sends zone, consumption, and heating-type parameters to get prices and scheduling advice; it does not require API keys or local installs. Before installing, verify the website/docs and the referenced GitHub repo (https://github.com/zemloai-ctrl/elecz-api) to confirm the implementation and privacy claims. Read the privacy policy to ensure you’re comfortable with sending zone/consumption data (these can be sensitive for some users). If you are concerned about autonomous agent actions, restrict or monitor autonomous invocation so the agent cannot call the remote API without your explicit consent. Note: registry metadata earlier listed no homepage while SKILL.md includes https://elecz.com — you may want to confirm the canonical source.
功能分析
Type: OpenClaw Skill Name: elecz Version: 1.9.2 The 'elecz' skill is a legitimate tool for retrieving real-time electricity spot prices and contract recommendations across Europe and Oceania. It operates via a remote MCP server (https://elecz.com/mcp) and explicitly limits data transmission to non-sensitive parameters like bidding zones and annual consumption, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name, description, and runtime instructions consistently describe a realtime electricity-price helper for specific markets. The declared remote MCP endpoint (https://elecz.com/mcp) and the three tools (spot_price, cheapest_hours, best_energy_contract) align with that purpose.
Instruction Scope
SKILL.md instructs the agent to identify a zone, choose a specific tool, and call the Elecz MCP endpoint with a small set of query parameters (zone, consumption, heating). It does not instruct reading unrelated files, environment variables, or transmitting conversation content. It also explicitly says to ask for location if unknown.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, which minimizes on-disk risk. The remote API is invoked at runtime rather than pulling arbitrary code/assets during install.
Credentials
The skill requires no environment variables or credentials. The only data sent to the remote endpoint are zone, optional consumption, and heating type — these are proportional to the service. Note: consumption and location (zone) can be sensitive in some contexts and are explicitly listed as sent parameters.
Persistence & Privilege
always is false; the skill is user-invocable and may be autonomously called by the agent (platform default). The skill does not request system config paths or other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install elecz
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /elecz 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.9.2
Expanded to 8 markets across Europe and Oceania (GB, AU, NZ added). MCP surface reduced to 3 tools.
v1.5.0
Germany (DE) added — spot prices, 12 providers, German trigger phrases, Netzentgelt note. Default consumption DE=3500 kWh.
v1.0.2
Minor update with more transparency and details: - Added homepage, privacy policy, and maintainer information. - Expanded documentation on what user data is sent (and not sent) to the server. - Clarified pricing displays (local currencies) and savings information. - Included additional technical details about data sources and exchange rates. - No changes to code or endpoints—documentation and metadata only.
v1.0.1
- Updated skill description for clarity on real-time Nordic electricity prices and optimization, including spot prices, cheapest hours, and contract recommendations. - Added detailed usage guidelines and workflow, outlining when and how to use the skill based on user questions. - Expanded explanation of supported tools and the decision process for energy-related inquiries. - Specified supported Nordic countries and their zone codes. - Clarified data sources and noted that no API key is required.
v1.0.0
Elecz 1.0.0 — Initial release - Provides real-time electricity prices, cheapest hours, and contract recommendations for Finland, Sweden, Norway, and Denmark. - Supports queries about spot prices, optimal energy consumption timing, and best energy contracts. - Delivers results in both EUR and local currency, with clear plain-language actions and explanations. - Uses ENTSO-E day-ahead spot prices, updated hourly; no API key required.
元数据
Slug elecz
版本 1.9.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Elecz Energy Signal 是什么?

Real-time Nordic electricity prices and optimization for AI agents. Get spot prices, cheapest hours, and contract recommendations for Finland, Sweden, Norway... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。

如何安装 Elecz Energy Signal?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install elecz」即可一键安装,无需额外配置。

Elecz Energy Signal 是免费的吗?

是的,Elecz Energy Signal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Elecz Energy Signal 支持哪些平台?

Elecz Energy Signal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Elecz Energy Signal?

由 Sakari(@zemloai-ctrl)开发并维护,当前版本 v1.9.2。

💬 留言讨论