skills$openclaw/nordpool-fi
ovaris7.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).

7.3k stars1.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namenordpool-fi
descriptionHourly electricity prices for Finland with optimal EV charging window calculation (3h, 4h, 5h). OpenClaw Skills integration.
ownerovaris
repositoryovaris/nordpool-fi
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @ovaris/nordpool-fi
last updatedFeb 7, 2026

Maintainer

ovaris

ovaris

Maintains nordpool-fi in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
bin
nordpool-fi.py
3.8 KB
_meta.json
628 B
package.json
415 B
SKILL.md
1.0 KB
SKILL.md

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
README.md

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.