openclaw / nordpool-fi
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/nordpool-fi && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3636" && unzip -o skill.zip -d .claude/skills/nordpool-fi && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/nordpool-fi/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Hourly electricity prices for Finland with optimal EV charging window calculation (3h, 4h, 5h).
0 views
0 installs
Skill Content
---
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:
```bash
public-skills/nordpool-fi/bin/nordpool-fi.py | jq .best_charging_windows.4h
```