A specialized tool for fetching real-time Finnish electricity prices and identifying the cheapest windows for EV charging.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nordpool-fi
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nordpool-fi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Nordpool Finland Energy Prices skill is a technical utility developed for the Openclaw Skills ecosystem, designed to provide developers and homeowners with actionable electricity price data. By leveraging the Porssisahko.net API, it automates the retrieval of hourly spot prices specifically for the Finland region, removing the complexity of manual monitoring and time zone conversions.
This Openclaw Skills component is particularly valuable for users with spot-priced electricity contracts. It goes beyond simple data retrieval by calculating the most economical consecutive time blocks for energy-heavy tasks. This ensures that users can programmatically optimize their consumption, leading to significant cost savings on utility bills through automated decision-making.
To integrate this skill into your local Openclaw Skills environment, ensure you have Python installed and follow these steps:
# Ensure the script has execution permissions
chmod +x public-skills/nordpool-fi/bin/nordpool-fi.py
# Run the skill to output current price data
./public-skills/nordpool-fi/bin/nordpool-fi.py
# Use jq to extract specific charging windows
./public-skills/nordpool-fi/bin/nordpool-fi.py | jq .best_charging_windows.4h
The skill provides data in a clean JSON format to ensure compatibility with various automation frameworks:
| Field | Type | Description |
|---|---|---|
current_price |
Float | The price for the current hour in snt/kWh |
best_charging_windows |
Object | Contains optimized start times for 3h, 4h, and 5h blocks |
today_stats |
Object | Includes the daily average, min, and max prices |
Loading
A versatile CLI-based utility for converting between metric, imperial, and digital measurement systems.

A local Python-based utility to generate QR codes for URLs, WiFi credentials, and contact cards without external API dependencies.

A local, cryptographically secure utility for generating strong passwords, memorable passphrases, and performing detailed security strength analysis.

A comprehensive automation suite for controlling Linux desktop environments via command-line scripts and simulated user inputs.

A specialized tool for controlling Tesla vehicle climate, charging limits, and schedules through the MyTeslaMate API.

A highly autonomous AI agent that independently manages the full lifecycle of tasks through proactive research, planning, and execution.








































