Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/api/eptr2-api-discovery/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-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

What's inside
Steps it walks through
  1. Overview
  2. Quick Start
  3. Discovery Methods
  4. 1. Get All Available Calls
  5. 2. Get Number of Calls
  6. 3. Get Aliases
  7. 4. Get Help for Specific Call
  8. API Categories
  9. Common Endpoint Patterns
  10. Price Data
  11. Quantity Data
  12. Plan Data
  13. Settlement Data
  14. Finding the Right Endpoint
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going