What problem does it solve?
Finding available EV chargers in Korea requires checking government data portals manually. This Skill queries the official Ministry of Environment EV charger API (data.go.kr dataset 15076352) to retrieve charging-station locations, charger types, and live operational status by region, station ID, or location text.
Core Features & Use Cases
- Station Info Lookup: Search charging stations by administrative region codes (zcode/zscode) or free-text location, returning addresses, operators, charger types, and station/charger identifiers.
- Real-Time Status Checks: Query current charger status (available, in use, etc.) by statId/chgerId with optional limitYn and period filters, including status update timestamps.
- No API Key Required by Default: Calls route through the hosted k-skill-proxy, so users need no personal data.go.kr key; a --direct mode supports users with their own approved API key.
- Use Case: Ask where you can charge near '서울 강남구' and get a list of stations with their current charger availability before you drive there.
Quick Start
Ask the assistant to find EV charging stations near a Korean location such as Seoul Gangnam-gu and show which chargers are currently available.