Agent skill · AI & Agents

eptr2-price-analysis

This skill helps you query and analyze electricity market prices from Turkey's EPIAS Transparency Platform using the eptr2 Python library.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill eptr2-price-analysis-tideseed-eptr2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/eptr2-price-analysis-tideseed-eptr2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: eptr2-price-analysis description: Query and analyze Turkish electricity market prices including MCP (PTF/Piyasa Takas Fiyatı), SMP (SMF/Sistem Marjinal Fiyatı), WAP (Ağırlıklı Ortalama Fiyat), and imbalance prices. Use when asking about electricity prices, market clearing prices, day-ahead prices, system marginal prices, weighted average prices, or price comparisons in Turkey's energy market. Triggers on: PTF, SMF, GÖP fiyat, GİP fiyat, elektrik fiyatı. allowed-tools: Read, Bash(python:*) --- # Turkish Electricity Price Analysis with eptr2 ## Overview This skill helps you query and analyze electricity market prices from Turkey's EPIAS Transparency Platform using the eptr2 Python library. ## Quick Start ```python from eptr2 import EPTR2 # Initialize with environment variables (recommended) eptr = EPTR2(use_dotenv=True, recycle_tgt=True) # Get Market Clearing Price (MCP/PTF) mcp = eptr.call("mcp", start_date="2024-07-29", end_date="2024-07-29") print(mcp) ``` ## Available Price Endpoints | Call | Alias | Description (EN) | Description (TR) | |------|-------|------------------|------------------| | `mcp` | `ptf` | Market Clearing Price (Day-Ahead) | Piyasa Takas Fiyatı | | `

What's inside
Steps it walks through
  1. Overview
  2. Quick Start
  3. Available Price Endpoints
  4. Composite Function for Comprehensive Pricing
  5. Output Columns
  6. Common Use Cases
  7. 1. Daily Price Comparison (MCP vs SMP)
  8. 2. Intraday vs Day-Ahead Price Analysis
  9. 3. Imbalance Price Analysis
  10. Date Format
  11. Authentication
  12. For More Details
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the eptr2-price-analysis skill do?

This skill helps you query and analyze electricity market prices from Turkey's EPIAS Transparency Platform using the eptr2 Python library.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill eptr2-price-analysis-tideseed-eptr2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going