BeClaude

greek-electricity-toolkit

New
17GitHub TrendingDevelopmentby pmoust

First seen 6/25/2026

Summary

The Greek Electricity Toolkit provides utilities for analyzing and managing electricity data specific to the Greek energy market.

  • It helps developers integrate with Greek grid APIs, process consumption/production data, and handle time-series from sources like ADMIE or DEDDIE.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/greek-electricity-toolkit.md

3
Invoke in Claude Code
/greek-electricity-toolkit

Use Cases

Fetch real-time electricity generation data from the Greek grid operator (ADMIE).
Parse and visualize historical load or renewable production data for Greece.
Convert Greek electricity data formats (e.g., CSV from DEDDIE) into structured JSON.
Calculate carbon intensity or renewable share for a given time period in Greece.
Integrate Greek electricity market data into a custom dashboard or monitoring tool.
Validate and clean time-series data from Greek smart meters or aggregators.

Usage Examples

1

/greek-electricity-toolkit fetch generation --date 2025-03-01

2

/greek-electricity-toolkit parse deddie-csv --input data.csv --output data.json

3

Calculate the average renewable energy percentage for last week using Greek electricity data.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is greek-electricity-toolkit?

The Greek Electricity Toolkit provides utilities for analyzing and managing electricity data specific to the Greek energy market. It helps developers integrate with Greek grid APIs, process consumption/production data, and handle time-series from sources like ADMIE or DEDDIE.

How to install greek-electricity-toolkit?

To install greek-electricity-toolkit: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/greek-electricity-toolkit.md. Finally, /greek-electricity-toolkit in Claude Code.

What is greek-electricity-toolkit best for?

greek-electricity-toolkit is a other categorized under Development. Created by pmoust.

What can I use greek-electricity-toolkit for?

greek-electricity-toolkit is useful for: Fetch real-time electricity generation data from the Greek grid operator (ADMIE).; Parse and visualize historical load or renewable production data for Greece.; Convert Greek electricity data formats (e.g., CSV from DEDDIE) into structured JSON.; Calculate carbon intensity or renewable share for a given time period in Greece.; Integrate Greek electricity market data into a custom dashboard or monitoring tool.; Validate and clean time-series data from Greek smart meters or aggregators..