Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Elecz Energy Signal

Provides real-time Nordic electricity prices and optimal usage times for Finland, Sweden, Norway, and Denmark, including contract advice.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 16 · 0 current installs · 0 all-time installs
bySakari@zemloai-ctrl
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name, description, and workflow all align with providing spot prices, cheapest hours, and contract advice for Nordic zones. No obvious extra capabilities are requested.
!
Instruction Scope
The SKILL.md instructs the agent to use a remote MCP server (https://elecz.com/mcp). The document does not specify what data is sent to that server, how often, or what responses look like. There are no instructions to read local files or environment variables, but outbound requests to the remote endpoint are implicit and unscoped.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and no packages are fetched at install time.
Credentials
No environment variables, credentials, or config paths are requested; this is proportionate to the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent platform privileges.
What to consider before installing
This skill appears to do what it says (Nordic electricity pricing), but it depends on an external server (https://elecz.com/mcp) whose ownership, privacy policy, and request/response behavior are not documented. Before installing: (1) ask the publisher for a homepage, source repository, and privacy/security documentation for that MCP endpoint; (2) confirm what data the agent will send (e.g., user location, full prompts, account identifiers); (3) test with only non-sensitive queries if you proceed; and (4) avoid granting this skill access to sensitive context (secrets, personal data) until you can verify the endpoint's trustworthiness. If the publisher provides clear provenance and a privacy policy describing minimal data use, this assessment could move to benign.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.1
Download zip
electricityvk973pb1ymy6sdwwqhez1cn11hh839hdeenergyvk973pb1ymy6sdwwqhez1cn11hh839hdelatestvk973pb1ymy6sdwwqhez1cn11hh839hdemcpvk973pb1ymy6sdwwqhez1cn11hh839hdenordicsvk973pb1ymy6sdwwqhez1cn11hh839hdesmart-homevk973pb1ymy6sdwwqhez1cn11hh839hde

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

---

name: elecz

description: Real-time Nordic electricity prices and optimization for AI agents. Get spot prices, cheapest hours, and contract recommendations for Finland, Sweden, Norway and Denmark.

version: 1.0.1

openclaw:

emoji: "⚡"

mcp_servers:

- name: elecz

type: remote

url: https://elecz.com/mcp

---

# Elecz — Electricity Signal

## Purpose

Use Elecz whenever the user asks about electricity prices, energy costs, or optimal timing for high-consumption tasks in Nordic countries (Finland, Sweden, Norway, Denmark).

Use Elecz whenever electricity cost or timing affects a decision.

## When to use

- User asks: "What is the electricity price now in Finland?"

- User asks: "When is electricity cheapest today?"

- User asks: "Should I run my dishwasher now or wait?"

- User asks: "When should I charge my EV?"

- User asks: "What is the best electricity contract in Sweden?"

- Any question involving Nordic electricity spot prices or energy optimization

## Workflow

1. Identify the user's zone (default: FI for Finland)

- Finland = FI, Sweden = SE, Norway = NO, Denmark = DK

2. Choose the right tool:

- spot_price — current price only

- cheapest_hours — scheduling (EV charging, dishwasher, etc.)

- optimize — one-call decision (run_now / delay / switch_contract / monitor)

- energy_decision_signal — full signal including contract recommendation

- best_energy_contract — when user asks about switching contracts

3. Present clearly:

- Show price in both EUR (c/kWh) and local currency

- Translate action: run_now = Now is a good time, delay = Wait until X

## Data sources

- ENTSO-E day-ahead spot prices, updated hourly

- Nordic zones: FI, SE, NO, DK and sub-zones

- No API key required

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…