
This queries South Korea's National Election Commission integrated search to pull local election candidate histories by name, election type, date, or region. It returns structured JSON with candidate details like party affiliation, district, vote counts, education, and career. You'd use it when someone asks for city council, governor, or education superintendent candidates and you need to filter out national races or disambiguate common names. The tool caps upstream fetches at 100 rows then applies client-side filters, so homonym-heavy searches might miss exhaustive coverage. Honest take: it's a focused scraper for a specific civic dataset that saves you from clicking through NEC's multi-layered UI, but you're still dependent on their HTML stability and whatever they choose to publish.
npx -y skills add nomadamas/k-skill --skill local-election-candidate-search --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.