eptr2-price-analysis
This skill helps you query and analyze electricity market prices from Turkey's EPIAS Transparency Platform using the eptr2 Python library.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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ı | | `
- Overview
- Quick Start
- Available Price Endpoints
- Composite Function for Comprehensive Pricing
- Output Columns
- Common Use Cases
- 1. Daily Price Comparison (MCP vs SMP)
- 2. Intraday vs Day-Ahead Price Analysis
- 3. Imbalance Price Analysis
- Date Format
- Authentication
- For More Details
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.
