eptr2-api-discovery
This skill helps you discover and explore the 213+ API endpoints available in eptr2 for Turkish electricity market data. Use this when you need to find the right endpoint for your data needs.
npx skills add majiayu000/claude-skill-registry --skill eptr2-api-discovery --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-api-discovery description: Discover and explore available eptr2 API endpoints for Turkish electricity market data. List all 213+ API calls, find endpoints by category (GÖP, GİP, DGP, Üretim, Tüketim), search for specific data types, and get parameter requirements. Use when asking what data is available, how to find endpoints, or exploring the API. Triggers on: available endpoints, API calls, list endpoints, what data, which API, how to find, hangi veri, mevcut servisler. allowed-tools: Read, Bash(python:*) --- # eptr2 API Discovery Guide ## Overview This skill helps you discover and explore the 213+ API endpoints available in eptr2 for Turkish electricity market data. Use this when you need to find the right endpoint for your data needs. ## Quick Start ```python from eptr2 import EPTR2 # Initialize eptr = EPTR2(use_dotenv=True, recycle_tgt=True) # List all available API calls all_calls = eptr.get_available_calls() print(f"Total available calls: {len(all_calls)}") print(all_calls[:20]) # First 20 calls ``` ## Discovery Methods ### 1. Get All Available Calls ```python # List all endpoint names calls = eptr.get_available_calls() print(calls) ``` ### 2. Get Number of Ca
- Overview
- Quick Start
- Discovery Methods
- 1. Get All Available Calls
- 2. Get Number of Calls
- 3. Get Aliases
- 4. Get Help for Specific Call
- API Categories
- Common Endpoint Patterns
- Price Data
- Quantity Data
- Plan Data
- Settlement Data
- Finding the Right Endpoint
What does the eptr2-api-discovery skill do?
This skill helps you discover and explore the 213+ API endpoints available in eptr2 for Turkish electricity market data. Use this when you need to find the right endpoint for your data needs.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill eptr2-api-discovery --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.
