7.3k★by ovaris
nordpool-fi – OpenClaw Skill
nordpool-fi is an OpenClaw Skills integration for data analytics workflows. Hourly electricity prices for Finland with optimal EV charging window calculation (3h, 4h, 5h).
Skill Snapshot
| name | nordpool-fi |
| description | Hourly electricity prices for Finland with optimal EV charging window calculation (3h, 4h, 5h). OpenClaw Skills integration. |
| owner | ovaris |
| repository | ovaris/nordpool-fi |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @ovaris/nordpool-fi |
| last updated | Feb 7, 2026 |
Maintainer

name: nordpool-fi description: Hourly electricity prices for Finland with optimal EV charging window calculation (3h, 4h, 5h). metadata: {"tags": ["energy", "finland", "nordpool", "electricity", "ev-charging"]}
Nordpool Finland Energy Prices 🇫🇮
Hourly electricity prices for Finland with optimal EV charging window calculation (3h, 4h, 5h).
This skill fetches hourly electricity prices for Finland using the Porssisahko.net API. It handles UTC conversions to Finland time and provides helpful summaries for energy-intensive tasks like EV charging.
Tools
nordpool-fi
Fetch current prices, daily stats, and optimal charging windows.
Usage:
public-skills/nordpool-fi/bin/nordpool-fi.py
Output Format (JSON):
current_price: Current hour price (snt/kWh)best_charging_windows: Optimal consecutive hours (3h, 4h, 5h) for charging.today_stats: Daily average, min, and max prices.
Examples
Get optimal 4h window:
public-skills/nordpool-fi/bin/nordpool-fi.py | jq .best_charging_windows.4h
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install nordpool-fi?
Run openclaw add @ovaris/nordpool-fi in your terminal. This installs nordpool-fi into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/ovaris/nordpool-fi. Review commits and README documentation before installing.
