ev-subsidy-status

Queries Korean regional EV purchase subsidy availability from the official government portal.

7.4k|904|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill ev-subsidy-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ev-subsidy-status
Source: https://github.com/NomaDamas/k-skill/tree/main/ev-subsidy-status
Command: npx skills add https://github.com/NomaDamas/k-skill --skill ev-subsidy-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Checking whether electric vehicle purchase subsidies are still available in your Korean city or district requires manually navigating the Ministry of Environment's zero-emission vehicle portal, which is tedious and easy to misread. This Skill retrieves official announcement, application, delivery, and remaining quota counts for your region directly.

Core Features & Use Cases

  • Regional Subsidy Status Lookup: Query announcement, application, delivery, and remaining delivery counts by region, vehicle type (passenger, cargo, bus), and year from the official ev.or.kr portal.
  • Status Interpretation: Distinguishes open, closed, scheduled, and unknown announcement states, prioritizing official remarks over raw remaining counts.
  • Model-Based Estimate: When a specific EV model is given, converts remaining delivery counts into an approximate KRW figure using official national plus local subsidy amounts.
  • Use Case: You live in Seongnam, Gyeonggi and want to know if passenger EV subsidies are still open in 2026 and roughly how much budget remains for a specific model.

Quick Start

Use the ev-subsidy-status skill to check whether passenger EV purchase subsidies are still available in Suwon, Gyeonggi for this year.

Frequently Asked Questions about ev-subsidy-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check EV subsidy availability in my Korean region?

Run the status command with your region, vehicle type, and year, for example npx ev-subsidy-status status --region "경기 성남시" --vehicle passenger. It returns announcement, application, delivery, and remaining counts plus the official status label.

What vehicle types does the Korean EV subsidy lookup support?

It supports passenger cars, cargo vehicles, and buses, matching the official portal's vehicle type categories. The default is passenger, and the year defaults to the current year in Asia/Seoul timezone.

Does checking EV subsidy status require a login or API key?

No. The official ev.or.kr payment status page is public, so the default direct HTTP path needs no login, API key, browser, or proxy. A browser session is only an optional fallback for diagnosing page structure changes.

Why does the tool say closed even when remaining counts are positive?

Official remarks take priority over numbers. If the region's note says closed, sold out, or application ended, the status is reported as closed even when the remaining delivery count is positive, because those counts can lag actual availability.

Can I estimate the remaining subsidy budget for a specific EV model?

Yes, pass a model name to get an approximate KRW figure computed as remaining delivery count times that model's national plus local subsidy. It is an estimate only, not the region's exact remaining budget.

What happens if my district name matches multiple regions?

Ambiguous names like Jung-gu or Gangseo-gu trigger a candidate list from the regions command, and you pick the correct province. The tool never guesses between duplicate district names on its own.